home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Plastic / Plastic.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1998-08-12  |  643 b   |  34 lines

  1. object SplashForm: TSplashForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 255
  7.   ClientWidth = 405
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 406
  20.     Height = 256
  21.     BevelInner = bvRaised
  22.     TabOrder = 0
  23.     object Image1: TImage
  24.       Left = 3
  25.       Top = 3
  26.       Width = 400
  27.       Height = 250
  28.       AutoSize = True
  29.       Center = True
  30.       Picture.Data = {<image000.bmp>}
  31.     end
  32.   end
  33. end
  34.