object FormSettings: TFormSettings Left = 535 Height = 328 Top = 417 Width = 605 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 328 ClientWidth = 605 Constraints.MinHeight = 300 Constraints.MinWidth = 454 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.2.0' object ButtonOk: TButton Left = 522 Height = 25 Top = 289 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 427 Height = 25 Top = 289 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PageControl1: TPageControl Left = 8 Height = 273 Top = 8 Width = 589 ActivePage = TabSheetDebug Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 TabIndex = 1 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 240 ClientWidth = 581 object Panel1: TPanel Left = 0 Height = 240 Top = 0 Width = 581 Align = alClient BevelOuter = bvNone ClientHeight = 240 ClientWidth = 581 TabOrder = 0 object Label1: TLabel Left = 20 Height = 20 Top = 26 Width = 68 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 178 Height = 28 Top = 24 Width = 196 ItemHeight = 20 Style = csDropDownList TabOrder = 0 end object ComboBoxTheme: TComboBox Left = 178 Height = 28 Top = 56 Width = 196 ItemHeight = 20 Style = csDropDownList TabOrder = 1 end object Label6: TLabel Left = 20 Height = 20 Top = 58 Width = 48 Caption = 'Theme:' ParentColor = False end object SpinEditAnimSpeed: TSpinEdit Left = 232 Height = 28 Top = 110 Width = 122 TabOrder = 2 end object Label3: TLabel Left = 368 Height = 20 Top = 114 Width = 12 Caption = '%' ParentColor = False end object Label2: TLabel Left = 20 Height = 20 Top = 110 Width = 116 Caption = 'Animation speed:' ParentColor = False end object CheckBoxAutoSaveTurn: TCheckBox Left = 20 Height = 24 Top = 144 Width = 213 Caption = 'Autosave game on each turn' TabOrder = 3 end object CheckBoxReopenLastFile: TCheckBox Left = 20 Height = 24 Top = 184 Width = 198 Caption = 'Reopen last game on start' TabOrder = 4 end end end object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 240 ClientWidth = 581 object Panel2: TPanel Left = 0 Height = 240 Top = 0 Width = 581 Align = alClient BevelOuter = bvNone ClientHeight = 240 ClientWidth = 581 TabOrder = 0 object CheckBox2: TCheckBox Left = 16 Height = 24 Top = 32 Width = 549 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBox2Change TabOrder = 0 end object Label4: TLabel Left = 14 Height = 20 Top = 67 Width = 26 Caption = 'DPI:' ParentColor = False end object SpinEditX: TSpinEdit Left = 104 Height = 28 Top = 64 Width = 96 MaxValue = 500 MinValue = 20 TabOrder = 1 Value = 50 end object Label5: TLabel Left = 208 Height = 20 Top = 67 Width = 7 Caption = 'x' ParentColor = False end object SpinEditY: TSpinEdit Left = 232 Height = 28 Top = 64 Width = 90 MaxValue = 500 MinValue = 20 TabOrder = 2 Value = 20 end object CheckBoxDevelMode: TCheckBox Left = 16 Height = 27 Top = 136 Width = 553 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Developer mode' TabOrder = 3 end end end end end