mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-21 11:22:29 +02:00
93 lines
2.3 KiB
Plaintext
93 lines
2.3 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 OpenBitBtn: TSpeedButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 23
|
|
Top = 0
|
|
Width = 60
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = OpenBitBtnClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object AddBitBtn: TSpeedButton
|
|
AnchorSideLeft.Control = OpenBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
Left = 60
|
|
Height = 23
|
|
Top = 0
|
|
Width = 60
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = AddBitBtnClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object RemoveBitBtn: TSpeedButton
|
|
AnchorSideLeft.Control = AddBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
Left = 120
|
|
Height = 23
|
|
Top = 0
|
|
Width = 60
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = RemoveBitBtnClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object OptionsBitBtn: TSpeedButton
|
|
AnchorSideLeft.Control = RemoveBitBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
Left = 180
|
|
Height = 23
|
|
Top = 0
|
|
Width = 60
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = OptionsBitBtnClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object ItemsTreeView: TTreeView
|
|
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 ItemsPopupMenu: TPopupMenu
|
|
OnPopup = ItemsPopupMenuPopup
|
|
left = 40
|
|
top = 59
|
|
end
|
|
end
|