lazarus/ide/frames/codetools_general_options.lfm
mattias 24597cdca7 IDE: fixed anchors
git-svn-id: trunk@39636 -
2012-12-23 16:57:34 +00:00

225 lines
6.0 KiB
Plaintext

object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
Left = 0
Height = 403
Top = 0
Width = 552
ClientHeight = 403
ClientWidth = 552
TabOrder = 0
Visible = False
DesignLeft = 302
DesignTop = 344
object SrcPathGroupBox: TGroupBox
Left = 0
Height = 54
Top = 0
Width = 552
Align = alTop
AutoSize = True
Caption = 'SrcPathGroupBox'
ClientHeight = 37
ClientWidth = 548
TabOrder = 0
object SrcPathEdit: TEdit
AnchorSideLeft.Control = SrcPathGroupBox
AnchorSideRight.Control = SrcPathButton
Left = 6
Height = 25
Top = 6
Width = 513
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 = 519
Height = 25
Top = 6
Width = 23
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = '...'
OnClick = SrcPathButtonClick
end
end
object JumpingGroupBox: TGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 125
Top = 60
Width = 552
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'JumpingGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 108
ClientWidth = 548
TabOrder = 1
object AdjustTopLineDueToCommentCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpingGroupBox
Left = 6
Height = 24
Top = 6
Width = 247
Caption = 'AdjustTopLineDueToCommentCheckBox'
TabOrder = 0
end
object JumpCenteredCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 30
Width = 162
Caption = 'JumpCenteredCheckBox'
TabOrder = 1
end
object CursorBeyondEOLCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpCenteredCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 54
Width = 179
Caption = 'CursorBeyondEOLCheckBox'
TabOrder = 2
end
object SkipForwardDeclarationsCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = CursorBeyondEOLCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 78
Width = 216
Caption = 'SkipForwardDeclarationsCheckBox'
TabOrder = 3
end
end
object IndentationGroupBox: TGroupBox
Left = 0
Height = 149
Top = 191
Width = 552
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'IndentationGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 132
ClientWidth = 548
TabOrder = 2
object IndentFileLabel: TLabel
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentFileEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 105
Width = 84
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 = 96
Height = 25
Top = 100
Width = 340
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 = 436
Height = 27
Top = 99
Width = 106
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 = 24
Top = 69
Width = 209
Caption = 'IndentContextSensitiveCheckBox'
TabOrder = 2
end
object IndentOnLineBreakCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = GeneralAutoIndent
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 21
Width = 187
Caption = 'IndentOnLineBreakCheckBox'
OnChange = IndentOnLineBreakCheckBoxChange
TabOrder = 3
end
object IndentOnPasteCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentOnLineBreakCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 45
Width = 162
Caption = 'IndentOnPasteCheckBox'
OnChange = IndentOnPasteCheckBoxChange
TabOrder = 4
end
object GeneralAutoIndent: TLabel
Cursor = crHandPoint
Left = 6
Height = 15
Top = 6
Width = 106
Caption = 'GeneralAutoIndent'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnClick = GeneralAutoIndentClick
OnMouseEnter = GeneralAutoIndentMouseEnter
OnMouseLeave = GeneralAutoIndentMouseLeave
end
end
end