home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / MTSVDLG.DFM / MTSVDLG.txt
Encoding:
Text File  |  1995-08-24  |  1.3 KB  |  73 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.   Font.Color = clWindowText
  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 DescriptionLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 125
  21.     Height = 13
  22.     Caption = '&Template Description:'
  23.   end
  24.   object SelectionBox: TListBox
  25.     Left = 8
  26.     Top = 52
  27.     Width = 245
  28.     Height = 176
  29.     ItemHeight = 13
  30.     Sorted = True
  31.     TabOrder = 1
  32.     OnClick = SelectionBoxClick
  33.   end
  34.   object OkButton: TBitBtn
  35.     Left = 8
  36.     Top = 236
  37.     Width = 77
  38.     Height = 27
  39.     TabOrder = 2
  40.     Kind = bkOK
  41.     Margin = 2
  42.     Spacing = -1
  43.   end
  44.   object CancelButton: TBitBtn
  45.     Left = 92
  46.     Top = 236
  47.     Width = 77
  48.     Height = 27
  49.     TabOrder = 3
  50.     Kind = bkCancel
  51.     Margin = 2
  52.     Spacing = -1
  53.   end
  54.   object HelpButton: TBitBtn
  55.     Left = 176
  56.     Top = 236
  57.     Width = 77
  58.     Height = 27
  59.     TabOrder = 4
  60.     Kind = bkHelp
  61.     Margin = 2
  62.     Spacing = -1
  63.   end
  64.   object Description: TEdit
  65.     Left = 8
  66.     Top = 24
  67.     Width = 245
  68.     Height = 20
  69.     TabOrder = 0
  70.     Text = 'Description'
  71.   end
  72. end
  73.