home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMPLAINTEXT / TFRMPLAINTEXT.txt
Text File  |  1998-01-30  |  1KB  |  55 lines

  1. object FrmPlaintext: TFrmPlaintext
  2.   Left = 345
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'Plaintext'
  6.   ClientHeight = 160
  7.   ClientWidth = 171
  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 lblDesc: TLabel
  15.     Left = 8
  16.     Top = 32
  17.     Width = 153
  18.     Height = 97
  19.     Caption = 
  20.       'Check this checkbox if you want the <PLAINTEXT> tag to be closed' +
  21.       ' by a </PLAINTEXT> tag. This closing tag will be ignored by Nets' +
  22.       'cape but is supported by Mosaic and Internet Explorer.'
  23.     WordWrap = True
  24.   end
  25.   object cbClose: TCheckBox
  26.     Left = 8
  27.     Top = 8
  28.     Width = 73
  29.     Height = 17
  30.     Caption = '&Close tag'
  31.     ParentShowHint = False
  32.     ShowHint = False
  33.     TabOrder = 0
  34.   end
  35.   object btnOK: TButton
  36.     Left = 8
  37.     Top = 128
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 88
  47.     Top = 128
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.