home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Encoding:
Text File  |  2004-02-23  |  893 b   |  43 lines

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