object FormSettings: TFormSettings Left = 535 Height = 359 Top = 386 Width = 576 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 359 ClientWidth = 576 Constraints.MinHeight = 300 Constraints.MinWidth = 454 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.2.0' object ButtonOk: TButton Left = 493 Height = 25 Top = 320 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 398 Height = 25 Top = 320 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PageControl1: TPageControl Left = 8 Height = 304 Top = 8 Width = 560 ActivePage = TabSheetGeneral Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 TabIndex = 0 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 260 ClientWidth = 554 object Panel1: TPanel Left = 0 Height = 260 Top = 0 Width = 554 Align = alClient BevelOuter = bvNone ClientHeight = 260 ClientWidth = 554 TabOrder = 0 object Label1: TLabel Left = 20 Height = 26 Top = 32 Width = 88 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 178 Height = 40 Top = 24 Width = 196 ItemHeight = 0 Style = csDropDownList TabOrder = 0 end object ComboBoxTheme: TComboBox Left = 176 Height = 40 Top = 72 Width = 196 ItemHeight = 0 Style = csDropDownList TabOrder = 1 end object Label6: TLabel Left = 20 Height = 26 Top = 80 Width = 63 Caption = 'Theme:' ParentColor = False end object SpinEditAnimSpeed: TSpinEdit Left = 232 Height = 36 Top = 120 Width = 122 TabOrder = 2 end object Label3: TLabel Left = 368 Height = 26 Top = 124 Width = 15 Caption = '%' ParentColor = False end object Label2: TLabel Left = 20 Height = 26 Top = 120 Width = 150 Caption = 'Animation speed:' ParentColor = False end object CheckBoxAutoSaveTurn: TCheckBox Left = 20 Height = 30 Top = 154 Width = 269 Caption = 'Autosave game on each turn' TabOrder = 3 end object CheckBoxReopenLastFile: TCheckBox Left = 20 Height = 30 Top = 194 Width = 249 Caption = 'Reopen last game on start' TabOrder = 4 end end end object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 260 ClientWidth = 554 object Panel2: TPanel Left = 0 Height = 229 Top = 0 Width = 583 Align = alClient BevelOuter = bvNone ClientHeight = 229 ClientWidth = 583 TabOrder = 0 object CheckBox2: TCheckBox Left = 16 Height = 24 Top = 32 Width = 551 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBox2Change TabOrder = 0 end object Label4: TLabel Left = 14 Height = 26 Top = 67 Width = 35 Caption = 'DPI:' ParentColor = False end object SpinEditX: TSpinEdit Left = 104 Height = 36 Top = 64 Width = 96 MaxValue = 500 MinValue = 20 TabOrder = 1 Value = 50 end object Label5: TLabel Left = 208 Height = 26 Top = 67 Width = 10 Caption = 'x' ParentColor = False end object SpinEditY: TSpinEdit Left = 232 Height = 36 Top = 64 Width = 90 MaxValue = 500 MinValue = 20 TabOrder = 2 Value = 20 end object CheckBoxDevelMode: TCheckBox Left = 16 Height = 27 Top = 136 Width = 555 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Developer mode' TabOrder = 3 end end end end end