mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 18:41:37 +02:00
ide: fix layout for NestedProcCount box
git-svn-id: trunk@41788 -
This commit is contained in:
parent
fdbd89f169
commit
be2e51e512
@ -1,36 +1,38 @@
|
|||||||
inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
object CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||||
|
Left = 0
|
||||||
Height = 466
|
Height = 466
|
||||||
|
Top = 0
|
||||||
Width = 557
|
Width = 557
|
||||||
ClientHeight = 466
|
ClientHeight = 466
|
||||||
ClientWidth = 557
|
ClientWidth = 557
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 250
|
DesignLeft = 250
|
||||||
DesignTop = 214
|
DesignTop = 214
|
||||||
object CodeObsIgnoreConstantsLabel: TLabel[0]
|
object CodeObsIgnoreConstantsLabel: TLabel
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 226
|
Top = 226
|
||||||
Width = 212
|
Width = 164
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'CodeObsIgnoreConstantsLabel'
|
Caption = 'CodeObsIgnoreConstantsLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object COIgnoreConstInFuncsLabel: TLabel[1]
|
object COIgnoreConstInFuncsLabel: TLabel
|
||||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||||
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 291
|
Left = 291
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 226
|
Top = 226
|
||||||
Width = 191
|
Width = 151
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'COIgnoreConstInFuncsLabel'
|
Caption = 'COIgnoreConstInFuncsLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object CodeObsCategoriesCheckGroup: TCheckGroup[2]
|
object CodeObsCategoriesCheckGroup: TCheckGroup
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
@ -56,7 +58,7 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
OnItemClick = CodeObsCategoriesCheckGroupItemClick
|
OnItemClick = CodeObsCategoriesCheckGroupItemClick
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object CodeObsIgnoreConstantsMemo: TMemo[3]
|
object CodeObsIgnoreConstantsMemo: TMemo
|
||||||
AnchorSideLeft.Control = CodeObsIgnoreConstantsLabel
|
AnchorSideLeft.Control = CodeObsIgnoreConstantsLabel
|
||||||
AnchorSideTop.Control = CodeObsIgnoreConstantsLabel
|
AnchorSideTop.Control = CodeObsIgnoreConstantsLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -65,8 +67,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 219
|
Height = 222
|
||||||
Top = 247
|
Top = 244
|
||||||
Width = 288
|
Width = 288
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
@ -75,21 +77,21 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
)
|
)
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object CodeObsLeftPanel: TPanel[4]
|
object CodeObsLeftPanel: TPanel
|
||||||
AnchorSideLeft.Control = CodeObsCategoriesCheckGroup
|
AnchorSideLeft.Control = CodeObsCategoriesCheckGroup
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 291
|
Left = 291
|
||||||
Height = 211
|
Height = 184
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 266
|
Width = 266
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 211
|
ClientHeight = 184
|
||||||
ClientWidth = 266
|
ClientWidth = 266
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object NestedProcCountLabel: TLabel
|
object NestedProcCountLabel: TLabel
|
||||||
@ -99,8 +101,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideRight.Control = CodeObsLeftPanel
|
AnchorSideRight.Control = CodeObsLeftPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 114
|
Top = 100
|
||||||
Width = 266
|
Width = 266
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -115,8 +117,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideRight.Control = CodeObsLeftPanel
|
AnchorSideRight.Control = CodeObsLeftPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 60
|
Top = 53
|
||||||
Width = 266
|
Width = 266
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -130,7 +132,7 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideRight.Control = CodeObsLeftPanel
|
AnchorSideRight.Control = CodeObsLeftPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 266
|
Width = 266
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -146,8 +148,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideRight.Control = CodeObsLeftPanel
|
AnchorSideRight.Control = CodeObsLeftPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 189
|
Top = 165
|
||||||
Width = 260
|
Width = 260
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -156,12 +158,12 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object NestedProcCountSpinEdit: TSpinEdit
|
object NestedProcCountSpinEdit: TSpinEdit
|
||||||
AnchorSideLeft.Control = UnnamedCharConstCheckBox
|
AnchorSideLeft.Control = NestedProcCountLabel
|
||||||
AnchorSideTop.Control = NestedProcCountLabel
|
AnchorSideTop.Control = NestedProcCountLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 12
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 135
|
Top = 118
|
||||||
Width = 60
|
Width = 60
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
@ -172,8 +174,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideTop.Control = LongParamListCountLabel
|
AnchorSideTop.Control = LongParamListCountLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 81
|
Top = 71
|
||||||
Width = 60
|
Width = 60
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
@ -184,8 +186,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideTop.Control = LongProcLineCountLabel
|
AnchorSideTop.Control = LongProcLineCountLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 27
|
Top = 24
|
||||||
Width = 60
|
Width = 60
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
@ -198,8 +200,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideRight.Control = CodeObsLeftPanel
|
AnchorSideRight.Control = CodeObsLeftPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 168
|
Top = 147
|
||||||
Width = 266
|
Width = 266
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -208,7 +210,7 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
WordWrap = True
|
WordWrap = True
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object COIgnoreConstInFuncsMemo: TMemo[5]
|
object COIgnoreConstInFuncsMemo: TMemo
|
||||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||||
AnchorSideTop.Control = COIgnoreConstInFuncsLabel
|
AnchorSideTop.Control = COIgnoreConstInFuncsLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -217,8 +219,8 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 291
|
Left = 291
|
||||||
Height = 219
|
Height = 222
|
||||||
Top = 247
|
Top = 244
|
||||||
Width = 266
|
Width = 266
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
|
Loading…
Reference in New Issue
Block a user