object SettingForm: TSettingForm Left = 374 Height = 322 Top = 141 Width = 440 Caption = 'Settings' ClientHeight = 322 ClientWidth = 440 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.31' object ButtonSave: TButton Left = 362 Height = 25 Top = 290 Width = 75 Anchors = [akRight, akBottom] Caption = 'Save' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 274 Height = 25 Top = 290 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label2: TLabel Left = 8 Height = 14 Top = 38 Width = 52 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 116 Height = 21 Top = 32 Width = 132 ItemHeight = 13 TabOrder = 2 end end