mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 23:57:11 +01:00
243 lines
6.9 KiB
Plaintext
243 lines
6.9 KiB
Plaintext
inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|
Height = 334
|
|
Width = 521
|
|
Anchors = [akTop]
|
|
ClientHeight = 334
|
|
ClientWidth = 521
|
|
Visible = False
|
|
DesignLeft = 207
|
|
DesignTop = 207
|
|
object LanguageLabel: TLabel[0]
|
|
AnchorSideLeft.Control = LanguageComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LanguageComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 206
|
|
Height = 16
|
|
Top = 8
|
|
Width = 81
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'LanguageLabel'
|
|
ParentColor = False
|
|
end
|
|
object DividerConfPanel: TPanel[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = LanguageComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 301
|
|
Top = 33
|
|
Width = 521
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 301
|
|
ClientWidth = 521
|
|
TabOrder = 1
|
|
object DividerSpinPanel: TPanel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = DividerConfPanel
|
|
AnchorSideRight.Control = DividerConfPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 206
|
|
Height = 23
|
|
Top = 0
|
|
Width = 315
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 23
|
|
ClientWidth = 315
|
|
TabOrder = 1
|
|
object DividerSpinLabel: TLabel
|
|
AnchorSideLeft.Control = DividerSpinEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = DividerSpinEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = DividerSpinPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 53
|
|
Height = 16
|
|
Top = 3
|
|
Width = 262
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 3
|
|
Caption = 'DividerSpinLabel'
|
|
ParentColor = False
|
|
end
|
|
object DividerSpinEdit: TSpinEdit
|
|
AnchorSideLeft.Control = DividerSpinPanel
|
|
AnchorSideTop.Control = DividerSpinPanel
|
|
Left = 0
|
|
Height = 23
|
|
Top = 0
|
|
Width = 50
|
|
OnChange = DividerSpinEditChange
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object NestLvlPanel: TPanel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TopLvlPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DividerConfPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 206
|
|
Height = 44
|
|
Top = 79
|
|
Width = 315
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 44
|
|
ClientWidth = 315
|
|
TabOrder = 2
|
|
Visible = False
|
|
object NestLvlColorLabel: TLabel
|
|
AnchorSideLeft.Control = NestLvlPanel
|
|
AnchorSideTop.Control = NestLvlPanel
|
|
Left = 0
|
|
Height = 16
|
|
Top = 0
|
|
Width = 97
|
|
Caption = 'NestLvlColorLabel'
|
|
ParentColor = False
|
|
end
|
|
object NestLvlColorBox: TColorBox
|
|
AnchorSideLeft.Control = NestLvlPanel
|
|
AnchorSideTop.Control = NestLvlColorLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 22
|
|
Top = 22
|
|
Width = 100
|
|
DefaultColorColor = clWhite
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
|
AutoComplete = False
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 16
|
|
ItemWidth = 0
|
|
OnChange = NestLvlColorBoxChange
|
|
TabOrder = 0
|
|
end
|
|
object NestLvlColorCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = NestLvlColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = NestLvlColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 106
|
|
Height = 19
|
|
Top = 24
|
|
Width = 129
|
|
BorderSpacing.Left = 6
|
|
Caption = 'NestLvlColorCheckBox'
|
|
OnChange = NestLvlColorCheckBoxChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object TopLvlPanel: TPanel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = DividerSpinPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DividerConfPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 206
|
|
Height = 44
|
|
Top = 29
|
|
Width = 315
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 44
|
|
ClientWidth = 315
|
|
TabOrder = 3
|
|
object TopLvlColorLabel: TLabel
|
|
AnchorSideLeft.Control = TopLvlPanel
|
|
AnchorSideTop.Control = TopLvlPanel
|
|
Left = 0
|
|
Height = 16
|
|
Top = 0
|
|
Width = 94
|
|
Caption = 'TopLvlColorLabel'
|
|
ParentColor = False
|
|
end
|
|
object TopLvlColorBox: TColorBox
|
|
AnchorSideLeft.Control = TopLvlPanel
|
|
AnchorSideTop.Control = TopLvlColorLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 22
|
|
Top = 22
|
|
Width = 100
|
|
DefaultColorColor = clWhite
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
|
AutoComplete = False
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 16
|
|
ItemWidth = 0
|
|
OnChange = TopLvlColorBoxChange
|
|
TabOrder = 0
|
|
end
|
|
object TopLvlColorCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = TopLvlColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TopLvlColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 106
|
|
Height = 19
|
|
Top = 24
|
|
Width = 126
|
|
BorderSpacing.Left = 6
|
|
Caption = 'TopLvlColorCheckBox'
|
|
OnChange = TopLvlColorCheckBoxChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object DividerConfigListBox: TCheckListBox
|
|
AnchorSideLeft.Control = DividerConfPanel
|
|
AnchorSideTop.Control = DividerConfPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = DividerConfPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 301
|
|
Top = 0
|
|
Width = 200
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
ExtendedSelect = False
|
|
ItemHeight = 0
|
|
OnClick = DividerConfigListBoxClick
|
|
OnExit = DividerConfigListBoxClick
|
|
OnKeyUp = DividerConfigListBoxKeyUp
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object LanguageComboBox: TComboBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 21
|
|
Top = 6
|
|
Width = 200
|
|
AutoComplete = False
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 13
|
|
ItemWidth = 0
|
|
OnChange = LanguageComboBoxChange
|
|
OnExit = LanguageComboBoxExit
|
|
OnKeyDown = LanguageComboBoxKeyDown
|
|
TabOrder = 0
|
|
Text = 'LanguageComboBox'
|
|
end
|
|
end
|