object FormSettings: TFormSettings Left = 798 Height = 491 Top = 367 Width = 689 Caption = 'Settings' ClientHeight = 491 ClientWidth = 689 OnShow = FormShow LCLVersion = '1.6.0.4' object ComboBoxLanguage: TComboBox Left = 184 Height = 28 Top = 24 Width = 236 ItemHeight = 20 Style = csDropDownList TabOrder = 0 end object Label1: TLabel Left = 16 Height = 20 Top = 24 Width = 68 Caption = 'Language:' ParentColor = False end object ButtonOk: TButton Left = 584 Height = 25 Top = 448 Width = 75 Anchors = [akRight] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 3 end object ButtonCancel: TButton Left = 459 Height = 25 Top = 447 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object CheckBoxAlwaysOnTop: TCheckBox Left = 16 Height = 24 Top = 64 Width = 118 Caption = 'Always on top' TabOrder = 1 end end