object FormGameSystem: TFormGameSystem Left = 571 Height = 482 Top = 364 Width = 651 Caption = 'Game system' ClientHeight = 482 ClientWidth = 651 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.0.4' object ButtonSave: TButton Left = 133 Height = 32 Top = 440 Width = 94 Anchors = [akLeft, akBottom] Caption = 'Save' OnClick = ButtonSaveClick ParentFont = False TabOrder = 0 end object ButtonLoad: TButton Left = 20 Height = 32 Top = 440 Width = 94 Anchors = [akLeft, akBottom] Caption = 'Load' OnClick = ButtonLoadClick ParentFont = False TabOrder = 1 end object ButtonCancel: TButton Left = 420 Height = 32 Top = 440 Width = 94 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 2 end object ButtonOk: TButton Left = 539 Height = 32 Top = 440 Width = 94 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 ParentFont = False TabOrder = 3 end object PageControl1: TPageControl Left = 13 Height = 414 Top = 13 Width = 620 ActivePage = TabSheetBuildings Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False TabIndex = 3 TabOrder = 4 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 456 ClientWidth = 734 ParentFont = False object CheckBoxEmptyCellsNeutral: TCheckBox Left = 13 Height = 30 Top = 13 Width = 362 Caption = 'Set cells without player units as neutral' ParentFont = False TabOrder = 0 end object CheckBoxUnitsSplitMerge: TCheckBox Left = 13 Height = 30 Top = 46 Width = 231 Caption = 'Units can split or merge' ParentFont = False TabOrder = 1 end object CheckBoxUnitsMoveImmediately: TCheckBox Left = 13 Height = 30 Top = 79 Width = 234 Caption = 'Units move immediately' ParentFont = False TabOrder = 2 end end object TabSheetUnits: TTabSheet Caption = 'Units' ParentFont = False end object TabSheetNations: TTabSheet Caption = 'Nations' ParentFont = False end object TabSheetBuildings: TTabSheet Caption = 'Buildings' ParentFont = False end end object OpenDialog1: TOpenDialog left = 367 top = 133 end object SaveDialog1: TSaveDialog left = 193 top = 133 end end