lazarus/ide/frames/buildmodeseditor.lfm
mattias 951dd0f0c5 IDE: change build macro valeus: invalidate
git-svn-id: trunk@27517 -
2010-09-28 20:56:48 +00:00

66 lines
1.5 KiB
Plaintext

inherited BuildModesEditorFrame: TBuildModesEditorFrame
Height = 421
Width = 550
ClientHeight = 421
ClientWidth = 550
TabOrder = 0
DesignLeft = 460
DesignTop = 269
object BuildMacroValuesGroupBox: TGroupBox[0]
Left = 6
Height = 234
Top = 181
Width = 538
Align = alClient
BorderSpacing.Around = 6
Caption = 'BuildMacroValuesGroupBox'
ClientHeight = 213
ClientWidth = 530
TabOrder = 0
object BuildMacroValuesStringGrid: TStringGrid
Left = 0
Height = 213
Top = 0
Width = 530
Align = alClient
AutoFillColumns = True
ColCount = 2
DefaultColWidth = 120
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor, goSmoothScroll]
RowCount = 2
TabOrder = 0
OnEditingDone = BuildMacroValuesStringGridEditingDone
OnSelectEditor = BuildMacroValuesStringGridSelectEditor
OnSelection = BuildMacroValuesStringGridSelection
ColWidths = (
264
264
)
end
end
object BuildModesGroupBox: TGroupBox[1]
Left = 6
Height = 158
Top = 6
Width = 538
Align = alTop
BorderSpacing.Around = 6
Caption = 'BuildModesGroupBox'
TabOrder = 1
end
object Splitter1: TSplitter[2]
Cursor = crVSplit
Left = 0
Height = 5
Top = 170
Width = 550
Align = alTop
ResizeAnchor = akTop
end
object BuildModesPopupMenu: TPopupMenu[3]
left = 180
top = 60
end
end