home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / MTDEDLG.DFM / MTDEDLG.txt
Text File  |  1997-02-28  |  1KB  |  57 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.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object SelectionBox: TListBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 245
  20.     Height = 176
  21.     ItemHeight = 13
  22.     MultiSelect = True
  23.     Sorted = True
  24.     TabOrder = 0
  25.     OnDblClick = OkButtonClick
  26.   end
  27.   object OkButton: TButton
  28.     Left = 8
  29.     Top = 192
  30.     Width = 77
  31.     Height = 27
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object CancelButton: TButton
  38.     Left = 92
  39.     Top = 192
  40.     Width = 77
  41.     Height = 27
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47.   object HelpButton: TButton
  48.     Left = 176
  49.     Top = 192
  50.     Width = 77
  51.     Height = 27
  52.     Caption = '&Help'
  53.     TabOrder = 3
  54.     OnClick = HelpButtonClick
  55.   end
  56. end
  57.