mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 19:24:46 +01:00
157 lines
4.3 KiB
Plaintext
157 lines
4.3 KiB
Plaintext
object CodeExplorerView: TCodeExplorerView
|
|
Left = 799
|
|
Height = 517
|
|
Top = 136
|
|
Width = 215
|
|
HorzScrollBar.Page = 214
|
|
VertScrollBar.Page = 516
|
|
ActiveControl = CodeFilterEdit
|
|
Caption = 'CodeExplorerView'
|
|
ClientHeight = 517
|
|
ClientWidth = 215
|
|
KeyPreview = True
|
|
OnClose = CodeExplorerViewCLOSE
|
|
OnCreate = CodeExplorerViewCREATE
|
|
OnDestroy = CodeExplorerViewDestroy
|
|
object MainNotebook: TNotebook
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 515
|
|
Top = 2
|
|
Width = 215
|
|
Align = alClient
|
|
BorderSpacing.Top = 2
|
|
OnPageChanged = MainNotebookPageChanged
|
|
PageIndex = 0
|
|
TabOrder = 0
|
|
object CodePage: TPage
|
|
Caption = 'CodePage'
|
|
ClientWidth = 207
|
|
ClientHeight = 489
|
|
object CodeTreeview: TTreeView
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 463
|
|
Top = 26
|
|
Width = 207
|
|
Align = alClient
|
|
BorderSpacing.Top = 1
|
|
DefaultItemHeight = 18
|
|
HideSelection = False
|
|
Images = Imagelist1
|
|
ParentCtl3D = False
|
|
PopupMenu = TreePopupmenu
|
|
RightClickSelect = True
|
|
TabOrder = 0
|
|
OnDblClick = CodeTreeviewDblClick
|
|
OnDeletion = CodeTreeviewDeletion
|
|
OnKeyUp = CodeTreeviewKeyUp
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand]
|
|
end
|
|
object CodeTreeviewButtonPanel: TPanel
|
|
Height = 25
|
|
Width = 207
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
ClientHeight = 25
|
|
ClientWidth = 207
|
|
TabOrder = 1
|
|
object OptionsSpeedButton: TSpeedButton
|
|
Left = 180
|
|
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 = 132
|
|
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 = 156
|
|
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
|
|
Height = 23
|
|
Width = 130
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSelect = True
|
|
OnChange = CodeFilterEditChange
|
|
TabOrder = 0
|
|
Text = 'CodeFilterEdit'
|
|
end
|
|
end
|
|
end
|
|
object DirectivesPage: TPage
|
|
Caption = 'DirectivesPage'
|
|
object DirectivesFilterEdit: TEdit
|
|
AnchorSideLeft.Control = DirectivesPage
|
|
AnchorSideTop.Control = DirectivesPage
|
|
AnchorSideRight.Control = DirectivesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Height = 23
|
|
Width = 215
|
|
Anchors = [akTop, akLeft, akRight]
|
|
OnChange = DirectivesFilterEditChange
|
|
TabOrder = 0
|
|
Text = 'DirectivesFilterEdit'
|
|
end
|
|
object DirectivesTreeView: TTreeView
|
|
AnchorSideTop.Control = DirectivesFilterEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 491
|
|
Top = 24
|
|
Width = 215
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 1
|
|
DefaultItemHeight = 19
|
|
PopupMenu = TreePopupmenu
|
|
TabOrder = 1
|
|
OnDblClick = DirectivesTreeViewDblClick
|
|
OnDeletion = DirectivesTreeViewDeletion
|
|
OnKeyUp = DirectivesTreeViewKeyUp
|
|
end
|
|
end
|
|
end
|
|
object Imagelist1: TImageList
|
|
Height = 18
|
|
Width = 18
|
|
left = 64
|
|
top = 32
|
|
end
|
|
object TreePopupmenu: TPopupMenu
|
|
left = 64
|
|
top = 72
|
|
object MenuItem1: TMenuItem
|
|
Caption = 'New Item1'
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|