object FormSettings: TFormSettings Left = 962 Height = 563 Top = 187 Width = 784 ActiveControl = ButtonOk Caption = 'Settings' ClientHeight = 563 ClientWidth = 784 LCLVersion = '1.3' object ButtonOk: TButton Left = 674 Height = 25 Top = 511 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 552 Height = 25 Top = 511 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 20 Height = 22 Top = 26 Width = 80 Caption = 'Language:' ParentColor = False end object ComboBoxLanguage: TComboBox Left = 178 Height = 34 Top = 24 Width = 196 ItemHeight = 0 Style = csDropDownList TabOrder = 2 end object CheckBoxDevelMode: TCheckBox Left = 16 Height = 24 Top = 80 Width = 157 Caption = 'Developer mode' TabOrder = 3 end object SpinEditAnimSpeed: TSpinEdit Left = 184 Height = 32 Top = 120 Width = 122 TabOrder = 4 end object Label2: TLabel Left = 19 Height = 22 Top = 126 Width = 140 Caption = 'Animation speed:' ParentColor = False end object Label3: TLabel Left = 311 Height = 22 Top = 128 Width = 15 Caption = '%' ParentColor = False end end