lazarus/ide/msgview.lfm
paul 8edd29a313 ide: make ide treeview themed
git-svn-id: trunk@24846 -
2010-04-23 07:10:05 +00:00

41 lines
998 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, tvoThemedDraw]
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