home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / MTDEDLG.DFM / MTDEDLG.txt
Encoding:
Text File  |  1995-08-24  |  1.1 KB  |  60 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.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object SelectionBox: TListBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 245
  21.     Height = 176
  22.     ItemHeight = 13
  23.     MultiSelect = True
  24.     Sorted = True
  25.     TabOrder = 0
  26.     OnDblClick = OkButtonClick
  27.   end
  28.   object OkButton: TBitBtn
  29.     Left = 8
  30.     Top = 192
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 1
  34.     Kind = bkOK
  35.     Margin = 2
  36.     Spacing = -1
  37.   end
  38.   object BitBtn1: TBitBtn
  39.     Left = 92
  40.     Top = 192
  41.     Width = 77
  42.     Height = 27
  43.     TabOrder = 2
  44.     Kind = bkCancel
  45.     Margin = 2
  46.     Spacing = -1
  47.   end
  48.   object HelpButton: TBitBtn
  49.     Left = 176
  50.     Top = 192
  51.     Width = 77
  52.     Height = 27
  53.     TabOrder = 3
  54.     OnClick = HelpButtonClick
  55.     Kind = bkHelp
  56.     Margin = 2
  57.     Spacing = -1
  58.   end
  59. end
  60.