mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:02:50 +02:00
76 lines
1.9 KiB
Plaintext
76 lines
1.9 KiB
Plaintext
object CodeExplorerView: TCodeExplorerView
|
|
Left = 378
|
|
Height = 505
|
|
Top = 175
|
|
Width = 206
|
|
HorzScrollBar.Page = 205
|
|
VertScrollBar.Page = 504
|
|
ActiveControl = RefreshButton
|
|
Caption = 'CodeExplorerView'
|
|
KeyPreview = True
|
|
OnClose = CodeExplorerViewCLOSE
|
|
OnCreate = CodeExplorerViewCREATE
|
|
OnDestroy = CodeExplorerViewDestroy
|
|
OnResize = CodeExplorerViewRESIZE
|
|
object RefreshButton: TButton
|
|
Height = 25
|
|
Width = 96
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Refresh'
|
|
OnClick = RefreshButtonCLICK
|
|
TabOrder = 0
|
|
end
|
|
object OptionsButton: TButton
|
|
Left = 110
|
|
Height = 25
|
|
Width = 96
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Options'
|
|
OnClick = OptionsButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object CodeTreeview: TTreeView
|
|
AnchorSideTop.Control = FilterEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 456
|
|
Top = 49
|
|
Width = 206
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 1
|
|
DefaultItemHeight = 16
|
|
HideSelection = False
|
|
Images = Imagelist1
|
|
ParentCtl3D = False
|
|
PopupMenu = TreePopupmenu
|
|
RightClickSelect = True
|
|
TabOrder = 2
|
|
OnDblClick = CodeTreeviewDBLCLICK
|
|
OnDeletion = CodeTreeviewDELETION
|
|
OnKeyUp = CodeTreeviewKeyUp
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand]
|
|
end
|
|
object FilterEdit: TEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = RefreshButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Height = 23
|
|
Top = 25
|
|
Width = 206
|
|
Anchors = [akTop, akLeft, akRight]
|
|
OnChange = FilterEditChange
|
|
TabOrder = 3
|
|
Text = 'FilterEdit'
|
|
end
|
|
object Imagelist1: TImageList
|
|
left = 64
|
|
top = 32
|
|
end
|
|
object TreePopupmenu: TPopupMenu
|
|
left = 64
|
|
top = 72
|
|
end
|
|
end
|