home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TEXISTINGPACKAGEPAGE
/
TEXISTINGPACKAGEPAGE.txt
Wrap
Text File
|
1998-06-16
|
723b
|
31 lines
inherited ExistingPackagePage: TExistingPackagePage
Caption = 'Into existing package'
inherited Label8: TLabel
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