home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / SPLASH.DFM / SPLASH.txt < prev   
Text File  |  1997-02-28  |  629b  |  33 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.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 300
  19.     Height = 201
  20.     Align = alClient
  21.     BevelWidth = 5
  22.     TabOrder = 0
  23.     object Image1: TImage
  24.       Left = 5
  25.       Top = 5
  26.       Width = 290
  27.       Height = 191
  28.       Align = alClient
  29.       Picture.Data = {<image000.bmp>}
  30.     end
  31.   end
  32. end
  33.