home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 114 / DPPCZ0402A.7z / DPPCZ0402A.ISO / PCZone.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Text File  |  2001-05-30  |  1KB  |  57 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 430
  3.   Top = 446
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Browser Loading'
  7.   ClientHeight = 49
  8.   ClientWidth = 255
  9.   Color = clWhite
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 2
  20.     Top = 2
  21.     Width = 253
  22.     Height = 47
  23.     BorderWidth = 1
  24.     BorderStyle = bsSingle
  25.     Color = clWhite
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 138
  29.       Top = 14
  30.       Width = 84
  31.       Height = 16
  32.       Caption = '. . . . . . . . . . .'
  33.       Color = clWhite
  34.       Font.Color = clWindowText
  35.       Font.Height = -16
  36.       Font.Name = 'System'
  37.       Font.Style = []
  38.       ParentColor = False
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 6
  43.       Top = 14
  44.       Width = 126
  45.       Height = 16
  46.       Caption = 'Browser Is Loading'
  47.       Color = clWhite
  48.       Font.Color = clWindowText
  49.       Font.Height = -13
  50.       Font.Name = 'System'
  51.       Font.Style = []
  52.       ParentColor = False
  53.       ParentFont = False
  54.     end
  55.   end
  56. end
  57.