object Form7: TForm7 Left = 223 Top = 153 BorderStyle = bsNone Caption = 'Form7' ClientHeight = 210 ClientWidth = 420 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDesktopCenter OnClick = FormClick OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 420 Height = 210 Align = alClient Picture.Data = {} OnClick = Image1Click end object Image2: TImage Left = 55 Top = 80 Width = 310 Height = 50 Picture.Data = {} Visible = False end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer Left = 8 Top = 8 end end