mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 11:16:09 +02:00
IDE: fixed anchors
git-svn-id: trunk@39636 -
This commit is contained in:
parent
e7dce9bf57
commit
24597cdca7
@ -1,34 +1,32 @@
|
|||||||
inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
||||||
|
Left = 0
|
||||||
Height = 403
|
Height = 403
|
||||||
|
Top = 0
|
||||||
Width = 552
|
Width = 552
|
||||||
ClientHeight = 403
|
ClientHeight = 403
|
||||||
ClientWidth = 552
|
ClientWidth = 552
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 308
|
DesignLeft = 302
|
||||||
DesignTop = 350
|
DesignTop = 344
|
||||||
object SrcPathGroupBox: TGroupBox[0]
|
object SrcPathGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = Owner
|
|
||||||
AnchorSideTop.Control = Owner
|
|
||||||
AnchorSideRight.Control = Owner
|
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 57
|
Height = 54
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'SrcPathGroupBox'
|
Caption = 'SrcPathGroupBox'
|
||||||
ClientHeight = 39
|
ClientHeight = 37
|
||||||
ClientWidth = 544
|
ClientWidth = 548
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object SrcPathEdit: TEdit
|
object SrcPathEdit: TEdit
|
||||||
AnchorSideLeft.Control = SrcPathGroupBox
|
AnchorSideLeft.Control = SrcPathGroupBox
|
||||||
AnchorSideRight.Control = SrcPathButton
|
AnchorSideRight.Control = SrcPathButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 25
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 509
|
Width = 513
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -42,27 +40,22 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = SrcPathEdit
|
AnchorSideBottom.Control = SrcPathEdit
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 515
|
Left = 519
|
||||||
Height = 27
|
Height = 25
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
Color = clBtnFace
|
|
||||||
NumGlyphs = 0
|
|
||||||
OnClick = SrcPathButtonClick
|
OnClick = SrcPathButtonClick
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object JumpingGroupBox: TGroupBox[1]
|
object JumpingGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = Owner
|
|
||||||
AnchorSideTop.Control = SrcPathGroupBox
|
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 118
|
Height = 125
|
||||||
Top = 63
|
Top = 60
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -70,16 +63,16 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
Caption = 'JumpingGroupBox'
|
Caption = 'JumpingGroupBox'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ClientHeight = 100
|
ClientHeight = 108
|
||||||
ClientWidth = 544
|
ClientWidth = 548
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = JumpingGroupBox
|
AnchorSideLeft.Control = JumpingGroupBox
|
||||||
AnchorSideTop.Control = JumpingGroupBox
|
AnchorSideTop.Control = JumpingGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 24
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 287
|
Width = 247
|
||||||
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
@ -88,9 +81,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 24
|
||||||
Top = 28
|
Top = 30
|
||||||
Width = 185
|
Width = 162
|
||||||
Caption = 'JumpCenteredCheckBox'
|
Caption = 'JumpCenteredCheckBox'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
@ -99,9 +92,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = JumpCenteredCheckBox
|
AnchorSideTop.Control = JumpCenteredCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 24
|
||||||
Top = 50
|
Top = 54
|
||||||
Width = 209
|
Width = 179
|
||||||
Caption = 'CursorBeyondEOLCheckBox'
|
Caption = 'CursorBeyondEOLCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
@ -110,34 +103,35 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = CursorBeyondEOLCheckBox
|
AnchorSideTop.Control = CursorBeyondEOLCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 24
|
||||||
Top = 72
|
Top = 78
|
||||||
Width = 256
|
Width = 216
|
||||||
Caption = 'SkipForwardDeclarationsCheckBox'
|
Caption = 'SkipForwardDeclarationsCheckBox'
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object IndentationGroupBox: TGroupBox[2]
|
object IndentationGroupBox: TGroupBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 147
|
Height = 149
|
||||||
Top = 181
|
Top = 191
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Top = 6
|
||||||
Caption = 'IndentationGroupBox'
|
Caption = 'IndentationGroupBox'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ClientHeight = 129
|
ClientHeight = 132
|
||||||
ClientWidth = 544
|
ClientWidth = 548
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object IndentFileLabel: TLabel
|
object IndentFileLabel: TLabel
|
||||||
AnchorSideLeft.Control = IndentationGroupBox
|
AnchorSideLeft.Control = IndentationGroupBox
|
||||||
AnchorSideTop.Control = IndentFileEdit
|
AnchorSideTop.Control = IndentFileEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 100
|
Top = 105
|
||||||
Width = 100
|
Width = 84
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'IndentFileLabel'
|
Caption = 'IndentFileLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -148,10 +142,10 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentFileButton
|
AnchorSideTop.Control = IndentFileButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = IndentFileButton
|
AnchorSideRight.Control = IndentFileButton
|
||||||
Left = 112
|
Left = 96
|
||||||
Height = 27
|
Height = 25
|
||||||
Top = 96
|
Top = 100
|
||||||
Width = 301
|
Width = 340
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -164,10 +158,10 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = IndentationGroupBox
|
AnchorSideRight.Control = IndentationGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 413
|
Left = 436
|
||||||
Height = 27
|
Height = 27
|
||||||
Top = 96
|
Top = 99
|
||||||
Width = 125
|
Width = 106
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -182,9 +176,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentOnPasteCheckBox
|
AnchorSideTop.Control = IndentOnPasteCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 24
|
||||||
Top = 68
|
Top = 69
|
||||||
Width = 245
|
Width = 209
|
||||||
Caption = 'IndentContextSensitiveCheckBox'
|
Caption = 'IndentContextSensitiveCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
@ -193,9 +187,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = GeneralAutoIndent
|
AnchorSideTop.Control = GeneralAutoIndent
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 24
|
||||||
Top = 24
|
Top = 21
|
||||||
Width = 217
|
Width = 187
|
||||||
Caption = 'IndentOnLineBreakCheckBox'
|
Caption = 'IndentOnLineBreakCheckBox'
|
||||||
OnChange = IndentOnLineBreakCheckBoxChange
|
OnChange = IndentOnLineBreakCheckBoxChange
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -205,9 +199,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentOnLineBreakCheckBox
|
AnchorSideTop.Control = IndentOnLineBreakCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 24
|
||||||
Top = 46
|
Top = 45
|
||||||
Width = 187
|
Width = 162
|
||||||
Caption = 'IndentOnPasteCheckBox'
|
Caption = 'IndentOnPasteCheckBox'
|
||||||
OnChange = IndentOnPasteCheckBoxChange
|
OnChange = IndentOnPasteCheckBoxChange
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
@ -215,9 +209,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
object GeneralAutoIndent: TLabel
|
object GeneralAutoIndent: TLabel
|
||||||
Cursor = crHandPoint
|
Cursor = crHandPoint
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 123
|
Width = 106
|
||||||
Caption = 'GeneralAutoIndent'
|
Caption = 'GeneralAutoIndent'
|
||||||
Font.Color = clBlue
|
Font.Color = clBlue
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
|
Loading…
Reference in New Issue
Block a user