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