JCF2: improved 'Clarify/Warnings' page layout

git-svn-id: trunk@24923 -
This commit is contained in:
maxim 2010-04-25 16:26:51 +00:00
parent e574449759
commit ca43d10f41

View File

@ -2,38 +2,60 @@ inherited fWarnings: TfWarnings
Height = 255
ClientHeight = 255
OnResize = FrameResize
TabOrder = 0
DesignLeft = 254
DesignTop = 175
object Label1: TLabel[0]
Left = 8
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbWarnUnusedParams
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 60
Top = 58
Width = 168
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = '&Ignore unused parameters named:'
FocusControl = mIgnoreUnusedParams
ParentColor = False
end
object cbWarningsOn: TCheckBox[1]
Left = 8
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 17
Top = 8
Top = 6
Width = 80
BorderSpacing.Around = 6
Caption = '&Warnings On'
TabOrder = 0
end
object cbWarnUnusedParams: TCheckBox[2]
Left = 8
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbWarningsOn
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 31
Top = 29
Width = 140
BorderSpacing.Around = 6
Caption = 'Warn &unused parameters'
TabOrder = 1
end
object mIgnoreUnusedParams: TMemo[3]
Left = 8
Height = 153
Top = 83
Width = 227
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 171
Top = 78
Width = 308
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ScrollBars = ssVertical
TabOrder = 2
end