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