object FormSettings: TFormSettings Left = 809 Height = 613 Top = 444 Width = 857 Caption = 'Settings' ClientHeight = 613 ClientWidth = 857 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonOk: TButton Left = 730 Height = 38 Top = 557 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 0 end object ButtonCancel: TButton Left = 592 Height = 38 Top = 557 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ScrollBox1: TScrollBox Left = 13 Height = 536 Top = 8 Width = 827 HorzScrollBar.Page = 382 VertScrollBar.Page = 182 Anchors = [akTop, akLeft, akRight, akBottom] BorderStyle = bsNone ClientHeight = 536 ClientWidth = 827 TabOrder = 2 object Label1: TLabel Left = 8 Height = 26 Top = 8 Width = 112 Caption = 'Startup form:' ParentColor = False end object ComboBoxStartUpForm: TComboBox Left = 152 Height = 42 Top = 0 Width = 230 ItemHeight = 0 Items.Strings = ( 'Screen' 'Source editor' 'Debugger' ) Style = csDropDownList TabOrder = 0 end object Label2: TLabel Left = 8 Height = 26 Top = 56 Width = 63 Caption = 'Theme:' ParentColor = False end object ComboBoxTheme: TComboBox Left = 152 Height = 42 Top = 48 Width = 230 ItemHeight = 0 Style = csDropDownList TabOrder = 1 end object Label3: TLabel Left = 8 Height = 26 Top = 104 Width = 88 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 152 Height = 42 Top = 96 Width = 230 ItemHeight = 0 Style = csDropDownList TabOrder = 2 end object CheckBoxAutoStartMachine: TCheckBox Left = 12 Height = 30 Top = 152 Width = 187 Caption = 'Auto start machine' TabOrder = 3 end end end