inherited MessagesView: TMessagesView Left = 259 Height = 79 Top = 502 Width = 722 HorzScrollBar.Page = 721 VertScrollBar.Page = 78 ActiveControl = MessageTreeView BorderStyle = bsSizeToolWin Caption = 'MessagesView' ClientHeight = 79 ClientWidth = 722 KeyPreview = True OnDeactivate = FormDeactivate OnKeyDown = MessagesViewKeyDown object MessageTreeView: TTreeView Height = 79 Width = 722 Align = alClient DefaultItemHeight = 19 PopupMenu = MainPopupMenu TabOrder = 0 OnExit = MessageViewExit Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] end object MainPopupMenu: TPopupMenu OnPopup = MainPopupMenuPopup left = 46 top = 41 end end