object FormSettings: TFormSettings Left = 838 Height = 331 Top = 468 Width = 612 Caption = 'Settings' ClientHeight = 331 ClientWidth = 612 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow LCLVersion = '3.4.0.0' object ButtonOk: TButton Left = 488 Height = 38 Top = 283 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' TabOrder = 0 OnClick = ButtonOkClick end object ButtonCancel: TButton Left = 352 Height = 38 Top = 283 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' TabOrder = 1 OnClick = ButtonCancelClick end object ScrollBox1: TScrollBox Left = 8 Height = 262 Top = 8 Width = 595 HorzScrollBar.Page = 438 VertScrollBar.Page = 178 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 260 ClientWidth = 593 TabOrder = 2 object Label1: TLabel Left = 19 Height = 26 Top = 24 Width = 170 Caption = 'Animation duration:' ParentColor = False end object TrackBar1: TTrackBar Left = 208 Height = 58 Top = 16 Width = 372 Max = 1000 Position = 0 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ComboBoxLanguage: TComboBox Left = 208 Height = 42 Top = 86 Width = 230 ItemHeight = 0 Style = csDropDownList TabOrder = 1 end object Label2: TLabel Left = 19 Height = 26 Top = 94 Width = 88 Caption = 'Language:' ParentColor = False end object ComboBoxTheme: TComboBox Left = 208 Height = 42 Top = 136 Width = 230 ItemHeight = 0 Style = csDropDownList TabOrder = 2 end object Label3: TLabel Left = 19 Height = 26 Top = 144 Width = 63 Caption = 'Theme:' ParentColor = False end end end