home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / EPA / run.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  1999-07-01  |  572b  |  30 lines

  1. inherited SplashForm: TSplashForm
  2.   Left = 400
  3.   Top = 245
  4.   Caption = 'SplashForm'
  5.   ClientHeight = 406
  6.   ClientWidth = 583
  7.   Color = clBlack
  8.   Position = poScreenCenter
  9.   OnClick = FormClick
  10.   OnKeyDown = FormKeyDown
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object SplashPicture: TRegionPicture
  14.     Left = 6
  15.     Top = 6
  16.     Width = 105
  17.     Height = 105
  18.     AutoSize = True
  19.     OnClick = SplashPictureClick
  20.   end
  21.   object CloseTimer: TMyTimer
  22.     OnTimer = CloseTimerTimer
  23.     Interval = 6000
  24.     Enabled = False
  25.     KeepPlane = False
  26.     Left = 23
  27.     Top = 9
  28.   end
  29. end
  30.