home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / EPA / ea4 / prg / Engact.ex_ / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt
Text File  |  2000-03-20  |  1KB  |  53 lines

  1. inherited SplashScreen: TSplashScreen
  2.   Left = 385
  3.   Top = 153
  4.   Caption = 'SplashScreen'
  5.   ClientHeight = 707
  6.   ClientWidth = 897
  7.   Color = clBlack
  8.   OnDestroy = FormDestroy
  9.   OnKeyDown = FormKeyDown
  10.   OnMouseDown = FormMouseDown
  11.   PixelsPerInch = 96
  12.   TextHeight = 15
  13.   object RightBottom: TRegionPicture
  14.     Left = 713
  15.     Top = 542
  16.     Width = 120
  17.     Height = 109
  18.     AutoSize = True
  19.     OnMouseDown = FormMouseDown
  20.   end
  21.   object LeftBorder: TRegionPicture
  22.     Left = 0
  23.     Top = 0
  24.     Width = 114
  25.     Height = 600
  26.     AutoSize = True
  27.   end
  28.   object Center: TRegionPicture
  29.     Left = 134
  30.     Top = 26
  31.     Width = 675
  32.     Height = 440
  33.     AutoSize = True
  34.     OnMouseDown = FormMouseDown
  35.   end
  36.   object Bottom: TRegionPicture
  37.     Left = 317
  38.     Top = 496
  39.     Width = 120
  40.     Height = 109
  41.     AutoSize = True
  42.     OnMouseDown = FormMouseDown
  43.   end
  44.   object SplashTimer: TMyTimer
  45.     OnTimer = SplashTimerTimer
  46.     Interval = 5000
  47.     Enabled = False
  48.     KeepPlane = False
  49.     Left = 200
  50.     Top = 18
  51.   end
  52. end
  53.