Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/NewBoard.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18 by q9_, Sun Feb 13 08:52:32 2005 UTC revision 1.19 by h677, Mon Jul 18 03:55:14 2005 UTC
# Line 22  type Line 22  type
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);
# Line 380  procedure TNewBoardDialog.UpdateIgnoreLi Line 380  procedure TNewBoardDialog.UpdateIgnoreLi
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.19

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26