object FormPreferences: TFormPreferences Left = 765 Height = 422 Top = 230 Width = 577 Caption = 'Preferences' ClientHeight = 422 ClientWidth = 577 DesignTimePPI = 144 OnClose = FormClose OnShow = FormShow LCLVersion = '1.8.2.0' object CheckBoxRememberDatabase: TCheckBox Left = 18 Height = 29 Top = 20 Width = 194 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 = 192 Height = 33 Top = 64 Width = 292 ItemHeight = 25 Style = csDropDownList TabOrder = 3 end object Label1: TLabel Left = 18 Height = 25 Top = 65 Width = 81 Caption = 'Language:' ParentColor = False end end