object FormSettings: TFormSettings Left = 851 Height = 613 Top = 413 Width = 857 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 613 ClientWidth = 857 Constraints.MinHeight = 300 Constraints.MinWidth = 454 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '3.4.0.0' object ButtonOk: TButton Left = 735 Height = 38 Top = 568 Width = 114 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 600 Height = 38 Top = 568 Width = 114 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object PageControl1: TPageControl Left = 8 Height = 552 Top = 8 Width = 841 ActivePage = TabSheetGeneral Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 ParentFont = False TabIndex = 0 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 512 ClientWidth = 831 ParentFont = False object Panel1: TPanel Left = 0 Height = 512 Top = 0 Width = 831 Align = alClient BevelOuter = bvNone ClientHeight = 512 ClientWidth = 831 ParentFont = False TabOrder = 0 object Label1: TLabel Left = 20 Height = 26 Top = 32 Width = 88 Caption = 'Language:' ParentColor = False ParentFont = False end object ComboBoxLanguage: TComboBox Left = 178 Height = 42 Top = 24 Width = 196 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 0 end object ComboBoxTheme: TComboBox Left = 176 Height = 42 Top = 72 Width = 196 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 1 end object Label6: TLabel Left = 20 Height = 26 Top = 80 Width = 63 Caption = 'Theme:' ParentColor = False ParentFont = False end object SpinEditAnimSpeed: TSpinEdit Left = 232 Height = 43 Top = 120 Width = 122 ParentFont = False TabOrder = 2 end object Label3: TLabel Left = 368 Height = 26 Top = 124 Width = 15 Caption = '%' ParentColor = False ParentFont = False end object Label2: TLabel Left = 20 Height = 26 Top = 120 Width = 149 Caption = 'Animation speed:' ParentColor = False ParentFont = False end object CheckBoxAutoSaveTurn: TCheckBox Left = 20 Height = 30 Top = 154 Width = 269 Caption = 'Autosave game on each turn' ParentFont = False TabOrder = 3 end object CheckBoxReopenLastFile: TCheckBox Left = 20 Height = 30 Top = 194 Width = 248 Caption = 'Reopen last game on start' ParentFont = False TabOrder = 4 end end end object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 512 ClientWidth = 831 ParentFont = False object Panel2: TPanel Left = 0 Height = 512 Top = 0 Width = 831 Align = alClient BevelOuter = bvNone ClientHeight = 512 ClientWidth = 831 ParentFont = False TabOrder = 0 object CheckBox2: TCheckBox Left = 16 Height = 24 Top = 32 Width = 799 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' ParentFont = False TabOrder = 0 OnChange = CheckBox2Change end object Label4: TLabel Left = 14 Height = 26 Top = 67 Width = 35 Caption = 'DPI:' ParentColor = False ParentFont = False end object SpinEditX: TSpinEdit Left = 104 Height = 43 Top = 64 Width = 96 MaxValue = 500 MinValue = 20 ParentFont = False TabOrder = 1 Value = 50 end object Label5: TLabel Left = 208 Height = 26 Top = 67 Width = 10 Caption = 'x' ParentColor = False ParentFont = False end object SpinEditY: TSpinEdit Left = 232 Height = 43 Top = 64 Width = 90 MaxValue = 500 MinValue = 20 ParentFont = False TabOrder = 2 Value = 20 end object CheckBoxDevelMode: TCheckBox Left = 16 Height = 26 Top = 136 Width = 803 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Developer mode' ParentFont = False TabOrder = 3 end end end end end