object FormOptions: TFormOptions Left = 401 Height = 427 Top = 236 Width = 728 Caption = 'Options' ClientHeight = 427 ClientWidth = 728 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonOk: TButton Left = 631 Height = 30 Top = 389 Width = 90 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 516 Height = 30 Top = 389 Width = 90 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object PageControl1: TPageControl Left = 10 Height = 371 Top = 10 Width = 711 ActivePage = TabSheetBuild Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False TabIndex = 1 TabOrder = 2 object TabSheetGeneral: TTabSheet Caption = 'General' ClientHeight = 331 ClientWidth = 701 ParentFont = False object Panel1: TPanel Left = 0 Height = 331 Top = 0 Width = 701 Align = alClient BevelOuter = bvNone ClientHeight = 331 ClientWidth = 701 ParentFont = False TabOrder = 0 object Label3: TLabel Left = 10 Height = 26 Top = 58 Width = 164 Caption = 'Interface language:' ParentColor = False ParentFont = False end object ComboBoxLanguage: TComboBox Left = 307 Height = 42 Top = 58 Width = 226 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 0 end object CheckBoxReopenLastFile: TCheckBox Left = 10 Height = 32 Top = 102 Width = 1260 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Reopend last opened project' ParentFont = False TabOrder = 1 end object CheckBoxDPIAuto: TCheckBox Left = 10 Height = 32 Top = 150 Width = 1250 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBoxDPIAutoChange ParentFont = False TabOrder = 2 end object LabelDPI: TLabel Left = 36 Height = 26 Top = 192 Width = 35 Caption = 'DPI:' ParentColor = False ParentFont = False end object SpinEditDPIX: TSpinEdit Left = 134 Height = 43 Top = 190 Width = 96 MaxValue = 1000 MinValue = 1 ParentFont = False TabOrder = 3 Value = 1 end object SpinEditDPIY: TSpinEdit Left = 259 Height = 43 Top = 192 Width = 96 MaxValue = 1000 MinValue = 1 ParentFont = False TabOrder = 4 Value = 1 end object LabelX: TLabel Left = 240 Height = 26 Top = 192 Width = 10 Caption = 'x' ParentColor = False ParentFont = False end object LabelTheme: TLabel Left = 10 Height = 26 Top = 19 Width = 63 Caption = 'Theme:' ParentColor = False ParentFont = False end object ComboBoxTheme: TComboBox Left = 307 Height = 42 Top = 10 Width = 226 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 5 end end end object TabSheetBuild: TTabSheet Caption = 'Build' ClientHeight = 331 ClientWidth = 701 ParentFont = False object Panel2: TPanel Left = 0 Height = 331 Top = 0 Width = 701 Align = alClient BevelOuter = bvNone ClientHeight = 331 ClientWidth = 701 ParentFont = False TabOrder = 0 object Label4: TLabel Left = 10 Height = 26 Top = 125 Width = 202 Caption = 'Compiler optimizations:' ParentColor = False ParentFont = False end object ComboBoxOptimization: TComboBox Left = 298 Height = 38 Top = 120 Width = 226 ItemHeight = 0 Items.Strings = ( 'None' 'Normal' ) OnSelect = CheckBoxDPIAutoChange ParentFont = False Style = csDropDownList TabOrder = 0 end object CheckBoxOptimizeAddSub: TCheckBox Left = 37 Height = 30 Top = 163 Width = 236 Caption = 'Addition and subtraction' ParentFont = False TabOrder = 1 end object CheckBoxOptimizeMerge: TCheckBox Left = 37 Height = 30 Top = 224 Width = 227 Caption = 'Merge same operations' ParentFont = False TabOrder = 2 end object CheckBoxOptimizeCopyMultiply: TCheckBox Left = 37 Height = 30 Top = 282 Width = 142 Caption = 'Copy multiply' OnChange = CheckBoxOptimizeCopyMultiplyChange ParentFont = False TabOrder = 3 end object CheckBoxOptimizeRelativeIndexes: TCheckBox Left = 37 Height = 30 Top = 253 Width = 162 Caption = 'Relative indexes' OnChange = CheckBoxOptimizeRelativeIndexesChange ParentFont = False TabOrder = 4 end object Label2: TLabel Left = 10 Height = 26 Top = 64 Width = 73 Caption = 'Cell size:' ParentColor = False ParentFont = False end object Label1: TLabel Left = 10 Height = 26 Top = 16 Width = 112 Caption = 'Memory size:' ParentColor = False ParentFont = False end object SpinEditMemorySize: TSpinEdit Left = 198 Height = 43 Top = 7 Width = 156 MaxValue = 2000000000 ParentFont = False TabOrder = 5 end object SpinEditCellSize: TSpinEdit Left = 198 Height = 43 Top = 56 Width = 156 MaxValue = 2000000000 ParentFont = False TabOrder = 6 end object CheckBoxOptimizeSetZero: TCheckBox Left = 37 Height = 30 Top = 192 Width = 93 Caption = 'Set zero' ParentFont = False TabOrder = 7 end object CheckBoxDebugEnabled: TCheckBox Left = 392 Height = 30 Top = 12 Width = 120 Caption = 'Debugging' ParentFont = False TabOrder = 8 end end end end end