object FormOptions: TFormOptions Left = 321 Height = 262 Top = 242 Width = 471 Caption = 'Options' ClientHeight = 262 ClientWidth = 471 OnShow = FormShow LCLVersion = '0.9.31' object ButtonOk: TButton Left = 389 Height = 25 Top = 232 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' Default = True ModalResult = 1 OnClick = ButtonOkClick TabOrder = 0 end object ButtonCancel: TButton Left = 304 Height = 25 Top = 232 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ComboBoxLanguage: TComboBox Left = 162 Height = 21 Top = 8 Width = 188 ItemHeight = 13 Style = csDropDownList TabOrder = 2 end object CheckBoxReopenProject: TCheckBox Left = 8 Height = 17 Top = 42 Width = 153 Caption = 'Reopen last opened project' TabOrder = 3 end object Label3: TLabel Left = 8 Height = 14 Top = 11 Width = 97 Caption = 'Interface language:' ParentColor = False end end