inherited PackageAddRequiresPage: TPackageAddRequiresPage Width = 447 Height = 89 Caption = 'Requires' OnShow = PageShow object Bevel1: TBevel Left = 8 Top = 8 Width = 349 Height = 73 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 23 Width = 75 Height = 13 Caption = '&Package name:' FocusControl = EditFileName end object Label2: TLabel Left = 18 Top = 54 Width = 61 Height = 13 Caption = '&Search path:' FocusControl = EditSearchPath end object EditFileName: TEdit Left = 98 Top = 20 Width = 171 Height = 21 TabOrder = 0 OnChange = EditChange end object BrowseButton: TButton Left = 274 Top = 18 Width = 75 Height = 25 Caption = '&Browse...' Default = True TabOrder = 1 OnClick = BrowseButtonClick end object EditSearchPath: TEdit Left = 98 Top = 51 Width = 251 Height = 21 TabOrder = 2 end end