object HelpContentF: THelpContentF Left = 192 Top = 121 Width = 544 Height = 375 Caption = 'HelpMe Contents' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Splitter1: TSplitter Left = 180 Top = 29 Width = 3 Height = 271 Cursor = crHSplit end object CTopics: TTreeView Left = 0 Top = 29 Width = 180 Height = 271 Align = alLeft Indent = 19 PopupMenu = PopupMenu1 ReadOnly = True TabOrder = 0 OnClick = CTopicsClick end object ToolBar1: TToolBar Left = 0 Top = 0 Width = 536 Height = 29 ButtonHeight = 26 Caption = 'ToolBar1' TabOrder = 1 object ToolButton1: TToolButton Left = 0 Top = 2 Width = 8 Caption = 'ToolButton1' Style = tbsSeparator end object Level: TSpinEdit Left = 8 Top = 2 Width = 41 Height = 26 Hint = 'Contents Level' MaxValue = 7 MinValue = 1 ParentShowHint = False ShowHint = True TabOrder = 0 Value = 2 end end object Contents: TMemo Left = 183 Top = 29 Width = 353 Height = 271 Align = alClient ScrollBars = ssVertical TabOrder = 2 WantTabs = True end object StatusBar1: TStatusBar Left = 0 Top = 300 Width = 536 Height = 19 Panels = < item Width = 180 end item Width = 50 end> SimplePanel = False end object MainMenu1: TMainMenu Left = 120 Top = 64 object File1: TMenuItem Caption = '&File' object Open1: TMenuItem Caption = '&Open...' OnClick = Open1Click end object Exit1: TMenuItem Caption = 'E&xit' end end object Contents1: TMenuItem Caption = '&Contents' object New1: TMenuItem Caption = '&New' OnClick = New1Click end object Open2: TMenuItem Caption = '&Open...' OnClick = Open2Click end object Save2: TMenuItem Caption = '&Save' OnClick = Save2Click end object SaveAs2: TMenuItem Caption = 'Save &As...' OnClick = SaveAs2Click end object Close1: TMenuItem Caption = '&Close' OnClick = Close1Click end end object Help1: TMenuItem Caption = '&Help' object Contents2: TMenuItem Caption = '&Contents' ShortCut = 112 OnClick = Contents2Click end end end object OpenDialog1: TOpenDialog DefaultExt = 'txt' Filter = 'Topic Files|*.txt|Content Files|*.cnt' Left = 208 Top = 64 end object SaveDialog1: TSaveDialog DefaultExt = 'cnt' Filter = 'Content Files|*.cnt' Left = 240 Top = 64 end object PopupMenu1: TPopupMenu Left = 40 Top = 160 object All1: TMenuItem Caption = 'All' OnClick = All1Click end end end