home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TEXISTINGPACKAGEPAGE / TEXISTINGPACKAGEPAGE.txt
Text File  |  1998-06-16  |  723b  |  31 lines

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