mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 03:43:45 +02:00
85 lines
2.3 KiB
Plaintext
85 lines
2.3 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 = 57
|
|
Top = 326
|
|
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
|
|
Columns = 3
|
|
TabOrder = 1
|
|
end
|
|
object grpSyntaxOptions: TCheckGroup
|
|
AnchorSideTop.Control = grpSyntaxMode
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 258
|
|
Top = 62
|
|
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 = 56
|
|
Top = 0
|
|
Width = 584
|
|
Align = alTop
|
|
Anchors = []
|
|
AutoSize = True
|
|
Caption = 'grpSyntaxMode'
|
|
ClientHeight = 37
|
|
ClientWidth = 580
|
|
TabOrder = 2
|
|
object cmbSyntaxMode: TComboBox
|
|
AnchorSideRight.Control = grpSyntaxMode
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 25
|
|
Top = 6
|
|
Width = 568
|
|
Align = alLeft
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|