home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TPACKAGEADDREQUIRESPAGE / TPACKAGEADDREQUIRESPAGE.txt
Text File  |  1999-08-11  |  984b  |  55 lines

  1. inherited PackageAddRequiresPage: TPackageAddRequiresPage
  2.   Width = 447
  3.   Height = 89
  4.   Caption = 'Requires'
  5.   OnShow = PageShow
  6.   object Bevel1: TBevel
  7.     Left = 8
  8.     Top = 8
  9.     Width = 349
  10.     Height = 73
  11.     Shape = bsFrame
  12.   end
  13.   object Label1: TLabel
  14.     Left = 18
  15.     Top = 23
  16.     Width = 75
  17.     Height = 13
  18.     Caption = '&Package name:'
  19.     FocusControl = EditFileName
  20.   end
  21.   object Label2: TLabel
  22.     Left = 18
  23.     Top = 54
  24.     Width = 61
  25.     Height = 13
  26.     Caption = '&Search path:'
  27.     FocusControl = EditSearchPath
  28.   end
  29.   object EditFileName: TEdit
  30.     Left = 98
  31.     Top = 20
  32.     Width = 171
  33.     Height = 21
  34.     TabOrder = 0
  35.     OnChange = EditChange
  36.   end
  37.   object BrowseButton: TButton
  38.     Left = 274
  39.     Top = 18
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Browse...'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = BrowseButtonClick
  46.   end
  47.   object EditSearchPath: TEdit
  48.     Left = 98
  49.     Top = 51
  50.     Width = 251
  51.     Height = 21
  52.     TabOrder = 2
  53.   end
  54. end
  55.