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

  1. inherited BaseNewPackagePage: TBaseNewPackagePage
  2.   Width = 467
  3.   Height = 95
  4.   object Bevel1: TBevel
  5.     Left = 8
  6.     Top = 8
  7.     Width = 451
  8.     Height = 79
  9.     Shape = bsFrame
  10.   end
  11.   object Label1: TLabel
  12.     Left = 16
  13.     Top = 55
  14.     Width = 56
  15.     Height = 13
  16.     Caption = '&Description:'
  17.     FocusControl = EditDescription
  18.   end
  19.   object Label8: TLabel
  20.     Left = 16
  21.     Top = 23
  22.     Width = 48
  23.     Height = 13
  24.     Caption = '&File name:'
  25.   end
  26.   object BrowsePackageName: TButton
  27.     Left = 374
  28.     Top = 18
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Browse...'
  32.     Default = True
  33.     TabOrder = 0
  34.   end
  35.   object EditDescription: TEdit
  36.     Left = 80
  37.     Top = 52
  38.     Width = 369
  39.     Height = 21
  40.     TabOrder = 1
  41.   end
  42.   object FileNameDialog: TOpenDialog
  43.     Title = 'Package name'
  44.     Top = 67
  45.   end
  46. end
  47.