Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

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

revision 1.582 by h677, Mon Jan 9 16:16:32 2006 UTC revision 1.583 by h677, Sat Jan 14 07:44:14 2006 UTC
# Line 402  type Line 402  type
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;
# Line 823  uses Line 825  uses
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';
# Line 1273  begin Line 1276  begin
1276          FavoriteAddToolButton.Caption := '追加...';          FavoriteAddToolButton.Caption := '追加...';
1277          AntiIndivAbonMenuItem.Caption := '個別あぼ〜ん解除';          AntiIndivAbonMenuItem.Caption := '個別あぼ〜ん解除';
1278    
1279            //入力アシスト機構の初期化
1280            InputAssistDM.Init(GikoSys.GetInputAssistFileName);
1281  end;  end;
1282    
1283  // CoolBar の設定を変数に保存  // CoolBar の設定を変数に保存
# Line 1516  begin Line 1520  begin
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

Legend:
Removed from v.1.582  
changed lines
  Added in v.1.583

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