mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 03:43:39 +02:00
41 lines
983 B
Plaintext
41 lines
983 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 = 19
|
|
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 = 48
|
|
top = 8
|
|
end
|
|
object IdleTimer1: TIdleTimer[2]
|
|
AutoEnabled = True
|
|
OnTimer = IdleTimer1Timer
|
|
left = 166
|
|
top = 8
|
|
end
|
|
end
|