object FormSettings: TFormSettings Left = 694 Height = 466 Top = 519 Width = 672 Caption = 'Settings' ClientHeight = 466 ClientWidth = 672 DesignTimePPI = 144 OnCreate = FormCreate LCLVersion = '2.0.2.0' object ButtonCancel: TButton Left = 207 Height = 38 Top = 412 Width = 113 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonOk: TButton Left = 360 Height = 38 Top = 412 Width = 113 Anchors = [akLeft, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 1 end object Label1: TLabel Left = 24 Height = 26 Top = 25 Width = 88 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 182 Height = 43 Top = 20 Width = 246 ItemHeight = 0 Style = csDropDownList TabOrder = 2 end end