home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / Hardware / Drivers / RamBoost / RamBooster.exe / 0 / RCDATA / TSPLASHLOMAKE / TSPLASHLOMAKE.txt < prev   
Text File  |  1999-04-15  |  787b  |  39 lines

  1. object SplashLomake: TSplashLomake
  2.   Left = 377
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashLomake'
  7.   ClientHeight = 250
  8.   ClientWidth = 453
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClick = FormClick
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 453
  24.     Height = 250
  25.     Cursor = crHandPoint
  26.     Align = alClient
  27.     AutoSize = True
  28.     Center = True
  29.     Picture.Data = {<image000.bmp>}
  30.     OnClick = Image1Click
  31.   end
  32.   object Timer1: TTimer
  33.     Interval = 2000
  34.     OnTimer = Timer1Timer
  35.     Left = 40
  36.     Top = 312
  37.   end
  38. end
  39.