mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 21:29:39 +01:00
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
object CompOptBuildModesFrame: TCompOptBuildModesFrame
|
|
Left = 0
|
|
Height = 233
|
|
Top = 0
|
|
Width = 492
|
|
ClientHeight = 229
|
|
ClientWidth = 488
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 349
|
|
DesignTop = 520
|
|
object BuildModesGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 229
|
|
Top = 0
|
|
Width = 488
|
|
Align = alClient
|
|
Caption = 'BuildModesGroupBox'
|
|
ClientHeight = 210
|
|
ClientWidth = 484
|
|
TabOrder = 0
|
|
object BuildModesTreeView: TTreeView
|
|
Left = 0
|
|
Height = 210
|
|
Top = 0
|
|
Width = 484
|
|
Align = alClient
|
|
DefaultItemHeight = 19
|
|
PopupMenu = BuildModeTVPopupMenu
|
|
RightClickSelect = True
|
|
TabOrder = 0
|
|
OnEdited = BuildModesTreeViewEdited
|
|
OnEditing = BuildModesTreeViewEditing
|
|
OnStartDrag = BuildModesTreeViewStartDrag
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
end
|
|
object BuildModeTVPopupMenu: TPopupMenu
|
|
OnPopup = BuildModeTVPopupMenuPopup
|
|
left = 99
|
|
top = 77
|
|
end
|
|
end
|