object SettingForm: TSettingForm Left = 355 Height = 328 Top = 166 Width = 446 Caption = 'Settings' ClientHeight = 328 ClientWidth = 446 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.31' object Label1: TLabel Left = 8 Height = 14 Top = 8 Width = 78 Caption = 'Server address:' ParentColor = False end object Edit1: TEdit Left = 116 Height = 21 Top = 8 Width = 252 TabOrder = 0 end object ButtonSave: TButton Left = 368 Height = 25 Top = 296 Width = 75 Anchors = [akRight, akBottom] Caption = 'Save' ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 280 Height = 25 Top = 296 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Label2: TLabel Left = 9 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 = 3 Text = 'ComboBoxLanguage' end end