Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/gikoNavi.dpr
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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} |
| 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 |
|
|
| |