home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / MTINDLG.DFM / MTINDLG.txt
Text File  |  1997-02-28  |  1KB  |  56 lines

  1. object MtInDlg: TMtInDlg
  2.   Left = 260
  3.   Top = 212
  4.   HelpContext = 1631
  5.   ActiveControl = SelectionBox
  6.   BorderStyle = bsDialog
  7.   Caption = 'Insert Template'
  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.     Sorted = True
  23.     TabOrder = 0
  24.     OnDblClick = OkButtonClick
  25.   end
  26.   object OkButton: TButton
  27.     Left = 8
  28.     Top = 192
  29.     Width = 77
  30.     Height = 27
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object CancelButton: TButton
  37.     Left = 92
  38.     Top = 192
  39.     Width = 77
  40.     Height = 27
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46.   object HelpButton: TButton
  47.     Left = 176
  48.     Top = 192
  49.     Width = 77
  50.     Height = 27
  51.     Caption = '&Help'
  52.     TabOrder = 3
  53.     OnClick = HelpButtonClick
  54.   end
  55. end
  56.