object FormSettings: TFormSettings Left = 979 Height = 360 Top = 385 Width = 480 Caption = 'Settings' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.2.0' object Label1: TLabel Left = 19 Height = 26 Top = 24 Width = 150 Caption = 'Animation speed:' ParentColor = False end object TrackBar1: TTrackBar Left = 208 Height = 58 Top = 16 Width = 240 Max = 100 Position = 0 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ButtonOk: TButton Left = 112 Height = 38 Top = 291 Width = 113 Anchors = [akLeft, akBottom] Caption = 'OK' OnClick = ButtonOkClick TabOrder = 1 end object ButtonCancel: TButton Left = 256 Height = 38 Top = 288 Width = 113 Anchors = [akLeft, akBottom] Caption = 'Cancel' OnClick = ButtonCancelClick TabOrder = 2 end object ComboBoxLanguage: TComboBox Left = 208 Height = 43 Top = 86 Width = 230 ItemHeight = 0 Style = csDropDownList TabOrder = 3 end object Label2: TLabel Left = 19 Height = 26 Top = 94 Width = 88 Caption = 'Language:' ParentColor = False end end