home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL.EXE / 0 / RCDATA / TPROFORM / TPROFORM.txt
Text File  |  2001-05-22  |  1KB  |  52 lines

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