home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / INSTALL.EXE / 0 / RCDATA / TPROFORM / TPROFORM.txt
Text File  |  1999-08-11  |  1KB  |  53 lines

  1. inherited PROForm: TPROForm
  2.   Left = 234
  3.   Top = 290
  4.   Caption = 'Professional Setup Launcher'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited Browse: THotSpot
  8.     Caption = '      Browse CD'
  9.   end
  10.   inherited Delphi: THotSpot
  11.     Left = 120
  12.     Top = 112
  13.     Width = 94
  14.     Hint = 'Requires 190 MB hard disk space for full install'
  15.   end
  16.   object ISX: THotSpot [4]
  17.     Left = 80
  18.     Top = 274
  19.     Width = 337
  20.     Height = 24
  21.     Cursor = crHandPoint
  22.     Hint = 'InstallShield Express Custom Edition for Delphi'
  23.     Caption = '   InstallShield Express Custom Edition for Delphi'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWhite
  26.     Font.Height = -11
  27.     Font.Name = 'Verdana'
  28.     Font.Style = [fsBold]
  29.     ShowHint = True
  30.     ParentShowHint = False
  31.     ParentFont = False
  32.     ImageIndex = 9
  33.     OnClick = ISXInstallClick
  34.   end
  35.   object LocalIBase: THotSpot [6]
  36.     Left = 96
  37.     Top = 192
  38.     Width = 153
  39.     Height = 28
  40.     Cursor = crHandPoint
  41.     Hint = 'Requires 36MB hard disk space for full install'
  42.     Caption = '     Local InterBase'
  43.     Font.Charset = ANSI_CHARSET
  44.     Font.Color = clWhite
  45.     Font.Height = -11
  46.     Font.Name = 'Verdana'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     ImageIndex = 0
  50.     OnClick = LocalIBaseClick
  51.   end
  52. end
  53.