mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:59:13 +02:00
ide: fixed layout
git-svn-id: trunk@26274 -
This commit is contained in:
parent
61cc67ab34
commit
f5bc15e6a6
@ -1,8 +1,8 @@
|
|||||||
inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||||
Height = 428
|
Height = 428
|
||||||
Width = 531
|
Width = 531
|
||||||
ClientHeight = 424
|
ClientHeight = 428
|
||||||
ClientWidth = 527
|
ClientWidth = 531
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 220
|
DesignLeft = 220
|
||||||
DesignTop = 220
|
DesignTop = 220
|
||||||
@ -10,11 +10,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = CodeObsCharConstCheckBox
|
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 16
|
||||||
Top = 196
|
Top = 196
|
||||||
Width = 200
|
Width = 165
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'CodeObsIgnoreConstantsLabel'
|
Caption = 'CodeObsIgnoreConstantsLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -23,10 +22,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||||
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 267
|
Left = 269
|
||||||
Height = 18
|
Height = 16
|
||||||
Top = 196
|
Top = 196
|
||||||
Width = 182
|
Width = 152
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'COIgnoreConstInFuncsLabel'
|
Caption = 'COIgnoreConstInFuncsLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -34,10 +33,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
object Label1: TLabel[2]
|
object Label1: TLabel[2]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
Left = 262
|
Left = 265
|
||||||
Height = 15
|
Height = 1
|
||||||
Top = 40
|
Top = 40
|
||||||
Width = 2
|
Width = 1
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object CodeObsCategoriesCheckGroup: TCheckGroup[3]
|
object CodeObsCategoriesCheckGroup: TCheckGroup[3]
|
||||||
@ -49,7 +48,7 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
Left = 0
|
Left = 0
|
||||||
Height = 190
|
Height = 190
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 259
|
Width = 262
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -76,9 +75,9 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 207
|
Height = 213
|
||||||
Top = 217
|
Top = 215
|
||||||
Width = 259
|
Width = 262
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
@ -90,24 +89,24 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideLeft.Control = Label1
|
AnchorSideLeft.Control = Label1
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
Left = 267
|
Left = 269
|
||||||
Height = 190
|
Height = 169
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 214
|
Width = 177
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 190
|
ClientHeight = 169
|
||||||
ClientWidth = 214
|
ClientWidth = 177
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object NestedProcCountLabel: TLabel
|
object NestedProcCountLabel: TLabel
|
||||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||||
AnchorSideTop.Control = LongParamListCountSpinEdit
|
AnchorSideTop.Control = LongParamListCountSpinEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 16
|
||||||
Top = 114
|
Top = 102
|
||||||
Width = 148
|
Width = 123
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'NestedProcCountLabel'
|
Caption = 'NestedProcCountLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -117,9 +116,9 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideTop.Control = LongProcLineCountSpinEdit
|
AnchorSideTop.Control = LongProcLineCountSpinEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 16
|
||||||
Top = 60
|
Top = 54
|
||||||
Width = 169
|
Width = 141
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'LongParamListCountLabel'
|
Caption = 'LongParamListCountLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -128,9 +127,9 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||||
AnchorSideTop.Control = CodeObsLeftPanel
|
AnchorSideTop.Control = CodeObsLeftPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 16
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 160
|
Width = 135
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'LongProcLineCountLabel'
|
Caption = 'LongProcLineCountLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -140,9 +139,9 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideTop.Control = NestedProcCountSpinEdit
|
AnchorSideTop.Control = NestedProcCountSpinEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 168
|
Top = 150
|
||||||
Width = 214
|
Width = 177
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'CodeObsCharConstCheckBox'
|
Caption = 'CodeObsCharConstCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -152,10 +151,9 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideTop.Control = NestedProcCountLabel
|
AnchorSideTop.Control = NestedProcCountLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 135
|
Top = 121
|
||||||
Width = 60
|
Width = 60
|
||||||
AutoSize = True
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -165,10 +163,9 @@ 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 = 73
|
||||||
Width = 60
|
Width = 60
|
||||||
AutoSize = True
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -178,10 +175,9 @@ 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 = 25
|
||||||
Width = 60
|
Width = 60
|
||||||
AutoSize = True
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -195,10 +191,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 267
|
Left = 269
|
||||||
Height = 207
|
Height = 213
|
||||||
Top = 217
|
Top = 215
|
||||||
Width = 260
|
Width = 262
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
|
Loading…
Reference in New Issue
Block a user