object FormAnimationSpeed: TFormAnimationSpeed Left = 248 Top = 275 BorderStyle = bsToolWindow Caption = 'Animation Speed' ClientHeight = 29 ClientWidth = 110 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poDefaultPosOnly OnCreate = FormCreate OnDestroy = FormDestroy OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object LabelSpeed: TLabel Left = 8 Top = 7 Width = 31 Height = 13 Caption = 'Speed' ShowAccelChar = False end object EditSpeed: TEdit Left = 44 Top = 3 Width = 41 Height = 21 MaxLength = 4 TabOrder = 0 Text = '100' OnChange = EditSpeedChange end object UpDownSpeed: TUpDown Left = 85 Top = 3 Width = 15 Height = 21 Associate = EditSpeed Min = 0 Max = 1000 Increment = 10 Position = 100 TabOrder = 1 Thousands = False Wrap = False end end