object FrmPlaintext: TFrmPlaintext Left = 345 Top = 164 BorderStyle = bsDialog Caption = 'Plaintext' ClientHeight = 160 ClientWidth = 171 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object lblDesc: TLabel Left = 8 Top = 32 Width = 153 Height = 97 Caption = 'Check this checkbox if you want the tag to be closed' + ' by a </PLAINTEXT> tag. This closing tag will be ignored by Nets' + 'cape but is supported by Mosaic and Internet Explorer.' WordWrap = True end object cbClose: TCheckBox Left = 8 Top = 8 Width = 73 Height = 17 Caption = '&Close tag' ParentShowHint = False ShowHint = False TabOrder = 0 end object btnOK: TButton Left = 8 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 88 Top = 128 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end