ide: autosize groupbox in compiler parsing options (issue #0021575)

git-svn-id: trunk@36366 -
This commit is contained in:
paul 2012-03-27 02:53:50 +00:00
parent f1296d629d
commit 16e6fa9f44

View File

@ -1,42 +1,44 @@
inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
object CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
Left = 0
Height = 410
Top = 0
Width = 580
ClientHeight = 410
ClientWidth = 580
TabOrder = 0
DesignLeft = 360
DesignTop = 210
object grpSyntaxMode: TGroupBox[0]
object grpSyntaxMode: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 51
Height = 53
Top = 0
Width = 580
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'grpSyntaxMode'
ClientHeight = 33
ClientHeight = 35
ClientWidth = 576
TabOrder = 0
object cmbSyntaxMode: TComboBox
AnchorSideRight.Control = grpSyntaxMode
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Height = 23
Top = 6
Width = 564
Align = alLeft
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 13
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
end
end
object grpAsmStyle: TRadioGroup[1]
object grpAsmStyle: TRadioGroup
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = grpSyntaxOptions
AnchorSideTop.Side = asrBottom
@ -44,10 +46,11 @@ inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
AnchorSideRight.Side = asrBottom
Left = 0
Height = 40
Top = 321
Top = 323
Width = 580
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Top = 6
Caption = 'grpAsmStyle'
ChildSizing.LeftRightSpacing = 6
@ -61,7 +64,7 @@ inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
Columns = 3
TabOrder = 1
end
object grpSyntaxOptions: TCheckGroup[2]
object grpSyntaxOptions: TCheckGroup
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = grpSyntaxMode
AnchorSideTop.Side = asrBottom
@ -69,7 +72,7 @@ inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
AnchorSideRight.Side = asrBottom
Left = 0
Height = 258
Top = 57
Top = 59
Width = 580
Anchors = [akTop, akLeft, akRight]
AutoFill = True