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

  1. inherited PackageAddUnitFilePage: TPackageAddUnitFilePage
  2.   Width = 447
  3.   Height = 89
  4.   Caption = 'Add Unit'
  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 = 16
  15.     Top = 21
  16.     Width = 67
  17.     Height = 13
  18.     Caption = '&Unit file name:'
  19.     FocusControl = EditFileName
  20.   end
  21.   object Label2: TLabel
  22.     Left = 16
  23.     Top = 52
  24.     Width = 61
  25.     Height = 13
  26.     Caption = '&Search path:'
  27.     FocusControl = EditSearchPath
  28.   end
  29.   object EditFileName: TEdit
  30.     Left = 88
  31.     Top = 18
  32.     Width = 179
  33.     Height = 21
  34.     TabOrder = 0
  35.     OnChange = EditChange
  36.   end
  37.   object EditSearchPath: TEdit
  38.     Left = 88
  39.     Top = 49
  40.     Width = 259
  41.     Height = 21
  42.     TabOrder = 2
  43.     OnChange = EditChange
  44.   end
  45.   object BrowseButton: TButton
  46.     Left = 272
  47.     Top = 16
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Browse...'
  51.     TabOrder = 1
  52.     OnClick = BrowseButtonClick
  53.   end
  54. end
  55.