object FormOptions: TFormOptions Left = 401 Height = 356 Top = 236 Width = 607 Caption = 'Options' ClientHeight = 356 ClientWidth = 607 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.8.2.0' object ButtonOk: TButton Left = 526 Height = 25 Top = 324 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 430 Height = 25 Top = 324 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PageControl1: TPageControl Left = 8 Height = 310 Top = 8 Width = 593 ActivePage = TabSheetBuild Anchors = [akTop, akLeft, akRight, akBottom] TabIndex = 1 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 277 ClientWidth = 585 object Panel1: TPanel Left = 0 Height = 277 Top = 0 Width = 585 Align = alClient BevelOuter = bvNone ClientHeight = 277 ClientWidth = 585 TabOrder = 0 object Label3: TLabel Left = 8 Height = 20 Top = 48 Width = 127 Caption = 'Interface language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 256 Height = 28 Top = 48 Width = 188 ItemHeight = 20 Style = csDropDownList TabOrder = 0 end object CheckBox1: TCheckBox Left = 8 Height = 27 Top = 85 Width = 1051 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Reopend last opened project' TabOrder = 1 end object CheckBoxDPIAuto: TCheckBox Left = 8 Height = 27 Top = 125 Width = 1043 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBoxDPIAutoChange TabOrder = 2 end object LabelDPI: TLabel Left = 30 Height = 20 Top = 160 Width = 26 Caption = 'DPI:' ParentColor = False end object SpinEditDPIX: TSpinEdit Left = 112 Height = 28 Top = 158 Width = 80 MaxValue = 1000 MinValue = 1 TabOrder = 3 Value = 1 end object SpinEditDPIY: TSpinEdit Left = 216 Height = 28 Top = 160 Width = 80 MaxValue = 1000 MinValue = 1 TabOrder = 4 Value = 1 end object LabelX: TLabel Left = 200 Height = 20 Top = 160 Width = 7 Caption = 'x' ParentColor = False end object LabelTheme: TLabel Left = 8 Height = 20 Top = 16 Width = 48 Caption = 'Theme:' ParentColor = False end object ComboBoxTheme: TComboBox Left = 256 Height = 28 Top = 8 Width = 188 ItemHeight = 20 Style = csDropDownList TabOrder = 5 end end end object TabSheetBuild: TTabSheet Caption = 'Build' ClientHeight = 277 ClientWidth = 585 object Panel2: TPanel Left = 0 Height = 277 Top = 0 Width = 585 Align = alClient BevelOuter = bvNone ClientHeight = 277 ClientWidth = 585 TabOrder = 0 object Label4: TLabel Left = 8 Height = 20 Top = 104 Width = 159 Caption = 'Compiler optimizations:' ParentColor = False end object ComboBoxOptimization: TComboBox Left = 248 Height = 28 Top = 104 Width = 188 ItemHeight = 20 Items.Strings = ( 'None' 'Normal' ) OnSelect = CheckBoxDPIAutoChange Style = csDropDownList TabOrder = 0 end object CheckBoxOptimizeAddSub: TCheckBox Left = 31 Height = 24 Top = 136 Width = 189 Caption = 'Addition and subtraction' TabOrder = 1 end object CheckBoxOptimizeMerge: TCheckBox Left = 31 Height = 24 Top = 160 Width = 181 Caption = 'Merge same operations' TabOrder = 2 end object CheckBoxOptimizeCopyMultiply: TCheckBox Left = 31 Height = 24 Top = 208 Width = 116 Caption = 'Copy multiply' TabOrder = 3 end object CheckBoxOptimizeRelativeIndexes: TCheckBox Left = 31 Height = 24 Top = 184 Width = 131 Caption = 'Relative indexes' TabOrder = 4 end object Label2: TLabel Left = 8 Height = 20 Top = 40 Width = 57 Caption = 'Cell size:' ParentColor = False end object Label1: TLabel Left = 8 Height = 20 Top = 8 Width = 87 Caption = 'Memory size:' ParentColor = False end object SpinEditMemorySize: TSpinEdit Left = 165 Height = 28 Top = 6 Width = 130 MaxValue = 2000000000 TabOrder = 5 end object SpinEditCellSize: TSpinEdit Left = 165 Height = 28 Top = 40 Width = 130 MaxValue = 2000000000 TabOrder = 6 end end end end end