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

  1. object FrmNewDoc: TFrmNewDoc
  2.   Left = 248
  3.   Top = 206
  4.   BorderStyle = bsDialog
  5.   Caption = 'New document'
  6.   ClientHeight = 183
  7.   ClientWidth = 281
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Image1: TImage
  16.     Left = 8
  17.     Top = 8
  18.     Width = 32
  19.     Height = 32
  20.     AutoSize = True
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object Label1: TLabel
  24.     Left = 49
  25.     Top = 7
  26.     Width = 99
  27.     Height = 26
  28.     Caption = 'Enter the title for this HTML document'
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object lblAuthor: TLabel
  37.     Left = 8
  38.     Top = 128
  39.     Width = 31
  40.     Height = 13
  41.     Caption = '&Author'
  42.     FocusControl = EditAuthor
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object EditTitle: TEdit
  50.     Left = 8
  51.     Top = 78
  52.     Width = 265
  53.     Height = 21
  54.     Hint = 'enter the title here'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     TabOrder = 0
  63.     Text = 'Untitled'
  64.   end
  65.   object btnOK: TButton
  66.     Left = 192
  67.     Top = 8
  68.     Width = 81
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ModalResult = 1
  77.     ParentFont = False
  78.     TabOrder = 4
  79.   end
  80.   object btnCancel: TButton
  81.     Left = 192
  82.     Top = 40
  83.     Width = 81
  84.     Height = 25
  85.     Caption = 'Cancel'
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ModalResult = 2
  91.     ParentFont = False
  92.     TabOrder = 5
  93.   end
  94.   object cbAuthor: TCheckBox
  95.     Left = 8
  96.     Top = 109
  97.     Width = 145
  98.     Height = 17
  99.     Caption = ' Include author information'
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     State = cbChecked
  106.     TabOrder = 1
  107.     OnClick = cbAuthorClick
  108.   end
  109.   object EditAuthor: TEdit
  110.     Left = 48
  111.     Top = 128
  112.     Width = 225
  113.     Height = 21
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 2
  120.   end
  121.   object cbDocType: TCheckBox
  122.     Left = 8
  123.     Top = 160
  124.     Width = 265
  125.     Height = 17
  126.     Caption = 'include DocType HTML 3.2 tag'
  127.     Font.Color = clBlack
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     State = cbChecked
  133.     TabOrder = 3
  134.   end
  135. end
  136.