lazarus/ide/msgview.lfm
2008-08-04 22:35:17 +00:00

32 lines
810 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]
Height = 79
Width = 722
Align = alClient
DefaultItemHeight = 19
PopupMenu = MainPopupMenu
ReadOnly = True
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