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
Wrap
Text File
|
1999-08-11
|
771b
|
33 lines
inherited ExistingPackagePage: TExistingPackagePage
Caption = 'Into existing package'
OnShow = ExistingPackagePageShow
inherited Label8: TLabel
Top = 24
FocusControl = PackageName
end
object PackageName: TComboBox [3]
Left = 80
Top = 20
Width = 289
Height = 21
ItemHeight = 13
Sorted = True
TabOrder = 0
OnChange = PackageNameChange
OnClick = PackageNameClick
OnDropDown = PackageNameDropDown
end
inherited BrowsePackageName: TButton
TabOrder = 1
OnClick = BrowsePackageNameClick
end
inherited EditDescription: TEdit
Color = clBtnFace
ReadOnly = True
TabOrder = 2
end
inherited FileNameDialog: TOpenDialog
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
end
end