home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / mastapp.pak / SPLASH.DFM / SPLASH.txt < prev   
Encoding:
Text File  |  1995-08-24  |  1.2 KB  |  61 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.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 168
  21.     Height = 178
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     Color = clSilver
  25.     TabOrder = 0
  26.     object Label3: TLabel
  27.       Left = 23
  28.       Top = 125
  29.       Width = 123
  30.       Height = 19
  31.       Caption = 'Marine Adventures'
  32.       Font.Color = clBlack
  33.       Font.Height = -16
  34.       Font.Name = 'Times New Roman'
  35.       Font.Style = [fsItalic, fsUnderline]
  36.       ParentFont = False
  37.     end
  38.     object Bevel1: TBevel
  39.       Left = 10
  40.       Top = 150
  41.       Width = 147
  42.       Height = 2
  43.       Style = bsRaised
  44.     end
  45.     object Label1: TLabel
  46.       Left = 60
  47.       Top = 158
  48.       Width = 47
  49.       Height = 13
  50.       Caption = 'Loading...'
  51.     end
  52.     object Image1: TImage
  53.       Left = 40
  54.       Top = 11
  55.       Width = 87
  56.       Height = 113
  57.       Picture.Data = {<image000.bmp>}
  58.     end
  59.   end
  60. end
  61.