IDE: Fix TabOrder in compiler_debugging_options. Issue #28298, patch from Alexey Torgashin.

git-svn-id: trunk@49349 -
This commit is contained in:
juha 2015-06-16 11:52:26 +00:00
parent f7aef7afe0
commit feda366f65

View File

@ -12,15 +12,15 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideTop.Control = grpChecks
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 112
Height = 19
Top = 107
Width = 689
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'chkDebugGDB'
OnChange = chkDebugGDBChange
TabOrder = 0
TabOrder = 1
end
object grpInfoForGDB: TGroupBox
AnchorSideLeft.Control = Owner
@ -29,15 +29,15 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 125
Top = 139
Height = 118
Top = 132
Width = 701
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'grpInfoForGDB'
ClientHeight = 106
ClientHeight = 98
ClientWidth = 697
TabOrder = 1
TabOrder = 2
object chkUseLineInfoUnit: TCheckBox
AnchorSideLeft.Control = grpInfoForGDB
AnchorSideTop.Control = dropDbgSymbolType
@ -45,8 +45,8 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideRight.Control = grpInfoForGDB
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 31
Height = 19
Top = 29
Width = 691
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
@ -60,8 +60,8 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideRight.Control = grpInfoForGDB
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 55
Height = 19
Top = 51
Width = 691
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
@ -75,8 +75,8 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideRight.Control = grpInfoForGDB
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 79
Height = 19
Top = 73
Width = 691
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
@ -89,13 +89,13 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = grpInfoForGDB
AnchorSideRight.Side = asrBottom
Left = 122
Height = 25
Left = 113
Height = 23
Top = 3
Width = 572
Width = 581
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 3
ItemHeight = 0
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
end
@ -105,8 +105,8 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 8
Width = 110
Top = 7
Width = 101
BorderSpacing.Around = 6
Caption = 'lblDbgSymbolType'
ParentColor = False
@ -119,19 +119,19 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 121
Top = 269
Height = 114
Top = 255
Width = 701
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 5
Caption = 'grpOtherDebuggingInfo'
ClientHeight = 102
ClientHeight = 94
ClientWidth = 697
TabOrder = 2
TabOrder = 3
object chkUseHeaptrc: TCheckBox
Left = 6
Height = 21
Height = 19
Top = 3
Width = 691
Align = alTop
@ -147,13 +147,13 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideRight.Control = grpOtherDebuggingInfo
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 51
Height = 19
Top = 47
Width = 691
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
Caption = 'chkGenGProfCode'
TabOrder = 1
TabOrder = 2
end
object chkSymbolsStrip: TCheckBox
AnchorSideLeft.Control = chkGenGProfCode
@ -162,32 +162,32 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideRight.Control = grpOtherDebuggingInfo
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 75
Height = 19
Top = 69
Width = 691
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
BorderSpacing.Bottom = 6
Caption = 'chkSymbolsStrip'
TabOrder = 2
TabOrder = 3
end
object chkTrashVariables: TCheckBox
AnchorSideLeft.Control = chkUseHeaptrc
AnchorSideTop.Control = chkUseHeaptrc
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 27
Width = 136
Height = 19
Top = 25
Width = 115
BorderSpacing.Top = 3
Caption = 'chkTrashVariables'
TabOrder = 3
TabOrder = 1
end
end
object grpChecks: TGroupBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 100
Height = 95
Top = 0
Width = 701
Align = alTop
@ -197,14 +197,14 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
ChildSizing.TopBottomSpacing = 6
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 81
ClientHeight = 75
ClientWidth = 697
TabOrder = 3
TabOrder = 0
object chkChecksIO: TCheckBox
Left = 6
Height = 21
Height = 19
Top = 6
Width = 103
Width = 89
BorderSpacing.Left = 6
Caption = 'chkChecksIO'
TabOrder = 0
@ -214,9 +214,9 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideTop.Control = chkChecksIO
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 30
Width = 131
Height = 19
Top = 28
Width = 110
BorderSpacing.Top = 3
Caption = 'chkChecksRange'
TabOrder = 1
@ -226,9 +226,9 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideTop.Control = chkChecksRange
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 54
Width = 143
Height = 19
Top = 50
Width = 125
BorderSpacing.Top = 3
BorderSpacing.Bottom = 6
Caption = 'chkChecksOverflow'
@ -238,10 +238,10 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
AnchorSideLeft.Control = chkChecksIO
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = chkChecksIO
Left = 179
Height = 21
Left = 165
Height = 19
Top = 6
Width = 126
Width = 105
BorderSpacing.Left = 70
Caption = 'chkChecksStack'
TabOrder = 3
@ -249,20 +249,20 @@ object CompilerDebuggingOptionsFrame: TCompilerDebuggingOptionsFrame
object chkVerifyObjMethodCall: TCheckBox
AnchorSideLeft.Control = chkChecksStack
AnchorSideTop.Control = chkChecksRange
Left = 179
Height = 21
Top = 30
Width = 168
Left = 165
Height = 19
Top = 28
Width = 150
Caption = 'chkVerifyObjMethodCall'
TabOrder = 4
end
object chkAssertion: TCheckBox
AnchorSideLeft.Control = chkVerifyObjMethodCall
AnchorSideTop.Control = chkChecksOverflow
Left = 179
Height = 21
Top = 54
Width = 105
Left = 165
Height = 19
Top = 50
Width = 88
Caption = 'chkAssertion'
TabOrder = 5
end