object Core: TCore OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 542 HorizontalOffset = 485 VerticalOffset = 284 Width = 752 object ActionList1: TActionList left = 252 top = 72 object AGameNew: TAction Caption = 'New' OnExecute = AGameNewExecute ShortCut = 16462 end object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute ShortCut = 32883 end object AGameEnd: TAction Caption = 'End' OnExecute = AGameEndExecute ShortCut = 16454 end object AGameEndTurn: TAction Caption = 'End turn' OnExecute = AGameEndTurnExecute ShortCut = 16468 end object AGameRestart: TAction Caption = 'Restart' OnExecute = AGameRestartExecute ShortCut = 16466 end end end