object Form1: TForm1 Left = 201 Top = 98 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Form1' ClientHeight = 275 ClientWidth = 429 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Image1: TImage Left = 0 Top = 0 Width = 429 Height = 234 Align = alClient end object Panel1: TPanel Left = 0 Top = 234 Width = 429 Height = 41 Align = alBottom TabOrder = 0 object Button1: TButton Left = 13 Top = 8 Width = 84 Height = 25 Caption = '&Animate' TabOrder = 0 OnClick = Button1Click end end object Timer1: TTimer Enabled = False Interval = 1 OnTimer = Timer1Timer Left = 371 Top = 238 end end