lazarus/ide/frames/codetools_general_options.lfm

230 lines
6.3 KiB
Plaintext

object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
Left = 0
Height = 403
Top = 0
Width = 552
ClientHeight = 403
ClientWidth = 552
TabOrder = 0
Visible = False
DesignLeft = 329
DesignTop = 309
object JumpingGroupBox: TGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 176
Top = 6
Width = 552
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'JumpingGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 156
ClientWidth = 548
TabOrder = 0
object AdjustTopLineDueToCommentCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpingGroupBox
Left = 6
Height = 19
Top = 6
Width = 238
Caption = 'AdjustTopLineDueToCommentCheckBox'
TabOrder = 0
end
object CursorBeyondEOLCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = AvoidUnnecessaryJumpsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 93
Width = 168
Caption = 'CursorBeyondEOLCheckBox'
TabOrder = 1
end
object SkipForwardDeclarationsCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = CursorBeyondEOLCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 112
Width = 202
Caption = 'SkipForwardDeclarationsCheckBox'
TabOrder = 2
end
object JumpToMethodBodyCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = SkipForwardDeclarationsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 131
Width = 184
Caption = 'JumpToMethodBodyCheckBox'
TabOrder = 3
end
object JumpSingleLinePosLabel: TLabel
AnchorSideLeft.Control = JumpSingleLinePosEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = JumpSingleLinePosEdit
AnchorSideTop.Side = asrCenter
Left = 61
Height = 15
Top = 29
Width = 130
BorderSpacing.Left = 5
Caption = 'JumpSingleLinePosLabel'
ParentColor = False
end
object JumpSingleLinePosEdit: TSpinEdit
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 25
Width = 65
TabOrder = 4
end
object JumpCodeBlockPosEdit: TSpinEdit
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpSingleLinePosEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 51
Width = 65
BorderSpacing.Top = 3
TabOrder = 5
end
object JumpCodeBlockPosLabel: TLabel
AnchorSideLeft.Control = JumpCodeBlockPosEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = JumpCodeBlockPosEdit
AnchorSideTop.Side = asrCenter
Left = 61
Height = 15
Top = 55
Width = 133
BorderSpacing.Left = 5
Caption = 'JumpCodeBlockPosLabel'
ParentColor = False
end
object AvoidUnnecessaryJumpsCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpCodeBlockPosEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 74
Width = 203
Caption = 'AvoidUnnecessaryJumpsCheckBox'
TabOrder = 6
end
end
object IndentationGroupBox: TGroupBox
Left = 0
Height = 151
Top = 188
Width = 552
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'IndentationGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 131
ClientWidth = 548
TabOrder = 1
object IndentFileLabel: TLabel
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentFileEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 107
Width = 80
BorderSpacing.Left = 6
Caption = 'IndentFileLabel'
ParentColor = False
end
object IndentContextSensitiveCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentOnPasteCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 59
Width = 193
Caption = 'IndentContextSensitiveCheckBox'
TabOrder = 2
end
object IndentOnLineBreakCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = GeneralAutoIndent
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 21
Width = 173
Caption = 'IndentOnLineBreakCheckBox'
OnChange = IndentOnLineBreakCheckBoxChange
TabOrder = 0
end
object IndentOnPasteCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentOnLineBreakCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 40
Width = 150
Caption = 'IndentOnPasteCheckBox'
OnChange = IndentOnPasteCheckBoxChange
TabOrder = 1
end
object GeneralAutoIndent: TLabel
Cursor = crHandPoint
Left = 6
Height = 15
Top = 6
Width = 100
Caption = 'GeneralAutoIndent'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnClick = GeneralAutoIndentClick
OnMouseEnter = GeneralAutoIndentMouseEnter
OnMouseLeave = GeneralAutoIndentMouseLeave
end
object IndentFileEdit: TFileNameEdit
AnchorSideLeft.Control = IndentFileLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IndentContextSensitiveCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IndentationGroupBox
AnchorSideRight.Side = asrBottom
Left = 92
Height = 23
Top = 102
Width = 450
FilterIndex = 0
HideDirectories = False
ButtonWidth = 25
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
MaxLength = 0
TabOrder = 3
Text = 'IndentFileEdit'
end
end
end