object FormSettings: TFormSettings Left = 545 Height = 426 Top = 203 Width = 614 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 426 ClientWidth = 614 Constraints.MinHeight = 200 Constraints.MinWidth = 300 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '3.6.0.0' object ButtonOk: TButton Left = 365 Height = 38 Top = 381 Width = 114 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 492 Height = 38 Top = 381 Width = 114 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object PageControl1: TPageControl Left = 8 Height = 365 Top = 8 Width = 598 ActivePage = TabSheetGeneral Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 ParentFont = False TabIndex = 0 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 325 ClientWidth = 588 ParentFont = False object ScrollBoxGeneral: TScrollBox Left = 0 Height = 325 Top = 0 Width = 588 HorzScrollBar.Page = 383 VertScrollBar.Page = 163 Align = alClient ClientHeight = 323 ClientWidth = 586 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 = 178 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 = 128 Width = 15 Caption = '%' ParentColor = False ParentFont = False end object Label2: TLabel Left = 20 Height = 26 Top = 128 Width = 149 Caption = 'Animation speed:' ParentColor = False ParentFont = False end end end object TabSheetDebug: TTabSheet Caption = 'Debug' ClientHeight = 325 ClientWidth = 588 ParentFont = False object ScrollBoxDebug: TScrollBox Left = 0 Height = 325 Top = 0 Width = 588 HorzScrollBar.Page = 322 VertScrollBar.Page = 162 Align = alClient ClientHeight = 321 ClientWidth = 584 ParentFont = False TabOrder = 0 object CheckBox2: TCheckBox Left = 16 Height = 24 Top = 32 Width = 552 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 = 34 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 = 34 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 = 556 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Developer mode' ParentFont = False TabOrder = 3 end end end end end