home *** CD-ROM | disk | FTP | other *** search
/ Complete Gamer 11 - Quake…& Unreal Expansion Packs / complete-gamer-issue-11.iso / software / data1.cab / Program_Executable_Files / inf_splh.exe / 0 / RCDATA / TSPLASH3 / TSPLASH3.txt < prev   
Encoding:
Text File  |  1998-11-10  |  590 b   |  29 lines

  1. object Splash3: TSplash3
  2.   Left = 200
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash3'
  7.   ClientHeight = 480
  8.   ClientWidth = 640
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 640
  23.     Height = 480
  24.     Align = alClient
  25.     Picture.Data = {<image001.bmp>}
  26.     OnClick = Image1Click
  27.   end
  28. end
  29.