object AboutBox: TAboutBox Left = 232 Top = 148 BorderIcons = [] BorderStyle = bsNone Caption = 'The Bat! - Communicating With The Unseen' ClientHeight = 288 ClientWidth = 448 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True Position = poScreenCenter Scaled = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 13 object iPic: TImage Left = 271 Top = 9 Width = 168 Height = 270 OnMouseDown = FormMouseDown end object Timer1: TTimer Interval = 5000 OnTimer = Timer1Timer Left = 280 Top = 192 end end