lazarus/components/jcf2/Ui/Settings/frComments.lfm

57 lines
1.3 KiB
Plaintext

object fComments: TfComments
Left = 0
Height = 240
Top = 0
Width = 320
ClientHeight = 240
ClientWidth = 320
TabOrder = 0
DesignLeft = 415
DesignTop = 270
object cbRemoveEmptyDoubleSlashComments: TCheckBox
Left = 6
Height = 23
Top = 6
Width = 308
Align = alTop
BorderSpacing.Around = 6
Caption = 'Remove empty ''//'' comments'
TabOrder = 0
end
object cbRemoveEmptyCurlyBraceComments: TCheckBox
Left = 6
Height = 23
Top = 35
Width = 308
Align = alTop
BorderSpacing.Around = 6
Caption = 'Remove empty ''{ }'' comments'
TabOrder = 1
end
object rgImbalancedCommentAction: TRadioGroup
Left = 6
Height = 96
Top = 64
Width = 308
Align = alTop
AutoFill = True
BorderSpacing.Around = 6
Caption = 'Imbalanced comment action'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 76
ClientWidth = 306
ItemIndex = 1
Items.Strings = (
'Warn'
'Error'
)
TabOrder = 2
end
end