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

  1. object MtSvDlg: TMtSvDlg
  2.   Left = 256
  3.   Top = 149
  4.   HelpContext = 1630
  5.   ActiveControl = Description
  6.   BorderStyle = bsDialog
  7.   Caption = 'Save Template'
  8.   ClientHeight = 270
  9.   ClientWidth = 259
  10.   ParentFont = True
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object DescriptionLabel: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 125
  18.     Height = 13
  19.     Caption = '&Template Description:'
  20.   end
  21.   object SelectionBox: TListBox
  22.     Left = 8
  23.     Top = 52
  24.     Width = 245
  25.     Height = 176
  26.     ItemHeight = 13
  27.     Sorted = True
  28.     TabOrder = 1
  29.     OnClick = SelectionBoxClick
  30.   end
  31.   object OkButton: TButton
  32.     Left = 8
  33.     Top = 236
  34.     Width = 77
  35.     Height = 27
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 2
  40.   end
  41.   object CancelButton: TButton
  42.     Left = 92
  43.     Top = 236
  44.     Width = 77
  45.     Height = 27
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 3
  50.   end
  51.   object HelpButton: TButton
  52.     Left = 176
  53.     Top = 236
  54.     Width = 77
  55.     Height = 27
  56.     Caption = '&Help'
  57.     TabOrder = 4
  58.     OnClick = HelpButtonClick
  59.   end
  60.   object Description: TEdit
  61.     Left = 8
  62.     Top = 24
  63.     Width = 245
  64.     Height = 20
  65.     TabOrder = 0
  66.     Text = 'Description'
  67.   end
  68. end
  69.