lazarus/ide/frames/compiler_buildmacro_options.lfm
2010-07-28 08:16:05 +00:00

45 lines
1.1 KiB
Plaintext

object CompOptBuildMacrosFrame: TCompOptBuildMacrosFrame
Left = 0
Height = 233
Top = 0
Width = 492
ClientHeight = 233
ClientWidth = 492
TabOrder = 0
Visible = False
DesignLeft = 349
DesignTop = 520
object BuildMacrosGroupBox: TGroupBox
Left = 0
Height = 233
Top = 0
Width = 492
Align = alClient
Caption = 'BuildMacrosGroupBox'
ClientHeight = 212
ClientWidth = 484
TabOrder = 0
object BuildMacrosTreeView: TTreeView
Left = 0
Height = 212
Top = 0
Width = 484
Align = alClient
DefaultItemHeight = 19
PopupMenu = BuildMacrosTVPopupMenu
RightClickSelect = True
TabOrder = 0
OnEdited = BuildMacrosTreeViewEdited
OnEditing = BuildMacrosTreeViewEditing
OnKeyDown = BuildMacrosTreeViewKeyDown
OnStartDrag = BuildMacrosTreeViewStartDrag
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end
object BuildMacrosTVPopupMenu: TPopupMenu
OnPopup = BuildMacrosTVPopupMenuPopup
left = 99
top = 77
end
end