mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 20:19:24 +01:00
IDE: options: codetools general: fixed layout
git-svn-id: trunk@51703 -
This commit is contained in:
parent
af74e2f7d3
commit
675f263e1c
@ -7,13 +7,13 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
ClientWidth = 552
|
ClientWidth = 552
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 302
|
DesignLeft = 327
|
||||||
DesignTop = 316
|
DesignTop = 306
|
||||||
object JumpingGroupBox: TGroupBox
|
object JumpingGroupBox: TGroupBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 129
|
Height = 149
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
@ -22,16 +22,16 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
Caption = 'JumpingGroupBox'
|
Caption = 'JumpingGroupBox'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ClientHeight = 109
|
ClientHeight = 132
|
||||||
ClientWidth = 548
|
ClientWidth = 548
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = JumpingGroupBox
|
AnchorSideLeft.Control = JumpingGroupBox
|
||||||
AnchorSideTop.Control = JumpingGroupBox
|
AnchorSideTop.Control = JumpingGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 238
|
Width = 247
|
||||||
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
@ -40,9 +40,9 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 25
|
Top = 30
|
||||||
Width = 149
|
Width = 162
|
||||||
Caption = 'JumpCenteredCheckBox'
|
Caption = 'JumpCenteredCheckBox'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
@ -51,9 +51,9 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = JumpCenteredCheckBox
|
AnchorSideTop.Control = JumpCenteredCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 44
|
Top = 54
|
||||||
Width = 168
|
Width = 179
|
||||||
Caption = 'CursorBeyondEOLCheckBox'
|
Caption = 'CursorBeyondEOLCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
@ -62,25 +62,28 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = CursorBeyondEOLCheckBox
|
AnchorSideTop.Control = CursorBeyondEOLCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 63
|
Top = 78
|
||||||
Width = 202
|
Width = 216
|
||||||
Caption = 'SkipForwardDeclarationsCheckBox'
|
Caption = 'SkipForwardDeclarationsCheckBox'
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object JumpToMethodBodyCheckBox: TCheckBox
|
object JumpToMethodBodyCheckBox: TCheckBox
|
||||||
|
AnchorSideLeft.Control = JumpingGroupBox
|
||||||
|
AnchorSideTop.Control = SkipForwardDeclarationsCheckBox
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 84
|
Top = 102
|
||||||
Width = 184
|
Width = 194
|
||||||
Caption = 'JumpToMethodBodyCheckBox'
|
Caption = 'JumpToMethodBodyCheckBox'
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object IndentationGroupBox: TGroupBox
|
object IndentationGroupBox: TGroupBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 151
|
Height = 150
|
||||||
Top = 141
|
Top = 161
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -88,7 +91,7 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
Caption = 'IndentationGroupBox'
|
Caption = 'IndentationGroupBox'
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ClientHeight = 131
|
ClientHeight = 133
|
||||||
ClientWidth = 548
|
ClientWidth = 548
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object IndentFileLabel: TLabel
|
object IndentFileLabel: TLabel
|
||||||
@ -97,7 +100,7 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 107
|
Top = 107
|
||||||
Width = 80
|
Width = 84
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'IndentFileLabel'
|
Caption = 'IndentFileLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -107,9 +110,9 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentOnPasteCheckBox
|
AnchorSideTop.Control = IndentOnPasteCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 59
|
Top = 69
|
||||||
Width = 193
|
Width = 209
|
||||||
Caption = 'IndentContextSensitiveCheckBox'
|
Caption = 'IndentContextSensitiveCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
@ -118,9 +121,9 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = GeneralAutoIndent
|
AnchorSideTop.Control = GeneralAutoIndent
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 21
|
Top = 21
|
||||||
Width = 173
|
Width = 187
|
||||||
Caption = 'IndentOnLineBreakCheckBox'
|
Caption = 'IndentOnLineBreakCheckBox'
|
||||||
OnChange = IndentOnLineBreakCheckBoxChange
|
OnChange = IndentOnLineBreakCheckBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -130,9 +133,9 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentOnLineBreakCheckBox
|
AnchorSideTop.Control = IndentOnLineBreakCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 40
|
Top = 45
|
||||||
Width = 150
|
Width = 162
|
||||||
Caption = 'IndentOnPasteCheckBox'
|
Caption = 'IndentOnPasteCheckBox'
|
||||||
OnChange = IndentOnPasteCheckBoxChange
|
OnChange = IndentOnPasteCheckBoxChange
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -142,7 +145,7 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 100
|
Width = 106
|
||||||
Caption = 'GeneralAutoIndent'
|
Caption = 'GeneralAutoIndent'
|
||||||
Font.Color = clBlue
|
Font.Color = clBlue
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -157,10 +160,10 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = IndentationGroupBox
|
AnchorSideRight.Control = IndentationGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 92
|
Left = 96
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 102
|
Top = 102
|
||||||
Width = 450
|
Width = 446
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
HideDirectories = False
|
HideDirectories = False
|
||||||
ButtonWidth = 50
|
ButtonWidth = 50
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user