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

  1. object PkgDirDlg: TPkgDirDlg
  2.   Left = 461
  3.   Top = 282
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Directories'
  6.   ClientHeight = 168
  7.   ClientWidth = 404
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object DirList: TListView
  13.     Left = 8
  14.     Top = 8
  15.     Width = 304
  16.     Height = 150
  17.     OnDblClick = EditButtonClick
  18.     Columns = <
  19.       item
  20.         Caption = 'Name'
  21.         Width = 150
  22.       end
  23.       item
  24.         Caption = 'Path'
  25.         Width = 150
  26.       end>
  27.     ReadOnly = True
  28.     RowSelect = True
  29.     OnChange = DirListChange
  30.     TabOrder = 0
  31.     ViewStyle = vsReport
  32.   end
  33.   object EditButton: TButton
  34.     Left = 320
  35.     Top = 24
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Edit'
  39.     Enabled = False
  40.     TabOrder = 1
  41.     OnClick = EditButtonClick
  42.   end
  43.   object CancelButton: TButton
  44.     Left = 320
  45.     Top = 133
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 3
  52.   end
  53.   object OKButton: TButton
  54.     Left = 320
  55.     Top = 100
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 2
  62.   end
  63. end
  64.