object FormSettings: TFormSettings Left = 535 Height = 299 Top = 386 Width = 480 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 299 ClientWidth = 480 Constraints.MinHeight = 250 Constraints.MinWidth = 378 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '2.0.0.4' object ButtonOk: TButton Left = 411 Height = 21 Top = 266 Width = 62 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 332 Height = 21 Top = 266 Width = 62 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object PageControl1: TPageControl Left = 7 Height = 245 Top = 7 Width = 466 ActivePage = TabSheetGeneral Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 7 ParentFont = False TabIndex = 0 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 212 ClientWidth = 458 ParentFont = False object Panel1: TPanel Left = 0 Height = 212 Top = 0 Width = 458 Align = alClient BevelOuter = bvNone ClientHeight = 212 ClientWidth = 458 ParentFont = False TabOrder = 0 object Label1: TLabel Left = 17 Height = 20 Top = 27 Width = 68 Caption = 'Language:' ParentColor = False ParentFont = False end object ComboBoxLanguage: TComboBox Left = 148 Height = 28 Top = 20 Width = 163 ItemHeight = 20 ParentFont = False Style = csDropDownList TabOrder = 0 end object ComboBoxTheme: TComboBox Left = 147 Height = 28 Top = 60 Width = 163 ItemHeight = 20 ParentFont = False Style = csDropDownList TabOrder = 1 end object Label6: TLabel Left = 17 Height = 20 Top = 67 Width = 48 Caption = 'Theme:' ParentColor = False ParentFont = False end object SpinEditAnimSpeed: TSpinEdit Left = 193 Height = 28 Top = 100 Width = 102 ParentFont = False TabOrder = 2 end object Label3: TLabel Left = 307 Height = 20 Top = 103 Width = 12 Caption = '%' ParentColor = False ParentFont = False end object Label2: TLabel Left = 17 Height = 20 Top = 100 Width = 116 Caption = 'Animation speed:' ParentColor = False ParentFont = False end object CheckBoxAutoSaveTurn: TCheckBox Left = 17 Height = 24 Top = 128 Width = 213 Caption = 'Autosave game on each turn' ParentFont = False TabOrder = 3 end object CheckBoxReopenLastFile: TCheckBox Left = 17 Height = 24 Top = 162 Width = 198 Caption = 'Reopen last game on start' ParentFont = False TabOrder = 4 end end end object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 260 ClientWidth = 554 ParentFont = False object Panel2: TPanel Left = 0 Height = 229 Top = 0 Width = 583 Align = alClient BevelOuter = bvNone ClientHeight = 229 ClientWidth = 583 ParentFont = False TabOrder = 0 object CheckBox2: TCheckBox Left = 13 Height = 20 Top = 27 Width = 557 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBox2Change ParentFont = False TabOrder = 0 end object Label4: TLabel Left = 12 Height = 26 Top = 56 Width = 35 Caption = 'DPI:' ParentColor = False ParentFont = False end object SpinEditX: TSpinEdit Left = 87 Height = 36 Top = 53 Width = 80 MaxValue = 500 MinValue = 20 ParentFont = False TabOrder = 1 Value = 50 end object Label5: TLabel Left = 173 Height = 26 Top = 56 Width = 10 Caption = 'x' ParentColor = False ParentFont = False end object SpinEditY: TSpinEdit Left = 193 Height = 36 Top = 53 Width = 75 MaxValue = 500 MinValue = 20 ParentFont = False TabOrder = 2 Value = 20 end object CheckBoxDevelMode: TCheckBox Left = 13 Height = 22 Top = 113 Width = 560 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Developer mode' ParentFont = False TabOrder = 3 end end end end end