mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-12 13:02:48 +02:00
30 lines
776 B
Plaintext
30 lines
776 B
Plaintext
inherited MessagesView: TMessagesView
|
|
Left = 262
|
|
Height = 79
|
|
Top = 518
|
|
Width = 722
|
|
HorzScrollBar.Page = 721
|
|
VertScrollBar.Page = 78
|
|
ActiveControl = MessageTreeView
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'MessagesView'
|
|
KeyPreview = True
|
|
OnDeactivate = FormDeactivate
|
|
OnKeyDown = MessagesViewKeyDown
|
|
object MessageTreeView: TTreeView
|
|
Height = 79
|
|
Width = 722
|
|
Align = alClient
|
|
DefaultItemHeight = 14
|
|
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
|