ギコナビ
Revision | 8d72038e7fcec350119f8f788f01b3d81738cd1d (tree) |
---|---|
Time | 2007-05-21 01:28:27 |
Author | h677 <h677> |
Commiter | h677 |
100レス表示の先頭からのレス数の指定が毎回1になる不具合の修正
@@ -453,7 +453,7 @@ object KuroutOption: TKuroutOption | ||
453 | 453 | Left = 96 |
454 | 454 | Top = 19 |
455 | 455 | Width = 73 |
456 | - Height = 19 | |
456 | + Height = 20 | |
457 | 457 | EditLabel.Width = 81 |
458 | 458 | EditLabel.Height = 12 |
459 | 459 | EditLabel.Caption = #20808#38957#34920#31034#12524#12473#25968 |
@@ -463,11 +463,11 @@ object KuroutOption: TKuroutOption | ||
463 | 463 | Text = '1' |
464 | 464 | OnExit = AHandredLabeledEditExit |
465 | 465 | end |
466 | - object UpDown1: TUpDown | |
466 | + object AHandredUpDown: TUpDown | |
467 | 467 | Left = 169 |
468 | 468 | Top = 19 |
469 | 469 | Width = 15 |
470 | - Height = 19 | |
470 | + Height = 20 | |
471 | 471 | Associate = AHandredLabeledEdit |
472 | 472 | Min = 1 |
473 | 473 | Position = 1 |
@@ -501,7 +501,7 @@ object KuroutOption: TKuroutOption | ||
501 | 501 | Left = 96 |
502 | 502 | Top = 43 |
503 | 503 | Width = 361 |
504 | - Height = 19 | |
504 | + Height = 20 | |
505 | 505 | EditLabel.Width = 82 |
506 | 506 | EditLabel.Height = 12 |
507 | 507 | EditLabel.Caption = 'URL'#21462#24471#25313#24373#23376 |
@@ -64,7 +64,7 @@ type | ||
64 | 64 | Label11: TLabel; |
65 | 65 | AHandredGroupBox: TGroupBox; |
66 | 66 | AHandredLabeledEdit: TLabeledEdit; |
67 | - UpDown1: TUpDown; | |
67 | + AHandredUpDown: TUpDown; | |
68 | 68 | ThreadGroupBox: TGroupBox; |
69 | 69 | AddKeywordCheckBox: TCheckBox; |
70 | 70 | TabSheet2: TTabSheet; |
@@ -149,7 +149,7 @@ begin | ||
149 | 149 | // NÚ®ð |
150 | 150 | MoveHistoryMaxEdit.Text := IntToStr( GikoSys.Setting.MoveHistorySize ); |
151 | 151 | //@æª\¦X |
152 | - AHandredLabeledEdit.Text := IntToStr( GikoSys.Setting.HeadResCount ); | |
152 | + AHandredUpDown.Position := GikoSys.Setting.HeadResCount; | |
153 | 153 | // ÖAL[[hÇÁtO |
154 | 154 | AddKeywordCheckBox.Checked := GikoSys.Setting.AddKeywordLink; |
155 | 155 | // ë½Îô |