object OptionsForm: TOptionsForm Left = 665 Height = 339 Top = 370 Width = 468 Caption = 'Options' ClientHeight = 339 ClientWidth = 468 OnShow = FormShow LCLVersion = '1.5' object ButtonOk: TButton Left = 389 Height = 25 Top = 307 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 0 end object ButtonCancel: TButton Left = 304 Height = 25 Top = 307 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object SpinEditCellSize: TSpinEdit Left = 165 Height = 35 Top = 40 Width = 130 MaxValue = 2000000000 TabOrder = 2 end object SpinEditMemorySize: TSpinEdit Left = 165 Height = 35 Top = 6 Width = 130 MaxValue = 2000000000 TabOrder = 3 end object Label1: TLabel Left = 8 Height = 25 Top = 8 Width = 123 Caption = 'Memory size:' ParentColor = False end object Label2: TLabel Left = 8 Height = 25 Top = 40 Width = 79 Caption = 'Cell size:' ParentColor = False end object Label3: TLabel Left = 8 Height = 25 Top = 95 Width = 179 Caption = 'Interface language:' ParentColor = False end object CheckBox1: TCheckBox Left = 8 Height = 27 Top = 128 Width = 456 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Reopend last opened project' TabOrder = 4 end object SpinEditDPIX: TSpinEdit Left = 104 Height = 35 Top = 193 Width = 80 MaxValue = 1000 MinValue = 1 TabOrder = 5 Value = 1 end object LabelDPI: TLabel Left = 24 Height = 25 Top = 201 Width = 39 Caption = 'DPI:' ParentColor = False end object SpinEditDPIY: TSpinEdit Left = 208 Height = 35 Top = 193 Width = 80 MaxValue = 1000 MinValue = 1 TabOrder = 6 Value = 1 end object LabelX: TLabel Left = 192 Height = 25 Top = 201 Width = 10 Caption = 'x' ParentColor = False end object CheckBoxDPIAuto: TCheckBox Left = 8 Height = 27 Top = 168 Width = 448 Anchors = [akTop, akLeft, akRight] AutoSize = False Caption = 'Automatic DPI' OnChange = CheckBoxDPIAutoChange TabOrder = 7 end object Label4: TLabel Left = 16 Height = 25 Top = 248 Width = 221 Caption = 'Compiler optimizations:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 248 Height = 37 Top = 83 Width = 188 ItemHeight = 0 Style = csDropDownList TabOrder = 8 end object ComboBoxOptimizatipn: TComboBox Left = 256 Height = 37 Top = 240 Width = 188 ItemHeight = 0 Items.Strings = ( 'None' 'Normal' ) Style = csDropDownList TabOrder = 9 end end