lazarus/ide/frames/buildmodeseditor.lfm
2010-01-03 16:06:02 +00:00

79 lines
1.6 KiB
Plaintext

object BuildModesEditorFrame: TBuildModesEditorFrame
Left = 0
Height = 306
Top = 0
Width = 419
ClientHeight = 306
ClientWidth = 419
TabOrder = 0
DesignLeft = 460
DesignTop = 269
object BuildModeBtnPanel: TPanel
Left = 0
Height = 31
Top = 0
Width = 419
Align = alTop
AutoSize = True
ClientHeight = 31
ClientWidth = 419
TabOrder = 0
object NewBuildModeSpeedButton: TSpeedButton
Left = 1
Height = 29
Top = 1
Width = 23
Align = alLeft
AutoSize = True
Color = clBtnFace
NumGlyphs = 0
OnClick = NewBuildModeButtonClick
ShowHint = True
ParentShowHint = False
end
object NewBuildFlagSpeedButton: TSpeedButton
Left = 24
Height = 29
Top = 1
Width = 23
Align = alLeft
AutoSize = True
Color = clBtnFace
NumGlyphs = 0
OnClick = NewBuildFlagButtonClick
ShowHint = True
ParentShowHint = False
end
object DeleteBMRowSpeedButton: TSpeedButton
Left = 47
Height = 29
Top = 1
Width = 23
Align = alLeft
AutoSize = True
Color = clBtnFace
NumGlyphs = 0
OnClick = DeleteBMRowButtonClick
ShowHint = True
ParentShowHint = False
end
object NewBuildGroupSpeedButton: TSpeedButton
Left = 70
Height = 29
Top = 1
Width = 23
Align = alLeft
AutoSize = True
Color = clBtnFace
NumGlyphs = 0
OnClick = NewBuildGroupButtonClick
ShowHint = True
ParentShowHint = False
end
end
object BuildModesPopupMenu: TPopupMenu
left = 83
top = 115
end
end