lazarus/ide/frames/codetools_general_options.lfm
mattias a533956c13 IDE: codetools src path: added edit button
git-svn-id: trunk@23019 -
2009-12-08 09:37:57 +00:00

221 lines
6.0 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 = 52
Top = 0
Width = 552
Align = alTop
AutoSize = True
Caption = 'SrcPathGroupBox'
ClientHeight = 33
ClientWidth = 548
TabOrder = 0
object SrcPathEdit: TEdit
AnchorSideLeft.Control = SrcPathGroupBox
AnchorSideRight.Control = SrcPathButton
Left = 6
Height = 27
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 = 27
Top = 6
Width = 23
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
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 = 155
Top = 58
Width = 552
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'JumpingGroupBox'
ClientHeight = 136
ClientWidth = 548
TabOrder = 1
object AdjustTopLineDueToCommentCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpingGroupBox
Left = 6
Height = 22
Top = 6
Width = 277
BorderSpacing.Around = 6
Caption = 'AdjustTopLineDueToCommentCheckBox'
TabOrder = 0
end
object JumpCenteredCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 40
Width = 178
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'JumpCenteredCheckBox'
TabOrder = 1
end
object CursorBeyondEOLCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpCenteredCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 74
Width = 202
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'CursorBeyondEOLCheckBox'
TabOrder = 2
end
object SkipForwardDeclarationsCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = CursorBeyondEOLCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 108
Width = 244
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'SkipForwardDeclarationsCheckBox'
TabOrder = 3
end
end
object IndentationGroupBox: TGroupBox[2]
Left = 0
Height = 144
Top = 213
Width = 552
Align = alTop
AutoSize = True
Caption = 'IndentationGroupBox'
ClientHeight = 125
ClientWidth = 548
TabOrder = 2
object IndentFileLabel: TLabel
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentFileEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 95
Width = 95
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 = 107
Height = 27
Top = 91
Width = 320
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 = 427
Height = 29
Top = 90
Width = 115
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 = 62
Width = 235
BorderSpacing.Around = 6
Caption = 'IndentContextSensitiveCheckBox'
TabOrder = 2
end
object IndentOnLineBreakCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentationGroupBox
Left = 6
Height = 22
Top = 6
Width = 208
BorderSpacing.Around = 6
Caption = 'IndentOnLineBreakCheckBox'
OnChange = IndentOnLineBreakCheckBoxChange
TabOrder = 3
end
object IndentOnPasteCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentOnLineBreakCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 34
Width = 180
BorderSpacing.Around = 6
Caption = 'IndentOnPasteCheckBox'
OnChange = IndentOnPasteCheckBoxChange
TabOrder = 4
end
end
end