home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMNEWTEMPLATE / TFRMNEWTEMPLATE.txt < prev   
Encoding:
Text File  |  1998-01-30  |  1.2 KB  |  62 lines

  1. object FrmNewTemplate: TFrmNewTemplate
  2.   Left = 224
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create template'
  6.   ClientHeight = 119
  7.   ClientWidth = 277
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 56
  16.     Top = 8
  17.     Width = 215
  18.     Height = 39
  19.     Caption = 
  20.       'Enter a name for this template. This name will appear in the tem' +
  21.       'plates listbox on the '#39'New document'#39' screen.'
  22.     WordWrap = True
  23.   end
  24.   object Image1: TImage
  25.     Left = 8
  26.     Top = 8
  27.     Width = 32
  28.     Height = 32
  29.     AutoSize = True
  30.     Picture.Data = {<image000.bmp>}
  31.   end
  32.   object EditTitle: TEdit
  33.     Left = 8
  34.     Top = 56
  35.     Width = 265
  36.     Height = 21
  37.     Hint = 'Enter the title of the template'
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     TabOrder = 0
  41.   end
  42.   object btnOK: TButton
  43.     Left = 112
  44.     Top = 88
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.   end
  52.   object btnCancel: TButton
  53.     Left = 192
  54.     Top = 88
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.   end
  61. end
  62.