object FrmConvertText: TFrmConvertText Left = 343 Top = 273 BorderStyle = bsDialog Caption = 'Convert text to HTML' ClientHeight = 162 ClientWidth = 238 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object lblFile2Convert: TLabel Left = 8 Top = 8 Width = 70 Height = 13 Caption = 'File to convert:' end object lblFile: TLabel Left = 88 Top = 8 Width = 137 Height = 13 end object btnOK: TButton Left = 72 Top = 128 Width = 75 Height = 25 Caption = 'Con&vert' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 152 Top = 128 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object gbOptions: TGroupBox Left = 8 Top = 32 Width = 217 Height = 89 Hint = 'Options' Caption = ' Converting &options ' ParentShowHint = False ShowHint = True TabOrder = 0 object cbParagraph: TCheckBox Left = 24 Top = 64 Width = 177 Height = 17 Hint = 'Insert a
tag after every empty line'
Caption = 'p&aragraph after every blank line'
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 2
end
object rbBreak: TRadioButton
Left = 8
Top = 40
Width = 113
Height = 17
Hint = 'Insert a
tag after every line'
Caption = 'Use <&BR> tags'
Checked = True
ParentShowHint = False
ShowHint = True
TabOrder = 1
TabStop = True
OnClick = rbBreakClick
end
object rbPreformatted: TRadioButton
Left = 8
Top = 16
Width = 113
Height = 17
Hint = 'Use the
tag to display the text' Caption = 'Use the <&PRE> tag' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = rbPreformattedClick end end end