home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / SPLASH.DFM / SPLASH.txt < prev   
Text File  |  1997-05-13  |  1KB  |  59 lines

  1. object SplashForm: TSplashForm
  2.   Left = 204
  3.   Top = 123
  4.   AutoScroll = False
  5.   ActiveControl = Panel1
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   ClientHeight = 178
  9.   ClientWidth = 168
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 168
  20.     Height = 178
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     Color = clSilver
  24.     TabOrder = 0
  25.     object Label3: TLabel
  26.       Left = 23
  27.       Top = 125
  28.       Width = 123
  29.       Height = 19
  30.       Caption = 'Marine Adventures'
  31.       Font.Color = clBlack
  32.       Font.Height = -16
  33.       Font.Style = [fsItalic, fsUnderline]
  34.       ParentFont = False
  35.     end
  36.     object Bevel1: TBevel
  37.       Left = 10
  38.       Top = 150
  39.       Width = 147
  40.       Height = 2
  41.       Style = bsRaised
  42.     end
  43.     object Label1: TLabel
  44.       Left = 60
  45.       Top = 158
  46.       Width = 47
  47.       Height = 13
  48.       Caption = 'Loading...'
  49.     end
  50.     object Image1: TImage
  51.       Left = 40
  52.       Top = 11
  53.       Width = 87
  54.       Height = 113
  55.       Picture.Data = {<image000.bmp>}
  56.     end
  57.   end
  58. end
  59.