home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / logos / logos_d.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  1998-01-18  |  495b  |  25 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 201
  3.   Top = 109
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashScreen'
  6.   ClientHeight = 194
  7.   ClientWidth = 316
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 320
  20.     Height = 200
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24. end
  25.