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

175 lines
4.8 KiB
Plaintext

object CodeExplorerView: TCodeExplorerView
Left = 799
Height = 517
Top = 136
Width = 215
ActiveControl = MainNotebook
Caption = 'CodeExplorerView'
ClientHeight = 517
ClientWidth = 215
KeyPreview = True
OnClose = CodeExplorerViewCLOSE
OnCreate = CodeExplorerViewCREATE
OnDestroy = CodeExplorerViewDestroy
LCLVersion = '0.9.29'
object MainNotebook: TNotebook
AnchorSideTop.Side = asrBottom
Left = 0
Height = 515
Top = 2
Width = 215
Align = alClient
BorderSpacing.Top = 2
OnPageChanged = MainNotebookPageChanged
PageIndex = 1
TabOrder = 0
object CodePage: TPage
Caption = 'CodePage'
ClientWidth = 213
ClientHeight = 488
object CodeTreeview: TTreeView
AnchorSideTop.Side = asrBottom
Left = 0
Height = 462
Top = 26
Width = 213
Align = alClient
BorderSpacing.Top = 1
HideSelection = False
Images = Imagelist1
PopupMenu = TreePopupmenu
ReadOnly = True
RightClickSelect = True
TabOrder = 0
OnDblClick = CodeTreeviewDblClick
OnDeletion = CodeTreeviewDeletion
OnKeyUp = CodeTreeviewKeyUp
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw, tvoNoDoubleClickExpand]
end
object CodeTreeviewButtonPanel: TPanel
Left = 0
Height = 25
Top = 0
Width = 213
Align = alTop
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 213
TabOrder = 1
object OptionsSpeedButton: TSpeedButton
Left = 186
Height = 22
Hint = 'Options for CodeExplorer'
Top = 1
Width = 23
Anchors = [akTop, akRight]
Color = clBtnFace
NumGlyphs = 0
OnClick = OptionsSpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object RefreshSpeedButton: TSpeedButton
Left = 138
Height = 22
Hint = 'Refresh CodeExplorer'
Top = 1
Width = 23
Anchors = [akTop, akRight]
Color = clBtnFace
NumGlyphs = 0
OnClick = RefreshSpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object ModeSpeedButton: TSpeedButton
Left = 162
Height = 22
Top = 1
Width = 23
Anchors = [akTop, akRight]
Color = clBtnFace
NumGlyphs = 0
OnClick = ModeSpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object CodeFilterEdit: TEdit
AnchorSideLeft.Control = CodePage
AnchorSideTop.Control = CodePage
AnchorSideRight.Control = CodePage
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 0
Width = 136
Anchors = [akTop, akLeft, akRight]
OnChange = CodeFilterEditChange
TabOrder = 0
Text = 'CodeFilterEdit'
end
end
end
object DirectivesPage: TPage
Caption = 'DirectivesPage'
ClientWidth = 213
ClientHeight = 488
object DirectivesFilterEdit: TEdit
AnchorSideLeft.Control = DirectivesPage
AnchorSideTop.Control = DirectivesPage
AnchorSideRight.Control = DirectivesPage
AnchorSideRight.Side = asrBottom
Left = 0
Height = 27
Top = 0
Width = 213
Anchors = [akTop, akLeft, akRight]
OnChange = DirectivesFilterEditChange
TabOrder = 0
Text = 'DirectivesFilterEdit'
end
object DirectivesTreeView: TTreeView
AnchorSideTop.Control = DirectivesFilterEdit
AnchorSideTop.Side = asrBottom
Left = 0
Height = 460
Top = 28
Width = 213
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 1
DefaultItemHeight = 19
PopupMenu = TreePopupmenu
ReadOnly = True
TabOrder = 1
OnDblClick = DirectivesTreeViewDblClick
OnDeletion = DirectivesTreeViewDeletion
OnKeyUp = DirectivesTreeViewKeyUp
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
end
object Imagelist1: TImageList
Height = 18
Width = 18
left = 64
top = 64
end
object TreePopupmenu: TPopupMenu
OnPopup = TreePopupmenuPopup
left = 64
top = 128
object MenuItem1: TMenuItem
Caption = 'New Item1'
Visible = False
end
end
object IdleTimer1: TIdleTimer
AutoEnabled = True
Interval = 500
OnTimer = IdleTimer1Timer
left = 64
top = 192
end
end