Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoDataModule.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 12 |
MSHTML_TLB, |
MSHTML_TLB, |
| 13 |
{$IFEND} |
{$IFEND} |
| 14 |
ComCtrls, BrowserRecord, Graphics, Messages, Setting, Dialogs, |
ComCtrls, BrowserRecord, Graphics, Messages, Setting, Dialogs, |
| 15 |
ActiveX, MoveHistoryItem, HistoryList; |
ActiveX, GikoSystem, MoveHistoryItem, HistoryList; |
| 16 |
|
|
| 17 |
const |
const |
| 18 |
CAPTION_NAME: string = 'ギコナビ'; |
CAPTION_NAME: string = 'ギコナビ'; |
| 49 |
|
|
| 50 |
|
|
| 51 |
type |
type |
| 52 |
|
|
| 53 |
TGikoDM = class(TDataModule) |
TGikoDM = class(TDataModule) |
| 54 |
GikoFormActionList: TActionList; |
GikoFormActionList: TActionList; |
| 55 |
OnlyAHundredResAction: TAction; |
OnlyAHundredResAction: TAction; |
| 488 |
|
|
| 489 |
uses |
uses |
| 490 |
Windows, Math, Clipbrd, |
Windows, Math, Clipbrd, |
| 491 |
Giko, GikoSystem, GikoUtil, BoardGroup, |
Giko, GikoUtil, BoardGroup, |
| 492 |
FavoriteArrange, Favorite, MojuUtils, |
FavoriteArrange, Favorite, MojuUtils, |
| 493 |
Editor, ListSelect, Search, Option, Round, |
Editor, ListSelect, Search, Option, Round, |
| 494 |
KeySetting, Gesture, Kotehan, ToolBarSetting, |
KeySetting, Gesture, Kotehan, ToolBarSetting, |
|
|
Legend:
| Removed from v.1.57 |
|
| changed lines |
| |
Added in v.1.57.2.1 |
|
|
| |