home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / applau13 / splash.dfm / splash.txt
Encoding:
Text File  |  1996-02-14  |  1.5 KB  |  78 lines

  1. object SplashForm: TSplashForm
  2.   Left = 281
  3.   Top = 355
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 119
  7.   ClientWidth = 417
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 417
  23.     Height = 119
  24.     Align = alClient
  25.     BevelWidth = 2
  26.     BorderStyle = bsSingle
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 8
  30.       Top = 8
  31.       Width = 401
  32.       Height = 56
  33.       Alignment = taCenter
  34.       AutoSize = False
  35.       Caption = 'Set at runtime'
  36.       Font.Color = clBlack
  37.       Font.Height = -48
  38.       Font.Name = 'Arial'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.     end
  42.     object Bevel1: TBevel
  43.       Left = 8
  44.       Top = 88
  45.       Width = 401
  46.       Height = 9
  47.       Shape = bsTopLine
  48.       Style = bsRaised
  49.     end
  50.     object Label2: TLabel
  51.       Left = 8
  52.       Top = 64
  53.       Width = 401
  54.       Height = 16
  55.       Alignment = taCenter
  56.       AutoSize = False
  57.       Caption = 'Set at runtime'
  58.       Font.Color = clBlack
  59.       Font.Height = -13
  60.       Font.Name = 'Arial'
  61.       Font.Style = []
  62.       ParentFont = False
  63.     end
  64.     object Label3: TLabel
  65.       Left = 352
  66.       Top = 96
  67.       Width = 57
  68.       Height = 16
  69.       Caption = 'Loading...'
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'Arial'
  73.       Font.Style = []
  74.       ParentFont = False
  75.     end
  76.   end
  77. end
  78.