home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04973.iso / docs / 00009 / 009d0.exe / _setup.1 / JavaQuiz.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1997-03-15  |  692 b   |  35 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 278
  3.   Top = 131
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   ClientHeight = 254
  9.   ClientWidth = 380
  10.   Color = clWhite
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgSplash: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 370
  24.     Height = 242
  25.     AutoSize = True
  26.     Picture.Data = {<image001.bmp>}
  27.   end
  28.   object Timer1: TTimer
  29.     Enabled = False
  30.     OnTimer = Timer1Timer
  31.     Left = 312
  32.     Top = 24
  33.   end
  34. end
  35.