home *** CD-ROM | disk | FTP | other *** search
/ Patrick Moore's Guide to the Universe / PatrickMooresGuideToTheUniverse.iso / GSP_RUN.EXE / 0 / RCDATA / TSPLASH / TSPLASH.txt
Text File  |  2001-01-26  |  661b  |  34 lines

  1. object Splash: TSplash
  2.   Left = 314
  3.   Top = 164
  4.   BorderStyle = bsNone
  5.   Caption = 'Splash'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Splash_IMG: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 105
  24.     Height = 105
  25.     AutoSize = True
  26.     OnClick = Splash_TimerTimer
  27.   end
  28.   object Splash_Timer: TTimer
  29.     Enabled = False
  30.     OnTimer = Splash_TimerTimer
  31.     Left = 112
  32.   end
  33. end
  34.