object FormOptions: TFormOptions Left = 401 Height = 445 Top = 236 Width = 758 Caption = 'Options' ClientHeight = 445 ClientWidth = 758 DesignTimePPI = 150 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.0.4' object ButtonOk: TButton Left = 657 Height = 31 Top = 406 Width = 94 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 537 Height = 31 Top = 406 Width = 94 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object PageControl1: TPageControl Left = 10 Height = 387 Top = 10 Width = 741 ActivePage = TabSheetBuild Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False TabIndex = 1 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 346 ClientWidth = 731 ParentFont = False object Panel1: TPanel Left = 0 Height = 346 Top = 0 Width = 731 Align = alClient BevelOuter = bvNone ClientHeight = 346 ClientWidth = 731 ParentFont = False TabOrder = 0 object Label3: TLabel Left = 10 Height = 27 Top = 60 Width = 177 Caption = 'Interface language:' ParentFont = False end object ComboBoxLanguage: TComboBox Left = 320 Height = 42 Top = 60 Width = 235 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 0 end object CheckBoxReopenLastFile: TCheckBox Left = 10 Height = 33 Top = 106 Width = 1314 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Reopend last opened project' ParentFont = False TabOrder = 1 end object CheckBoxDPIAuto: TCheckBox Left = 10 Height = 33 Top = 156 Width = 1303 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBoxDPIAutoChange ParentFont = False TabOrder = 2 end object LabelDPI: TLabel Left = 38 Height = 27 Top = 200 Width = 36 Caption = 'DPI:' ParentFont = False end object SpinEditDPIX: TSpinEdit Left = 140 Height = 43 Top = 198 Width = 100 MaxValue = 1000 MinValue = 1 ParentFont = False TabOrder = 3 Value = 1 end object SpinEditDPIY: TSpinEdit Left = 270 Height = 43 Top = 200 Width = 100 MaxValue = 1000 MinValue = 1 ParentFont = False TabOrder = 4 Value = 1 end object LabelX: TLabel Left = 250 Height = 27 Top = 200 Width = 10 Caption = 'x' ParentFont = False end object LabelTheme: TLabel Left = 10 Height = 27 Top = 20 Width = 67 Caption = 'Theme:' ParentFont = False end object ComboBoxTheme: TComboBox Left = 320 Height = 42 Top = 10 Width = 235 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 5 end end end object TabSheetBuild: TTabSheet Caption = 'Build' ClientHeight = 346 ClientWidth = 731 ParentFont = False object Panel2: TPanel Left = 0 Height = 346 Top = 0 Width = 731 Align = alClient BevelOuter = bvNone ClientHeight = 346 ClientWidth = 731 ParentFont = False TabOrder = 0 object Label4: TLabel Left = 10 Height = 27 Top = 130 Width = 214 Caption = 'Compiler optimizations:' ParentFont = False end object ComboBoxOptimization: TComboBox Left = 310 Height = 39 Top = 125 Width = 235 ItemHeight = 0 Items.Strings = ( 'None' 'Normal' ) OnSelect = CheckBoxDPIAutoChange ParentFont = False Style = csDropDownList TabOrder = 0 end object CheckBoxOptimizeAddSub: TCheckBox Left = 39 Height = 31 Top = 170 Width = 249 Caption = 'Addition and subtraction' ParentFont = False TabOrder = 1 end object CheckBoxOptimizeMerge: TCheckBox Left = 39 Height = 31 Top = 233 Width = 240 Caption = 'Merge same operations' ParentFont = False TabOrder = 2 end object CheckBoxOptimizeCopyMultiply: TCheckBox Left = 39 Height = 31 Top = 294 Width = 149 Caption = 'Copy multiply' OnChange = CheckBoxOptimizeCopyMultiplyChange ParentFont = False TabOrder = 3 end object CheckBoxOptimizeRelativeIndexes: TCheckBox Left = 39 Height = 31 Top = 264 Width = 172 Caption = 'Relative indexes' OnChange = CheckBoxOptimizeRelativeIndexesChange ParentFont = False TabOrder = 4 end object Label2: TLabel Left = 10 Height = 27 Top = 67 Width = 77 Caption = 'Cell size:' ParentFont = False end object Label1: TLabel Left = 10 Height = 27 Top = 17 Width = 119 Caption = 'Memory size:' ParentFont = False end object SpinEditMemorySize: TSpinEdit Left = 206 Height = 43 Top = 7 Width = 162 MaxValue = 2000000000 ParentFont = False TabOrder = 5 end object SpinEditCellSize: TSpinEdit Left = 206 Height = 43 Top = 58 Width = 162 MaxValue = 2000000000 ParentFont = False TabOrder = 6 end object CheckBoxOptimizeSetZero: TCheckBox Left = 39 Height = 31 Top = 200 Width = 97 Caption = 'Set zero' ParentFont = False TabOrder = 7 end object CheckBoxDebugEnabled: TCheckBox Left = 408 Height = 31 Top = 12 Width = 128 Caption = 'Debugging' ParentFont = False TabOrder = 8 end end end end end