mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 01:22:44 +02:00
75 lines
1.8 KiB
Plaintext
75 lines
1.8 KiB
Plaintext
object ProjectInspectorForm: TProjectInspectorForm
|
|
Left = 457
|
|
Height = 309
|
|
Top = 399
|
|
Width = 433
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'ProjectInspectorForm'
|
|
ClientHeight = 309
|
|
ClientWidth = 433
|
|
OnShow = ProjectInspectorFormShow
|
|
ParentFont = False
|
|
LCLVersion = '0.9.25'
|
|
object OpenBitBtn: TSpeedButton
|
|
Height = 25
|
|
Width = 80
|
|
Caption = 'OpenBitBtn'
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = OpenBitBtnClick
|
|
end
|
|
object AddBitBtn: TSpeedButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 80
|
|
Height = 25
|
|
Width = 73
|
|
Caption = 'AddBitBtn'
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = AddBitBtnClick
|
|
end
|
|
object RemoveBitBtn: TSpeedButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 153
|
|
Height = 25
|
|
Width = 93
|
|
Caption = 'RemoveBitBtn'
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = RemoveBitBtnClick
|
|
end
|
|
object OptionsBitBtn: TSpeedButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 246
|
|
Height = 25
|
|
Width = 187
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OptionsBitBtn'
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = OptionsBitBtnClick
|
|
end
|
|
object ItemsTreeView: TTreeView
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 284
|
|
Top = 25
|
|
Width = 433
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 2
|
|
DefaultItemHeight = 15
|
|
PopupMenu = ItemsPopupMenu
|
|
RightClickSelect = True
|
|
TabOrder = 0
|
|
OnDblClick = ItemsTreeViewDblClick
|
|
OnKeyDown = ItemsTreeViewKeyDown
|
|
OnSelectionChanged = ItemsTreeViewSelectionChanged
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
object ItemsPopupMenu: TPopupMenu
|
|
OnPopup = ItemsPopupMenuPopup
|
|
left = 40
|
|
top = 59
|
|
end
|
|
end
|