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

  1. inherited ExistingPackagePage: TExistingPackagePage
  2.   Caption = 'Into existing package'
  3.   OnShow = ExistingPackagePageShow
  4.   inherited Label8: TLabel
  5.     Top = 24
  6.     FocusControl = PackageName
  7.   end
  8.   object PackageName: TComboBox [3]
  9.     Left = 80
  10.     Top = 20
  11.     Width = 289
  12.     Height = 21
  13.     ItemHeight = 13
  14.     Sorted = True
  15.     TabOrder = 0
  16.     OnChange = PackageNameChange
  17.     OnClick = PackageNameClick
  18.     OnDropDown = PackageNameDropDown
  19.   end
  20.   inherited BrowsePackageName: TButton
  21.     TabOrder = 1
  22.     OnClick = BrowsePackageNameClick
  23.   end
  24.   inherited EditDescription: TEdit
  25.     Color = clBtnFace
  26.     ReadOnly = True
  27.     TabOrder = 2
  28.   end
  29.   inherited FileNameDialog: TOpenDialog
  30.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  31.   end
  32. end
  33.