object FormSettings: TFormSettings Left = 522 Height = 300 Top = 247 Width = 400 Caption = 'Settings' ClientHeight = 300 ClientWidth = 400 DesignTimePPI = 120 OnCreate = FormCreate LCLVersion = '1.8.2.0' object ButtonOk: TButton Left = 96 Height = 31 Top = 256 Width = 94 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 232 Height = 31 Top = 256 Width = 94 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 14 Height = 20 Top = 19 Width = 68 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 162 Height = 28 Top = 13 Width = 158 ItemHeight = 20 Style = csDropDownList TabOrder = 2 end end