Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/KuroutSetting.pas

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

revision 1.12 by h677, Tue Feb 13 15:58:59 2007 UTC revision 1.13 by h677, Sun Feb 18 08:09:21 2007 UTC
# Line 50  type Line 50  type
50      GroupBox1: TGroupBox;      GroupBox1: TGroupBox;
51      GengoSupport: TCheckBox;      GengoSupport: TCheckBox;
52      Label5: TLabel;      Label5: TLabel;
     GroupBox2: TGroupBox;  
     LocalTrapAtt: TCheckBox;  
     RemoteTrapAtt: TCheckBox;  
53      Label6: TLabel;      Label6: TLabel;
54      ReadTimeOut: TEdit;      ReadTimeOut: TEdit;
55      Label7: TLabel;      Label7: TLabel;
# Line 68  type Line 65  type
65      AHandredGroupBox: TGroupBox;      AHandredGroupBox: TGroupBox;
66      AHandredLabeledEdit: TLabeledEdit;      AHandredLabeledEdit: TLabeledEdit;
67      UpDown1: TUpDown;      UpDown1: TUpDown;
68      HTMLGroupBox: TGroupBox;      ThreadGroupBox: TGroupBox;
69      AddKeywordCheckBox: TCheckBox;      AddKeywordCheckBox: TCheckBox;
70        TabSheet2: TTabSheet;
71        SecurityGroupBox: TGroupBox;
72        GroupBox2: TGroupBox;
73        LocalTrapAtt: TCheckBox;
74        RemoteTrapAtt: TCheckBox;
75        ReplaceDatCheckBox: TCheckBox;
76        Label12: TLabel;
77          procedure OkBottonClick(Sender: TObject);          procedure OkBottonClick(Sender: TObject);
78          procedure FormCreate(Sender: TObject);          procedure FormCreate(Sender: TObject);
79          procedure CDeleteButtonClick(Sender: TObject);          procedure CDeleteButtonClick(Sender: TObject);
# Line 140  begin Line 144  begin
144      AHandredLabeledEdit.Text := IntToStr( GikoSys.Setting.HeadResCount );      AHandredLabeledEdit.Text := IntToStr( GikoSys.Setting.HeadResCount );
145      // 関連キーワード追加フラグ      // 関連キーワード追加フラグ
146      AddKeywordCheckBox.Checked := GikoSys.Setting.AddKeywordLink;      AddKeywordCheckBox.Checked := GikoSys.Setting.AddKeywordLink;
147        // 誤反応対策
148        ReplaceDatCheckBox.Checked := GikoSys.Setting.ReplaceDat;
149  end;  end;
150    
151  procedure TKuroutOption.SaveSetting;  procedure TKuroutOption.SaveSetting;
# Line 178  begin Line 184  begin
184          GikoSys.Setting.KuroutSettingTabIndex := PageControl1.ActivePageIndex;          GikoSys.Setting.KuroutSettingTabIndex := PageControl1.ActivePageIndex;
185      // 関連キーワード追加フラグ      // 関連キーワード追加フラグ
186      GikoSys.Setting.AddKeywordLink := AddKeywordCheckBox.Checked;      GikoSys.Setting.AddKeywordLink := AddKeywordCheckBox.Checked;
187        // 誤反応対策
188        GikoSys.Setting.ReplaceDat := ReplaceDatCheckBox.Checked;
189  end;  end;
190    
191  procedure TKuroutOption.RecvBufferSizeExit(Sender: TObject);  procedure TKuroutOption.RecvBufferSizeExit(Sender: TObject);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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