mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 11:02:56 +02:00
88 lines
2.2 KiB
Plaintext
88 lines
2.2 KiB
Plaintext
object ProjectInspectorForm: TProjectInspectorForm
|
|
Left = 457
|
|
Height = 309
|
|
Top = 399
|
|
Width = 433
|
|
ActiveControl = ItemsTreeView
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'ProjectInspectorForm'
|
|
ClientHeight = 309
|
|
ClientWidth = 433
|
|
OnShow = ProjectInspectorFormShow
|
|
LCLVersion = '0.9.27'
|
|
object ItemsTreeView: TTreeView
|
|
AnchorSideTop.Control = OpenBitBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 284
|
|
Top = 25
|
|
Width = 433
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 2
|
|
DefaultItemHeight = 15
|
|
PopupMenu = ItemsPopupMenu
|
|
ReadOnly = True
|
|
RightClickSelect = True
|
|
TabOrder = 0
|
|
OnDblClick = ItemsTreeViewDblClick
|
|
OnKeyDown = ItemsTreeViewKeyDown
|
|
OnSelectionChanged = ItemsTreeViewSelectionChanged
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
object OpenBitBtn: TBitBtn
|
|
Left = 0
|
|
Height = 23
|
|
Top = 0
|
|
Width = 80
|
|
AutoSize = True
|
|
Caption = 'OpenBitBtn'
|
|
OnClick = OpenBitBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object AddBitBtn: TBitBtn
|
|
AnchorSideLeft.Control = OpenBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OpenBitBtn
|
|
Left = 80
|
|
Height = 23
|
|
Top = 0
|
|
Width = 73
|
|
AutoSize = True
|
|
Caption = 'AddBitBtn'
|
|
OnClick = AddBitBtnClick
|
|
TabOrder = 2
|
|
end
|
|
object RemoveBitBtn: TBitBtn
|
|
AnchorSideLeft.Control = AddBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OpenBitBtn
|
|
Left = 153
|
|
Height = 23
|
|
Top = 0
|
|
Width = 93
|
|
AutoSize = True
|
|
Caption = 'RemoveBitBtn'
|
|
OnClick = RemoveBitBtnClick
|
|
TabOrder = 3
|
|
end
|
|
object OptionsBitBtn: TBitBtn
|
|
AnchorSideLeft.Control = RemoveBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = OpenBitBtn
|
|
Left = 246
|
|
Height = 23
|
|
Top = 0
|
|
Width = 91
|
|
AutoSize = True
|
|
Caption = 'OptionsBitBtn'
|
|
OnClick = OptionsBitBtnClick
|
|
TabOrder = 4
|
|
end
|
|
object ItemsPopupMenu: TPopupMenu
|
|
OnPopup = ItemsPopupMenuPopup
|
|
left = 40
|
|
top = 59
|
|
end
|
|
end
|