home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / SPLASH.DFM / SPLASH.txt < prev   
Text File  |  1997-01-16  |  596b  |  32 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 451
  3.   Top = 279
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashScreen'
  6.   ClientHeight = 201
  7.   ClientWidth = 300
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 300
  18.     Height = 201
  19.     Align = alClient
  20.     BevelWidth = 5
  21.     TabOrder = 0
  22.     object Image1: TImage
  23.       Left = 5
  24.       Top = 5
  25.       Width = 290
  26.       Height = 191
  27.       Align = alClient
  28.       Picture.Data = {<image000.bmp>}
  29.     end
  30.   end
  31. end
  32.