object Core: TCore OldCreateOrder = False OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy Height = 542 Width = 752 object ActionList1: TActionList Images = ImageListSmall Left = 252 Top = 72 object AGameNew: TAction Caption = 'New' Hint = 'New game' ImageIndex = 5 ShortCut = 16462 OnExecute = AGameNewExecute end object AExit: TAction Caption = 'Exit' Hint = 'Exit application' ImageIndex = 1 ShortCut = 32883 OnExecute = AExitExecute end object AGameEnd: TAction Caption = 'End' Hint = 'End game' ImageIndex = 4 ShortCut = 16454 OnExecute = AGameEndExecute end object AGameEndTurn: TAction Caption = 'End turn' Hint = 'End player turn' ImageIndex = 0 ShortCut = 16468 OnExecute = AGameEndTurnExecute end object AGameRestart: TAction Caption = 'Restart' Hint = 'Restart game' ImageIndex = 3 ShortCut = 16466 OnExecute = AGameRestartExecute end object ASettings: TAction Caption = 'Settings' Hint = 'Application settings' ImageIndex = 6 ShortCut = 120 OnExecute = ASettingsExecute end object AGameSave: TAction Caption = 'Save' ShortCut = 16467 OnExecute = AGameSaveExecute end object AGameLoad: TAction Caption = 'Load' ShortCut = 16463 OnExecute = AGameLoadExecute end end object ImageListSmall: TImageList Left = 248 Top = 152 end object ImageListLarge: TImageList Height = 32 Width = 32 Left = 419 Top = 153 end object OpenDialog1: TOpenDialog DefaultExt = '.xtmap' Left = 600 Top = 155 end object SaveDialog1: TSaveDialog DefaultExt = '.xtmap' Left = 600 Top = 88 end end