object HelpForm: THelpForm Left = 200 Top = 108 Width = 435 Height = 300 Caption = 'Disktective help' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object HelpMemo: TMemo Left = 0 Top = 0 Width = 427 Height = 273 Align = alClient Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'HelpMemo') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end