lazarus/ide/msgview.lfm

35 lines
863 B
Plaintext

inherited MessagesView: TMessagesView
Left = 284
Height = 79
Top = 640
Width = 722
ActiveControl = MessageTreeView
BorderStyle = bsSizeToolWin
Caption = 'MessagesView'
ClientHeight = 79
ClientWidth = 722
KeyPreview = True
OnDeactivate = FormDeactivate
OnKeyDown = MessagesViewKeyDown
object MessageTreeView: TTreeView[0]
Left = 0
Height = 79
Top = 0
Width = 722
Align = alClient
DefaultItemHeight = 15
PopupMenu = MainPopupMenu
ReadOnly = True
ScrollBars = ssAutoBoth
ShowRoot = False
TabOrder = 0
OnExit = MessageViewExit
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoToolTips]
end
object MainPopupMenu: TPopupMenu[1]
OnPopup = MainPopupMenuPopup
left = 46
top = 41
end
end