lazarus/ide/frames/compiler_parsing_options.lfm

57 lines
1.6 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 = 269
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 = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 258
Top = 5
Width = 584
Anchors = [akTop, akLeft, akRight]
AutoFill = True
BorderSpacing.Top = 5
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
end