mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 09:29:25 +01:00
ide: autosize groupbox in compiler parsing options (issue #0021575)
git-svn-id: trunk@36366 -
This commit is contained in:
parent
f1296d629d
commit
16e6fa9f44
@ -1,42 +1,44 @@
|
|||||||
inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
|
object CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
|
||||||
|
Left = 0
|
||||||
Height = 410
|
Height = 410
|
||||||
|
Top = 0
|
||||||
Width = 580
|
Width = 580
|
||||||
ClientHeight = 410
|
ClientHeight = 410
|
||||||
ClientWidth = 580
|
ClientWidth = 580
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 360
|
DesignLeft = 360
|
||||||
DesignTop = 210
|
DesignTop = 210
|
||||||
object grpSyntaxMode: TGroupBox[0]
|
object grpSyntaxMode: TGroupBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 51
|
Height = 53
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 580
|
Width = 580
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'grpSyntaxMode'
|
Caption = 'grpSyntaxMode'
|
||||||
ClientHeight = 33
|
ClientHeight = 35
|
||||||
ClientWidth = 576
|
ClientWidth = 576
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object cmbSyntaxMode: TComboBox
|
object cmbSyntaxMode: TComboBox
|
||||||
AnchorSideRight.Control = grpSyntaxMode
|
AnchorSideRight.Control = grpSyntaxMode
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 23
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 564
|
Width = 564
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 13
|
ItemHeight = 15
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object grpAsmStyle: TRadioGroup[1]
|
object grpAsmStyle: TRadioGroup
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = grpSyntaxOptions
|
AnchorSideTop.Control = grpSyntaxOptions
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -44,10 +46,11 @@ inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 40
|
Height = 40
|
||||||
Top = 321
|
Top = 323
|
||||||
Width = 580
|
Width = 580
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'grpAsmStyle'
|
Caption = 'grpAsmStyle'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
@ -61,7 +64,7 @@ inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
|
|||||||
Columns = 3
|
Columns = 3
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object grpSyntaxOptions: TCheckGroup[2]
|
object grpSyntaxOptions: TCheckGroup
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = grpSyntaxMode
|
AnchorSideTop.Control = grpSyntaxMode
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -69,7 +72,7 @@ inherited CompilerParsingOptionsFrame: TCompilerParsingOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 258
|
Height = 258
|
||||||
Top = 57
|
Top = 59
|
||||||
Width = 580
|
Width = 580
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user