mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 19:22:42 +02:00
79 lines
1.6 KiB
Plaintext
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
|