home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Komunik / Phoenix / Setup.exe / 0 / RCDATA / TPREPAREFORM / TPREPAREFORM.txt
Text File  |  1999-02-10  |  887b  |  45 lines

  1. object PrepareForm: TPrepareForm
  2.   Left = 246
  3.   Top = 269
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'MHSetup'
  7.   ClientHeight = 44
  8.   ClientWidth = 161
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 6
  20.     Top = 6
  21.     Width = 32
  22.     Height = 32
  23.   end
  24.   object Label1: TLabel
  25.     Left = 44
  26.     Top = 6
  27.     Width = 110
  28.     Height = 13
  29.     Caption = 'Preparing setup wizard.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 44
  39.     Top = 22
  40.     Width = 63
  41.     Height = 13
  42.     Caption = 'Please wait...'
  43.   end
  44. end
  45.