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.4.0' object Label1: TLabel Left = 19 Height = 25 Top = 24 Width = 158 Caption = 'Animation duration:' ParentColor = False end object TrackBar1: TTrackBar Left = 208 Height = 58 Top = 16 Width = 240 Max = 1000 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 = 33 Top = 86 Width = 230 ItemHeight = 25 Style = csDropDownList TabOrder = 3 end object Label2: TLabel Left = 19 Height = 25 Top = 94 Width = 81 Caption = 'Language:' ParentColor = False end object ComboBoxTheme: TComboBox Left = 208 Height = 33 Top = 136 Width = 230 ItemHeight = 25 Style = csDropDownList TabOrder = 4 end object Label3: TLabel Left = 19 Height = 25 Top = 144 Width = 57 Caption = 'Theme:' ParentColor = False end end