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.0.0.4' 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 = 277 ClientWidth = 585 ParentFont = False object Panel1: TPanel Left = 0 Height = 277 Top = 0 Width = 585 Align = alClient BevelOuter = bvNone ClientHeight = 277 ClientWidth = 585 ParentFont = False TabOrder = 0 object Label3: TLabel Left = 10 Height = 20 Top = 58 Width = 127 Caption = 'Interface language:' ParentColor = False ParentFont = False end object ComboBoxLanguage: TComboBox Left = 307 Height = 33 Top = 58 Width = 226 ItemHeight = 25 ParentFont = False Style = csDropDownList TabOrder = 0 end object CheckBox1: TCheckBox Left = 10 Height = 32 Top = 102 Width = 1144 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 = 1134 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBoxDPIAutoChange ParentFont = False TabOrder = 2 end object LabelDPI: TLabel Left = 36 Height = 20 Top = 192 Width = 26 Caption = 'DPI:' ParentColor = False ParentFont = False end object SpinEditDPIX: TSpinEdit Left = 134 Height = 28 Top = 190 Width = 96 MaxValue = 1000 MinValue = 1 ParentFont = False TabOrder = 3 Value = 1 end object SpinEditDPIY: TSpinEdit Left = 259 Height = 28 Top = 192 Width = 96 MaxValue = 1000 MinValue = 1 ParentFont = False TabOrder = 4 Value = 1 end object LabelX: TLabel Left = 240 Height = 20 Top = 192 Width = 7 Caption = 'x' ParentColor = False ParentFont = False end object LabelTheme: TLabel Left = 10 Height = 20 Top = 19 Width = 48 Caption = 'Theme:' ParentColor = False ParentFont = False end object ComboBoxTheme: TComboBox Left = 307 Height = 33 Top = 10 Width = 226 ItemHeight = 25 ParentFont = False Style = csDropDownList TabOrder = 5 end end end object TabSheetBuild: TTabSheet Caption = 'Build' ClientHeight = 333 ClientWidth = 703 ParentFont = False object Panel2: TPanel Left = 0 Height = 333 Top = 0 Width = 703 Align = alClient BevelOuter = bvNone ClientHeight = 333 ClientWidth = 703 ParentFont = False TabOrder = 0 object Label4: TLabel Left = 10 Height = 25 Top = 125 Width = 189 Caption = 'Compiler optimizations:' ParentColor = False ParentFont = False end object ComboBoxOptimization: TComboBox Left = 298 Height = 33 Top = 125 Width = 226 ItemHeight = 25 Items.Strings = ( 'None' 'Normal' ) OnSelect = CheckBoxDPIAutoChange ParentFont = False Style = csDropDownList TabOrder = 0 end object CheckBoxOptimizeAddSub: TCheckBox Left = 37 Height = 29 Top = 163 Width = 228 Caption = 'Addition and subtraction' ParentFont = False TabOrder = 1 end object CheckBoxOptimizeMerge: TCheckBox Left = 37 Height = 29 Top = 192 Width = 218 Caption = 'Merge same operations' ParentFont = False TabOrder = 2 end object CheckBoxOptimizeCopyMultiply: TCheckBox Left = 37 Height = 29 Top = 250 Width = 141 Caption = 'Copy multiply' ParentFont = False TabOrder = 3 end object CheckBoxOptimizeRelativeIndexes: TCheckBox Left = 37 Height = 29 Top = 221 Width = 155 Caption = 'Relative indexes' ParentFont = False TabOrder = 4 end object Label2: TLabel Left = 10 Height = 25 Top = 48 Width = 66 Caption = 'Cell size:' ParentColor = False ParentFont = False end object Label1: TLabel Left = 10 Height = 25 Top = 10 Width = 105 Caption = 'Memory size:' ParentColor = False ParentFont = False end object SpinEditMemorySize: TSpinEdit Left = 198 Height = 33 Top = 7 Width = 156 MaxValue = 2000000000 ParentFont = False TabOrder = 5 end object SpinEditCellSize: TSpinEdit Left = 198 Height = 33 Top = 48 Width = 156 MaxValue = 2000000000 ParentFont = False TabOrder = 6 end end end end end