Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/gikoNavi.dpr

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

revision 1.26 by h677, Mon Nov 14 15:31:48 2005 UTC revision 1.27 by h677, Wed Nov 16 14:21:26 2005 UTC
# Line 68  uses Line 68  uses
68    GikoBayesian in 'GikoBayesian.pas',    GikoBayesian in 'GikoBayesian.pas',
69    Y_TextConverter in 'res\ExternalBoardPlugIn\Y_TextConverter.pas',    Y_TextConverter in 'res\ExternalBoardPlugIn\Y_TextConverter.pas',
70    HTMLCreate in 'HTMLCreate.pas',    HTMLCreate in 'HTMLCreate.pas',
71    ListViewUtils in 'ListViewUtils.pas';    ListViewUtils in 'ListViewUtils.pas',
72      GikoDataModule in 'GikoDataModule.pas' {GikoDM: TDataModule};
73    
74  {$R *.RES}  {$R *.RES}
75  {$R gikoResource.res}  {$R gikoResource.res}
# Line 119  begin Line 120  begin
120    Application.CreateForm(TFavoriteDM, FavoriteDM);    Application.CreateForm(TFavoriteDM, FavoriteDM);
121    Application.CreateForm(TAddressHistoryDM, AddressHistoryDM);    Application.CreateForm(TAddressHistoryDM, AddressHistoryDM);
122    Application.CreateForm(TGikoForm, GikoForm);    Application.CreateForm(TGikoForm, GikoForm);
123      Application.CreateForm(TGikoDM, GikoDM);
124    Application.Run;    Application.Run;
125                  ReleaseMutex(hMutex);                  ReleaseMutex(hMutex);
126          end;          end;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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