inherited PackageAddUnitFilePage: TPackageAddUnitFilePage Width = 447 Height = 89 Caption = 'Add Unit' OnShow = PageShow object Bevel1: TBevel Left = 8 Top = 8 Width = 349 Height = 73 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 21 Width = 67 Height = 13 Caption = '&Unit file name:' FocusControl = EditFileName end object Label2: TLabel Left = 16 Top = 52 Width = 61 Height = 13 Caption = '&Search path:' FocusControl = EditSearchPath end object EditFileName: TEdit Left = 88 Top = 18 Width = 179 Height = 21 TabOrder = 0 OnChange = EditChange end object EditSearchPath: TEdit Left = 88 Top = 49 Width = 259 Height = 21 TabOrder = 2 OnChange = EditChange end object BrowseButton: TButton Left = 272 Top = 16 Width = 75 Height = 25 Caption = '&Browse...' TabOrder = 1 OnClick = BrowseButtonClick end end