object PkgDirDlg: TPkgDirDlg Left = 461 Top = 282 BorderStyle = bsDialog Caption = 'Edit Directories' ClientHeight = 168 ClientWidth = 404 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object DirList: TListView Left = 8 Top = 8 Width = 304 Height = 150 OnDblClick = EditButtonClick Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Path' Width = 150 end> ReadOnly = True RowSelect = True OnChange = DirListChange TabOrder = 0 ViewStyle = vsReport end object EditButton: TButton Left = 320 Top = 24 Width = 75 Height = 25 Caption = '&Edit' Enabled = False TabOrder = 1 OnClick = EditButtonClick end object CancelButton: TButton Left = 320 Top = 133 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object OKButton: TButton Left = 320 Top = 100 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end end