mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-21 23:02:58 +02:00
100 lines
2.6 KiB
Plaintext
100 lines
2.6 KiB
Plaintext
inherited EditorCodefoldingOptionsFrame: TEditorCodefoldingOptionsFrame
|
|
Height = 352
|
|
Width = 511
|
|
Anchors = [akTop]
|
|
ClientHeight = 352
|
|
ClientWidth = 511
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 346
|
|
DesignTop = 366
|
|
object Bevel1: TBevel[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = chkCodeFoldingEnabled
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 2
|
|
Top = 28
|
|
Width = 511
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
end
|
|
object LanguageLabel: TLabel[1]
|
|
AnchorSideLeft.Control = LanguageComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LanguageComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 206
|
|
Height = 18
|
|
Top = 40
|
|
Width = 98
|
|
BorderSpacing.Left = 6
|
|
Caption = 'LanguageLabel'
|
|
ParentColor = False
|
|
end
|
|
object chkCodeFoldingEnabled: TCheckBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 22
|
|
Top = 0
|
|
Width = 175
|
|
Caption = 'chkCodeFoldingEnabled'
|
|
TabOrder = 0
|
|
end
|
|
object LanguageComboBox: TComboBox[3]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Bevel1
|
|
Left = 0
|
|
Height = 31
|
|
Top = 34
|
|
Width = 200
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 0
|
|
OnChange = LanguageComboBoxChange
|
|
OnExit = LanguageComboBoxExit
|
|
OnKeyDown = LanguageComboBoxKeyDown
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
object FoldConfPanel: TPanel[4]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = LanguageComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 281
|
|
Top = 71
|
|
Width = 511
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 281
|
|
ClientWidth = 511
|
|
TabOrder = 2
|
|
object FoldConfigCheckListBox: TCheckListBox
|
|
AnchorSideLeft.Control = FoldConfPanel
|
|
AnchorSideTop.Control = FoldConfPanel
|
|
AnchorSideBottom.Control = FoldConfPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 281
|
|
Top = 0
|
|
Width = 200
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
ExtendedSelect = False
|
|
ItemHeight = 0
|
|
OnClickCheck = FoldConfigCheckListBoxClickCheck
|
|
OnExit = FoldConfigCheckListBoxClickCheck
|
|
OnKeyUp = FoldConfigCheckListBoxKeyUp
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
end
|
|
end
|