object OptionsForm: TOptionsForm Left = 415 Height = 279 Top = 210 Width = 468 Caption = 'Options' ClientHeight = 279 ClientWidth = 468 OnShow = FormShow LCLVersion = '0.9.31' object ButtonOk: TButton Left = 380 Height = 25 Top = 247 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 0 end object ButtonCancel: TButton Left = 292 Height = 25 Top = 247 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 8 Height = 18 Top = 8 Width = 88 Caption = 'Memory size:' ParentColor = False end object SpinEditMemorySize: TSpinEdit Left = 136 Height = 27 Top = 6 Width = 130 MaxValue = 2000000000 TabOrder = 2 end object Label2: TLabel Left = 8 Height = 18 Top = 40 Width = 60 Caption = 'Cell size:' ParentColor = False end object SpinEditCellSize: TSpinEdit Left = 136 Height = 27 Top = 40 Width = 130 MaxValue = 2000000000 TabOrder = 3 end object Label3: TLabel Left = 8 Height = 18 Top = 95 Width = 127 Caption = 'Interface language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 162 Height = 27 Top = 86 Width = 188 ItemHeight = 0 Style = csDropDownList TabOrder = 4 end object CheckBox1: TCheckBox Left = 8 Height = 19 Top = 120 Width = 205 Caption = 'Reopend last opened project' TabOrder = 5 end end