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

  1. object MtDeDlg: TMtDeDlg
  2.   Left = 273
  3.   Top = 181
  4.   HelpContext = 1632
  5.   ActiveControl = SelectionBox
  6.   BorderStyle = bsDialog
  7.   Caption = 'Delete Templates'
  8.   ClientHeight = 228
  9.   ClientWidth = 261
  10.   ParentFont = True
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object SelectionBox: TListBox
  15.     Left = 8
  16.     Top = 8
  17.     Width = 245
  18.     Height = 176
  19.     ItemHeight = 13
  20.     MultiSelect = True
  21.     Sorted = True
  22.     TabOrder = 0
  23.     OnDblClick = OkButtonClick
  24.   end
  25.   object OkButton: TButton
  26.     Left = 8
  27.     Top = 192
  28.     Width = 77
  29.     Height = 27
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.   end
  35.   object CancelButton: TButton
  36.     Left = 92
  37.     Top = 192
  38.     Width = 77
  39.     Height = 27
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object HelpButton: TButton
  46.     Left = 176
  47.     Top = 192
  48.     Width = 77
  49.     Height = 27
  50.     Caption = '&Help'
  51.     TabOrder = 3
  52.     OnClick = HelpButtonClick
  53.   end
  54. end
  55.