Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/gikoNavi.dpr
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 3 |
{%ToDo 'gikoNavi.todo'} |
{%ToDo 'gikoNavi.todo'} |
| 4 |
|
|
| 5 |
uses |
uses |
|
//MemCheck in 'MemCheck.pas', {'MemCheckStackTrace'を条件に追加。} |
|
| 6 |
Windows, |
Windows, |
| 7 |
SysUtils, |
SysUtils, |
| 8 |
Forms, |
Forms, |
| 52 |
ExternalThreadItem in 'ExternalThreadItem.pas', |
ExternalThreadItem in 'ExternalThreadItem.pas', |
| 53 |
ExternalBoardItem in 'ExternalBoardItem.pas', |
ExternalBoardItem in 'ExternalBoardItem.pas', |
| 54 |
ExternalBoardPlugInMain in 'ExternalBoardPlugInMain.pas', |
ExternalBoardPlugInMain in 'ExternalBoardPlugInMain.pas', |
| 55 |
ExternalFilePath in 'ExternalFilePath.pas'; |
ExternalFilePath in 'ExternalFilePath.pas', |
| 56 |
|
MojuUtils in 'MojuUtils.pas', |
| 57 |
|
crc in 'gzip_delphi2\crc.pas', |
| 58 |
|
gzip in 'gzip_delphi2\gzip.pas', |
| 59 |
|
zlib in 'gzip_delphi2\zlib.pas', |
| 60 |
|
bmRegExp in 'bmRegExp\bmregexp.pas', |
| 61 |
|
GikoCoolBar in 'Component\GikoCoolBar.pas', |
| 62 |
|
GikoListView in 'Component\GikoListView.pas', |
| 63 |
|
GikoPanel in 'Component\GikoPanel.pas', |
| 64 |
|
KuroutSetting in 'KuroutSetting.pas' {KuroutOption}; |
| 65 |
|
|
| 66 |
{$R *.RES} |
{$R *.RES} |
| 67 |
{$R gikoResource.res} |
{$R gikoResource.res} |
|
|
Legend:
| Removed from v.1.6.2.1 |
|
| changed lines |
| |
Added in v.1.6.2.2 |
|
|
| |