mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 02:43:41 +02:00
231 lines
6.3 KiB
Plaintext
231 lines
6.3 KiB
Plaintext
inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|
Height = 403
|
|
Width = 552
|
|
ClientHeight = 403
|
|
ClientWidth = 552
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 308
|
|
DesignTop = 350
|
|
object SrcPathGroupBox: TGroupBox[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 57
|
|
Top = 0
|
|
Width = 552
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'SrcPathGroupBox'
|
|
ClientHeight = 39
|
|
ClientWidth = 544
|
|
TabOrder = 0
|
|
object SrcPathEdit: TEdit
|
|
AnchorSideLeft.Control = SrcPathGroupBox
|
|
AnchorSideRight.Control = SrcPathButton
|
|
Left = 6
|
|
Height = 27
|
|
Top = 6
|
|
Width = 509
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
TabOrder = 0
|
|
Text = 'SrcPathEdit'
|
|
end
|
|
object SrcPathButton: TSpeedButton
|
|
AnchorSideTop.Control = SrcPathEdit
|
|
AnchorSideRight.Control = SrcPathGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = SrcPathEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 515
|
|
Height = 27
|
|
Top = 6
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = SrcPathButtonClick
|
|
end
|
|
end
|
|
object JumpingGroupBox: TGroupBox[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = SrcPathGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 118
|
|
Top = 63
|
|
Width = 552
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'JumpingGroupBox'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 100
|
|
ClientWidth = 544
|
|
TabOrder = 1
|
|
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = JumpingGroupBox
|
|
AnchorSideTop.Control = JumpingGroupBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 287
|
|
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object JumpCenteredCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = JumpingGroupBox
|
|
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 28
|
|
Width = 185
|
|
Caption = 'JumpCenteredCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object CursorBeyondEOLCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = JumpingGroupBox
|
|
AnchorSideTop.Control = JumpCenteredCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 50
|
|
Width = 209
|
|
Caption = 'CursorBeyondEOLCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object SkipForwardDeclarationsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = JumpingGroupBox
|
|
AnchorSideTop.Control = CursorBeyondEOLCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 72
|
|
Width = 256
|
|
Caption = 'SkipForwardDeclarationsCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object IndentationGroupBox: TGroupBox[2]
|
|
Left = 0
|
|
Height = 147
|
|
Top = 181
|
|
Width = 552
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'IndentationGroupBox'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 129
|
|
ClientWidth = 544
|
|
TabOrder = 2
|
|
object IndentFileLabel: TLabel
|
|
AnchorSideLeft.Control = IndentationGroupBox
|
|
AnchorSideTop.Control = IndentFileEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 100
|
|
Width = 100
|
|
BorderSpacing.Left = 6
|
|
Caption = 'IndentFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object IndentFileEdit: TEdit
|
|
AnchorSideLeft.Control = IndentFileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = IndentFileButton
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = IndentFileButton
|
|
Left = 112
|
|
Height = 27
|
|
Top = 96
|
|
Width = 301
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
TabOrder = 0
|
|
Text = 'IndentFileEdit'
|
|
end
|
|
object IndentFileButton: TButton
|
|
AnchorSideTop.Control = IndentContextSensitiveCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = IndentationGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 413
|
|
Height = 27
|
|
Top = 96
|
|
Width = 125
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'IndentFileButton'
|
|
OnClick = IndentFileButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object IndentContextSensitiveCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = IndentationGroupBox
|
|
AnchorSideTop.Control = IndentOnPasteCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 68
|
|
Width = 245
|
|
Caption = 'IndentContextSensitiveCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object IndentOnLineBreakCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = IndentationGroupBox
|
|
AnchorSideTop.Control = GeneralAutoIndent
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 24
|
|
Width = 217
|
|
Caption = 'IndentOnLineBreakCheckBox'
|
|
OnChange = IndentOnLineBreakCheckBoxChange
|
|
TabOrder = 3
|
|
end
|
|
object IndentOnPasteCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = IndentationGroupBox
|
|
AnchorSideTop.Control = IndentOnLineBreakCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 46
|
|
Width = 187
|
|
Caption = 'IndentOnPasteCheckBox'
|
|
OnChange = IndentOnPasteCheckBoxChange
|
|
TabOrder = 4
|
|
end
|
|
object GeneralAutoIndent: TLabel
|
|
Cursor = crHandPoint
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 123
|
|
Caption = 'GeneralAutoIndent'
|
|
Font.Color = clBlue
|
|
ParentColor = False
|
|
ParentFont = False
|
|
OnClick = GeneralAutoIndentClick
|
|
OnMouseEnter = GeneralAutoIndentMouseEnter
|
|
OnMouseLeave = GeneralAutoIndentMouseLeave
|
|
end
|
|
end
|
|
end
|