home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TMTINDLG / TMTINDLG.txt
Text File  |  1999-08-11  |  975b  |  54 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.   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.     Sorted = True
  21.     TabOrder = 0
  22.     OnDblClick = OkButtonClick
  23.   end
  24.   object OkButton: TButton
  25.     Left = 8
  26.     Top = 192
  27.     Width = 77
  28.     Height = 27
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 1
  33.   end
  34.   object CancelButton: TButton
  35.     Left = 92
  36.     Top = 192
  37.     Width = 77
  38.     Height = 27
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44.   object HelpButton: TButton
  45.     Left = 176
  46.     Top = 192
  47.     Width = 77
  48.     Height = 27
  49.     Caption = '&Help'
  50.     TabOrder = 3
  51.     OnClick = HelpButtonClick
  52.   end
  53. end
  54.