| 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; |
| 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); |
| 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; |
| 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); |