object Helpful: THelpful Left = 83 Top = 86 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Help Reader' ClientHeight = 423 ClientWidth = 634 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ScrollBox1: TScrollBox Left = 4 Top = 4 Width = 629 Height = 417 VertScrollBar.Tracking = True Color = clWhite ParentColor = False TabOrder = 0 object Image1: TImage Left = 16 Top = 44 Width = 593 Height = 105 AutoSize = True Center = True end object Image2: TImage Left = 16 Top = 248 Width = 593 Height = 69 AutoSize = True end object Memo1: TMemo Left = 0 Top = 0 Width = 609 Height = 45 BorderStyle = bsNone Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsUnderline] Lines.Strings = ( 'Memo1') ParentFont = False ReadOnly = True TabOrder = 0 end object Memo2: TMemo Left = 0 Top = 148 Width = 609 Height = 101 BorderStyle = bsNone Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] Lines.Strings = ( 'Memo2') ParentFont = False ReadOnly = True TabOrder = 1 end object Memo3: TMemo Left = 0 Top = 316 Width = 609 Height = 93 BorderStyle = bsNone Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] Lines.Strings = ( 'Memo3') ParentFont = False ReadOnly = True TabOrder = 2 end end end