object FormSettings: TFormSettings Left = 404 Height = 327 Top = 574 Width = 554 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 327 ClientWidth = 554 Constraints.MinHeight = 327 Constraints.MinWidth = 554 OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.4.4.0' object ButtonOk: TButton Left = 444 Height = 25 Top = 284 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 322 Height = 25 Top = 284 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PageControl1: TPageControl Left = 4 Height = 264 Top = 4 Width = 546 ActivePage = TabSheetGeneral Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 4 TabIndex = 0 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 226 ClientWidth = 538 object Label2: TLabel Left = 27 Height = 25 Top = 78 Width = 139 Caption = 'Animation speed:' ParentColor = False end object SpinEditAnimSpeed: TSpinEdit Left = 232 Height = 33 Top = 72 Width = 122 TabOrder = 0 end object Label3: TLabel Left = 368 Height = 25 Top = 82 Width = 15 Caption = '%' ParentColor = False end object CheckBox1: TCheckBox Left = 8 Height = 27 Top = 112 Width = 584 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Autosave game on each turn' TabOrder = 1 end object Label1: TLabel Left = 20 Height = 25 Top = 26 Width = 81 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 178 Height = 33 Top = 24 Width = 196 ItemHeight = 25 Style = csDropDownList TabOrder = 2 end end object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 226 ClientWidth = 538 object CheckBoxDevelMode: TCheckBox Left = 16 Height = 27 Top = 136 Width = 512 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Developer mode' TabOrder = 0 end object Label4: TLabel Left = 14 Height = 25 Top = 67 Width = 32 Caption = 'DPI:' ParentColor = False end object SpinEditX: TSpinEdit Left = 104 Height = 33 Top = 64 Width = 96 MaxValue = 500 MinValue = 20 TabOrder = 1 Value = 50 end object SpinEditY: TSpinEdit Left = 232 Height = 33 Top = 64 Width = 90 MaxValue = 500 MinValue = 20 TabOrder = 2 Value = 20 end object Label5: TLabel Left = 208 Height = 25 Top = 67 Width = 8 Caption = 'x' ParentColor = False end object CheckBox2: TCheckBox Left = 16 Height = 24 Top = 32 Width = 508 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBox2Change TabOrder = 3 end end end end