object HelpForm: THelpForm Left = 188 Top = 150 Width = 435 Height = 244 Caption = 'HJSplit Help' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object HelpTextMemo: TMemo Left = 0 Top = 0 Width = 427 Height = 217 Align = alClient Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'HelpTextMemo') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end