mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 18:13:55 +02:00
92 lines
2.4 KiB
Plaintext
92 lines
2.4 KiB
Plaintext
object CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
|
|
Left = 0
|
|
Height = 410
|
|
Top = 0
|
|
Width = 584
|
|
ClientHeight = 410
|
|
ClientWidth = 584
|
|
TabOrder = 0
|
|
DesignLeft = 360
|
|
DesignTop = 210
|
|
object grpAsmStyle: TRadioGroup
|
|
AnchorSideTop.Control = grpSyntaxOptions
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 54
|
|
Top = 332
|
|
Width = 584
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'grpAsmStyle'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
ClientHeight = 34
|
|
ClientWidth = 580
|
|
Columns = 3
|
|
Items.Strings = (
|
|
'one'
|
|
'two'
|
|
'three'
|
|
)
|
|
TabOrder = 1
|
|
end
|
|
object grpSyntaxOptions: TCheckGroup
|
|
AnchorSideTop.Control = grpSyntaxMode
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 258
|
|
Top = 68
|
|
Width = 584
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'grpSyntaxOptions'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
TabOrder = 0
|
|
end
|
|
object grpSyntaxMode: TGroupBox
|
|
Left = 0
|
|
Height = 62
|
|
Top = 0
|
|
Width = 584
|
|
Align = alTop
|
|
Anchors = []
|
|
AutoSize = True
|
|
Caption = 'grpSyntaxMode'
|
|
ClientHeight = 42
|
|
ClientWidth = 580
|
|
TabOrder = 2
|
|
object cmbSyntaxMode: TComboBox
|
|
AnchorSideRight.Control = grpSyntaxMode
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 30
|
|
Top = 6
|
|
Width = 568
|
|
Align = alLeft
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|