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

  1. inherited AddUnitToExistingPackagePage: TAddUnitToExistingPackagePage
  2.   Width = 510
  3.   Height = 161
  4.   inherited Bevel1: TBevel
  5.     Width = 494
  6.     Height = 145
  7.   end
  8.   inherited Label1: TLabel
  9.     Top = 122
  10.     Width = 100
  11.     Caption = 'Package &description:'
  12.   end
  13.   inherited Label8: TLabel
  14.     Top = 89
  15.     Width = 91
  16.     Caption = '&Package file name:'
  17.   end
  18.   object Label2: TLabel [3]
  19.     Left = 16
  20.     Top = 22
  21.     Width = 67
  22.     Height = 13
  23.     Caption = '&Unit file name:'
  24.     FocusControl = EditFileName
  25.   end
  26.   object Label3: TLabel [4]
  27.     Left = 16
  28.     Top = 56
  29.     Width = 61
  30.     Height = 13
  31.     Caption = '&Search path:'
  32.     FocusControl = EditSearchPath
  33.   end
  34.   inherited PackageName: TComboBox
  35.     Left = 122
  36.     Top = 86
  37.   end
  38.   inherited BrowsePackageName: TButton
  39.     Left = 417
  40.     Top = 85
  41.     Caption = 'B&rowse...'
  42.   end
  43.   inherited EditDescription: TEdit
  44.     Left = 122
  45.     Top = 119
  46.   end
  47.   object EditFileName: TEdit [8]
  48.     Left = 122
  49.     Top = 20
  50.     Width = 290
  51.     Height = 21
  52.     TabOrder = 3
  53.     OnChange = EditChange
  54.   end
  55.   object BrowseButton: TButton [9]
  56.     Left = 417
  57.     Top = 19
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&Browse...'
  61.     Default = True
  62.     TabOrder = 4
  63.     OnClick = BrowseButtonClick
  64.   end
  65.   object EditSearchPath: TEdit [10]
  66.     Left = 122
  67.     Top = 53
  68.     Width = 370
  69.     Height = 21
  70.     TabOrder = 5
  71.   end
  72.   inherited FileNameDialog: TOpenDialog
  73.     Top = 131
  74.   end
  75. end
  76.