home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TINSTALLCOMPONENTDLG / TINSTALLCOMPONENTDLG.txt
Text File  |  1999-08-11  |  865b  |  41 lines

  1. inherited InstallComponentDlg: TInstallComponentDlg
  2.   Left = 246
  3.   Top = 333
  4.   Caption = 'Install Component'
  5.   ClientHeight = 230
  6.   ClientWidth = 528
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Panel1: TPanel
  10.     Width = 528
  11.     Height = 199
  12.     inherited PropSheets: TPropertySheetControl
  13.       Width = 518
  14.       Height = 189
  15.       PropertySheets = <
  16.         item
  17.           PropertySheetClassName = 'TAddUnitToExistingPackagePage'
  18.         end
  19.         item
  20.           PropertySheetClassName = 'TAddUnitToNewPackagePage'
  21.         end>
  22.     end
  23.   end
  24.   inherited Panel2: TPanel
  25.     Top = 199
  26.     Width = 528
  27.     inherited OkButton: TButton
  28.       Left = 288
  29.     end
  30.     inherited CancelBtn: TButton
  31.       Left = 368
  32.     end
  33.     inherited HelpButton: TButton
  34.       Left = 448
  35.     end
  36.     inherited NewProjectGroup: TCheckBox
  37.       Visible = False
  38.     end
  39.   end
  40. end
  41.