lazarus/ide/frames/editor_codefolding_options.lfm
mattias 5f48d63392 IDE: renamed options frames
git-svn-id: trunk@18086 -
2009-01-03 21:20:50 +00:00

61 lines
1.4 KiB
Plaintext

inherited EditorCodefoldingOptionsFrame: TEditorCodefoldingOptionsFrame
Height = 88
Width = 400
ClientHeight = 88
ClientWidth = 400
TabOrder = 0
Visible = False
DesignLeft = 110
DesignTop = 145
object Bevel1: TBevel[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = chkCodeFoldingEnabled
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 2
Top = 23
Width = 400
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
end
object lblDividerDrawLevel: TLabel[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edDividerDrawLevel
AnchorSideTop.Side = asrCenter
Left = 0
Height = 14
Top = 35
Width = 94
Caption = 'lblDividerDrawLevel'
ParentColor = False
end
object chkCodeFoldingEnabled: TCheckBox[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 17
Top = 0
Width = 131
Caption = 'chkCodeFoldingEnabled'
OnChange = chkCodeFoldingEnabledChange
TabOrder = 0
end
object edDividerDrawLevel: TSpinEdit[3]
AnchorSideLeft.Control = lblDividerDrawLevel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom
Left = 100
Height = 23
Top = 31
Width = 50
BorderSpacing.Left = 6
BorderSpacing.Top = 6
MaxValue = 10
TabOrder = 1
Value = 1
end
end