object FormHelp: TFormHelp Left = 260 Top = 143 Width = 640 Height = 480 Anchors = [] BorderIcons = [biSystemMenu, biMaximize] Color = clBtnFace Constraints.MinHeight = 320 Constraints.MinWidth = 200 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter ShowHint = True OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object RichEditH: TRichEdit Left = 0 Top = 0 Width = 632 Height = 453 Align = alClient PopupMenu = RTFPopUpMenu ReadOnly = True ScrollBars = ssVertical TabOrder = 0 OnKeyDown = RichEditHKeyDown end object RTFPopUpMenu: TPopupMenu Left = 18 Top = 13 object RTFSaveAs: TMenuItem Caption = 'Save' OnClick = RTFSaveAsClick end object PopUpMenuDelimiter1: TMenuItem Caption = '-' end object RTFSelectAll: TMenuItem Caption = 'All' OnClick = RTFSelectAllClick end object RTFCopy: TMenuItem Caption = 'Copy' OnClick = RTFCopyClick end end object SaveAsDialogHelp: TSaveDialog Left = 53 Top = 14 end end