object frmMain: TfrmMain Left = 241 Top = 114 Width = 696 Height = 480 Caption = 'frmMain' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False DesignSize = ( 688 446) PixelsPerInch = 96 TextHeight = 13 object JvRichEdit: TJvRichEdit Left = 16 Top = 78 Width = 659 Height = 355 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 0 end object btnLoad: TButton Left = 18 Top = 24 Width = 75 Height = 25 Caption = 'Load' TabOrder = 1 OnClick = btnLoadClick end object btnSaveRTF: TButton Left = 119 Top = 24 Width = 75 Height = 25 Caption = 'Save RTF' TabOrder = 2 OnClick = btnSaveRTFClick end object btnSaveHTML: TButton Left = 220 Top = 24 Width = 75 Height = 25 Caption = 'Save HTML' TabOrder = 3 OnClick = btnSaveHTMLClick end object btnClose: TBitBtn Left = 604 Top = 24 Width = 75 Height = 25 Anchors = [akTop, akRight] TabOrder = 4 Kind = bkClose end object JvRichEditToHtml: TJvRichEditToHtml Header.Strings = ( '' ' ' ' <#TITLE>' ' ' ' ') Footer.Strings = ( ' ' '') Left = 394 Top = 20 end end