home *** CD-ROM | disk | FTP | other *** search
- object FrmNewTemplate: TFrmNewTemplate
- Left = 224
- Top = 194
- BorderStyle = bsDialog
- Caption = 'Create template'
- ClientHeight = 119
- ClientWidth = 277
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 56
- Top = 8
- Width = 215
- Height = 39
- Caption =
- 'Enter a name for this template. This name will appear in the tem' +
- 'plates listbox on the '#39'New document'#39' screen.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object EditTitle: TEdit
- Left = 8
- Top = 56
- Width = 265
- Height = 21
- Hint = 'Enter the title of the template'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 112
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 192
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-