Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/NewBoard.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 22 |
Indy: TIdHTTP; |
Indy: TIdHTTP; |
| 23 |
IdAntiFreeze: TIdAntiFreeze; |
IdAntiFreeze: TIdAntiFreeze; |
| 24 |
StopButton: TButton; |
StopButton: TButton; |
|
Label2: TLabel; |
|
| 25 |
BoardURLComboBox: TComboBox; |
BoardURLComboBox: TComboBox; |
| 26 |
Label13: TLabel; |
Label13: TLabel; |
| 27 |
EditIgnoreListsButton: TButton; |
EditIgnoreListsButton: TButton; |
| 28 |
|
Label2: TLabel; |
| 29 |
procedure UpdateButtonClick(Sender: TObject); |
procedure UpdateButtonClick(Sender: TObject); |
| 30 |
procedure StopButtonClick(Sender: TObject); |
procedure StopButtonClick(Sender: TObject); |
| 31 |
procedure CloseButtonClick(Sender: TObject); |
procedure CloseButtonClick(Sender: TObject); |
| 380 |
var |
var |
| 381 |
i: Integer; |
i: Integer; |
| 382 |
begin |
begin |
| 383 |
Label2.Caption := '※現在、開いているタブやヒストリなどは板更新時にクリアされます'; |
Label2.Caption := ''; |
| 384 |
UpdateButton.Enabled := true; |
UpdateButton.Enabled := true; |
| 385 |
EditIgnoreListsButton.Caption := '除外カテゴリー編集'; |
EditIgnoreListsButton.Caption := '除外カテゴリー編集'; |
| 386 |
IgnoreLists.Clear; |
IgnoreLists.Clear; |
|
|
Legend:
| Removed from v.1.18 |
|
| changed lines |
| |
Added in v.1.18.4.2 |
|
|
|