object FormSettings: TFormSettings Left = 962 Height = 563 Top = 187 Width = 784 ActiveControl = ButtonOk Caption = 'Settings' object ButtonOk: TButton Left = 674 Height = 25 Top = 511 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 552 Height = 25 Top = 511 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 20 Height = 22 Top = 26 Width = 80 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 178 Height = 32 Top = 24 Width = 196 ItemHeight = 0 Style = csDropDownList TabOrder = 2 end end