| 402 |
N74: TMenuItem; |
N74: TMenuItem; |
| 403 |
WikiFAQ: TMenuItem; |
WikiFAQ: TMenuItem; |
| 404 |
GikoApplicationEvents: TApplicationEvents; |
GikoApplicationEvents: TApplicationEvents; |
| 405 |
|
N22: TMenuItem; |
| 406 |
|
N42: TMenuItem; |
| 407 |
procedure FormCreate(Sender: TObject); |
procedure FormCreate(Sender: TObject); |
| 408 |
procedure FormDestroy(Sender: TObject); |
procedure FormDestroy(Sender: TObject); |
| 409 |
procedure BrowserStatusTextChange(Sender: TObject; |
procedure BrowserStatusTextChange(Sender: TObject; |
| 825 |
FavoriteArrange, AddressHistory, Preview, Gesture, |
FavoriteArrange, AddressHistory, Preview, Gesture, |
| 826 |
About, Option, Round, Splash, Sort, ListSelect, Imm, |
About, Option, Round, Splash, Sort, ListSelect, Imm, |
| 827 |
NewBoard, MojuUtils, Clipbrd, GikoBayesian,Y_TextConverter, |
NewBoard, MojuUtils, Clipbrd, GikoBayesian,Y_TextConverter, |
| 828 |
HTMLCreate, ListViewUtils, GikoDataModule, GikoMessage; |
HTMLCreate, ListViewUtils, GikoDataModule, GikoMessage, |
| 829 |
|
InputAssistDataModule; |
| 830 |
|
|
| 831 |
const |
const |
| 832 |
BLANK_HTML: string = 'about:blank'; |
BLANK_HTML: string = 'about:blank'; |
| 1276 |
FavoriteAddToolButton.Caption := '追加...'; |
FavoriteAddToolButton.Caption := '追加...'; |
| 1277 |
AntiIndivAbonMenuItem.Caption := '個別あぼ〜ん解除'; |
AntiIndivAbonMenuItem.Caption := '個別あぼ〜ん解除'; |
| 1278 |
|
|
| 1279 |
|
//入力アシスト機構の初期化 |
| 1280 |
|
InputAssistDM.Init(GikoSys.GetInputAssistFileName); |
| 1281 |
end; |
end; |
| 1282 |
|
|
| 1283 |
// CoolBar の設定を変数に保存 |
// CoolBar の設定を変数に保存 |
| 1520 |
// CoolBar 保存 |
// CoolBar 保存 |
| 1521 |
//if (GikoForm.WindowState <> wsMinimized) and (GikoForm.WindowState <> wsMaximized) then |
//if (GikoForm.WindowState <> wsMinimized) and (GikoForm.WindowState <> wsMaximized) then |
| 1522 |
|
|
| 1523 |
|
//入力アシスト機構の設定の保存 |
| 1524 |
|
InputAssistDM.SaveToFile(GikoSys.GetInputAssistFileName); |
| 1525 |
|
|
| 1526 |
//お気に入り保存 |
//お気に入り保存 |
| 1527 |
try |
try |