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

  1. object AddPackageDlg: TAddPackageDlg
  2.   Left = 192
  3.   Top = 79
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Runtime Package'
  6.   ClientHeight = 127
  7.   ClientWidth = 386
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   OnDestroy = FormDestroy
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 6
  16.     Top = 6
  17.     Width = 374
  18.     Height = 81
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 22
  24.     Width = 75
  25.     Height = 13
  26.     Caption = '&Package name:'
  27.     FocusControl = EditFileName
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 56
  32.     Width = 65
  33.     Height = 17
  34.     Caption = '&Search path:'
  35.     FocusControl = EditSearchPath
  36.   end
  37.   object EditFileName: TEdit
  38.     Left = 96
  39.     Top = 20
  40.     Width = 193
  41.     Height = 21
  42.     TabOrder = 0
  43.     OnChange = EditChange
  44.   end
  45.   object BrowseButton: TButton
  46.     Left = 296
  47.     Top = 18
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Browse...'
  51.     Default = True
  52.     TabOrder = 1
  53.     OnClick = BrowseButtonClick
  54.   end
  55.   object EditSearchPath: TEdit
  56.     Left = 96
  57.     Top = 54
  58.     Width = 273
  59.     Height = 21
  60.     TabOrder = 2
  61.     OnChange = EditChange
  62.   end
  63.   object OKButton: TButton
  64.     Left = 141
  65.     Top = 96
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     TabOrder = 3
  70.     OnClick = OkButtonClick
  71.   end
  72.   object CancelButton: TButton
  73.     Left = 223
  74.     Top = 96
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 4
  81.   end
  82.   object HelpButton: TButton
  83.     Left = 305
  84.     Top = 96
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Help'
  88.     TabOrder = 5
  89.     OnClick = HelpButtonClick
  90.   end
  91. end
  92.