object MainForm: TMainForm Left = 224 Top = 127 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'FUNNY BALL 2000 Christmas' ClientHeight = 440 ClientWidth = 550 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PrintScale = poNone Scaled = False Visible = True OnClose = FormClose OnCreate = FormCreate OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 16 object Player: TMediaPlayer Left = 5 Top = 70 Width = 29 Height = 20 EnabledButtons = [] VisibleButtons = [] AutoEnable = False AutoRewind = False DeviceType = dtSequencer Visible = False TabOrder = 0 TabStop = False end object Timer1: TcsHiResTimer Enabled = False Interval = 33 Resolution = 5 OnTimer = Timer1Timer Left = 6 Top = 6 end object Timer2: TcsHiResTimer Enabled = False Interval = 50 Resolution = 25 OnTimer = Timer2Timer Left = 40 Top = 6 end end