mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 15:52:34 +02:00
33 lines
797 B
Plaintext
33 lines
797 B
Plaintext
object CompOptsCondTreeFrame: TCompOptsCondTreeFrame
|
|
Left = 0
|
|
Height = 170
|
|
Top = 0
|
|
Width = 385
|
|
ClientHeight = 170
|
|
ClientWidth = 385
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 449
|
|
DesignTop = 401
|
|
object COCTreeView: TTreeView
|
|
Left = 0
|
|
Height = 170
|
|
Top = 0
|
|
Width = 385
|
|
Align = alClient
|
|
AutoExpand = True
|
|
DefaultItemHeight = 19
|
|
PopupMenu = COCPopupMenu
|
|
RowSelect = True
|
|
TabOrder = 0
|
|
OnEdited = COCTreeViewEdited
|
|
OnEditing = COCTreeViewEditing
|
|
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoShowSeparators, tvoToolTips]
|
|
end
|
|
object COCPopupMenu: TPopupMenu
|
|
OnPopup = COCPopupMenuPopup
|
|
left = 48
|
|
top = 48
|
|
end
|
|
end
|