home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc2.iso / STRAT / BEDTRIS2 / BEDTRIS.EXE / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  1997-05-17  |  624b  |  33 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 0
  3.   Top = 189
  4.   BorderStyle = bsNone
  5.   ClientHeight = 249
  6.   ClientWidth = 632
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 632
  18.     Height = 249
  19.     Align = alClient
  20.     BevelInner = bvLowered
  21.     TabOrder = 0
  22.     object Image1: TImage
  23.       Left = 2
  24.       Top = 2
  25.       Width = 628
  26.       Height = 245
  27.       Align = alClient
  28.       Picture.Data = {<image000.bmp>}
  29.       Stretch = True
  30.     end
  31.   end
  32. end
  33.