home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  2001-09-09  |  774b  |  38 lines

  1. object AboutBox: TAboutBox
  2.   Left = 232
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'The Bat! - Communicating With The Unseen'
  7.   ClientHeight = 288
  8.   ClientWidth = 448
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnMouseDown = FormMouseDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object iPic: TImage
  25.     Left = 271
  26.     Top = 9
  27.     Width = 168
  28.     Height = 270
  29.     OnMouseDown = FormMouseDown
  30.   end
  31.   object Timer1: TTimer
  32.     Interval = 5000
  33.     OnTimer = Timer1Timer
  34.     Left = 280
  35.     Top = 192
  36.   end
  37. end
  38.