lazarus/ide/frames/compiler_buildmacro_options.lfm
2010-08-13 12:53:26 +00:00

86 lines
2.0 KiB
Plaintext

object CompOptBuildMacrosFrame: TCompOptBuildMacrosFrame
Left = 0
Height = 233
Top = 0
Width = 578
ClientHeight = 233
ClientWidth = 578
TabOrder = 0
Visible = False
DesignLeft = 349
DesignTop = 520
object BuildMacroSelectedGroupBox: TGroupBox
Left = 244
Height = 233
Top = 0
Width = 334
Align = alClient
BorderSpacing.Left = 6
Caption = 'BuildMacroSelectedGroupBox'
ClientHeight = 214
ClientWidth = 330
TabOrder = 0
object BuildMacroDefaultLabel: TLabel
Left = 6
Height = 18
Top = 72
Width = 318
Align = alTop
BorderSpacing.Top = 15
BorderSpacing.Around = 6
Caption = 'BuildMacroDefaultLabel'
ParentColor = False
end
object BuildMacroDescriptionLabel: TLabel
Left = 6
Height = 18
Top = 6
Width = 318
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'BuildMacroDescriptionLabel'
ParentColor = False
end
object BuildMacroDescriptionEdit: TEdit
Left = 6
Height = 27
Top = 24
Width = 318
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Right = 6
TabOrder = 0
Text = 'BuildMacroDescriptionEdit'
end
end
object Splitter1: TSplitter
Left = 233
Height = 233
Top = 0
Width = 5
end
object BuildMacrosTreeView: TTreeView
Left = 0
Height = 233
Top = 0
Width = 227
Align = alLeft
BorderSpacing.Right = 6
DefaultItemHeight = 19
PopupMenu = BuildMacrosTVPopupMenu
RightClickSelect = True
TabOrder = 2
OnEdited = BuildMacrosTreeViewEdited
OnEditing = BuildMacrosTreeViewEditing
OnSelectionChanged = BuildMacrosTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
object BuildMacrosTVPopupMenu: TPopupMenu
OnPopup = BuildMacrosTVPopupMenuPopup
left = 99
top = 77
end
end