object FormPreferences: TFormPreferences Left = 765 Height = 422 Top = 230 Width = 577 Caption = 'Preferences' ClientHeight = 422 ClientWidth = 577 DesignTimePPI = 144 OnClose = FormClose OnShow = FormShow LCLVersion = '2.2.2.0' object CheckBoxRememberDatabase: TCheckBox Left = 18 Height = 30 Top = 20 Width = 201 Caption = 'Remember database' TabOrder = 0 end object ButtonSave: TButton Left = 480 Height = 25 Top = 376 Width = 75 Anchors = [akRight, akBottom] Caption = 'Save' ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 388 Height = 25 Top = 375 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object ComboBoxLanguage: TComboBox Left = 200 Height = 42 Top = 56 Width = 292 ItemHeight = 0 Style = csDropDownList TabOrder = 3 end object Label1: TLabel Left = 18 Height = 26 Top = 65 Width = 88 Caption = 'Language:' ParentColor = False end end