mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 22:17:59 +02:00
785 lines
21 KiB
Plaintext
785 lines
21 KiB
Plaintext
object SynColorAttrEditor: TSynColorAttrEditor
|
|
Left = 0
|
|
Height = 207
|
|
Top = 0
|
|
Width = 758
|
|
ClientHeight = 207
|
|
ClientWidth = 758
|
|
Constraints.MinHeight = 140
|
|
OnResize = pnlElementAttributesResize
|
|
TabOrder = 0
|
|
DesignLeft = 399
|
|
DesignTop = 181
|
|
object ForeGroundLabel: TLabel
|
|
AnchorSideTop.Control = ForegroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 7
|
|
Width = 91
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ForeGroundLabel'
|
|
ParentColor = False
|
|
Visible = False
|
|
OnResize = pnlElementAttributesResize
|
|
end
|
|
object BackGroundLabel: TLabel
|
|
AnchorSideTop.Control = BackGroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 32
|
|
Width = 93
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BackGroundLabel'
|
|
ParentColor = False
|
|
Visible = False
|
|
OnResize = pnlElementAttributesResize
|
|
end
|
|
object ForeGroundUseDefaultCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ForegroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 19
|
|
Top = 5
|
|
Width = 192
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ForeGroundUseDefaultCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
OnResize = pnlElementAttributesResize
|
|
TabOrder = 0
|
|
end
|
|
object ForegroundColorBox: TColorBox
|
|
AnchorSideLeft.Control = ColumnPosBevel
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 204
|
|
Height = 22
|
|
Top = 3
|
|
Width = 200
|
|
DefaultColorColor = clWhite
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
OnGetColors = ForegroundColorBoxGetColors
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 3
|
|
Constraints.MaxWidth = 200
|
|
Constraints.MinWidth = 80
|
|
ItemHeight = 16
|
|
OnChange = ForegroundColorBoxChange
|
|
TabOrder = 1
|
|
end
|
|
object BackGroundColorBox: TColorBox
|
|
AnchorSideLeft.Control = ColumnPosBevel
|
|
AnchorSideTop.Control = ForegroundColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 204
|
|
Height = 22
|
|
Top = 28
|
|
Width = 200
|
|
DefaultColorColor = clWhite
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
OnGetColors = ForegroundColorBoxGetColors
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 3
|
|
Constraints.MaxWidth = 200
|
|
Constraints.MinWidth = 80
|
|
ItemHeight = 16
|
|
OnChange = ForegroundColorBoxChange
|
|
TabOrder = 4
|
|
end
|
|
object BackGroundUseDefaultCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = BackGroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 30
|
|
Width = 194
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BackGroundUseDefaultCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
OnResize = pnlElementAttributesResize
|
|
TabOrder = 3
|
|
end
|
|
object FrameColorBox: TColorBox
|
|
AnchorSideLeft.Control = ColumnPosBevel
|
|
AnchorSideTop.Control = BackGroundColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 204
|
|
Height = 22
|
|
Top = 53
|
|
Width = 200
|
|
DefaultColorColor = clWhite
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
OnGetColors = ForegroundColorBoxGetColors
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 3
|
|
Constraints.MaxWidth = 200
|
|
Constraints.MinWidth = 80
|
|
ItemHeight = 16
|
|
OnChange = ForegroundColorBoxChange
|
|
TabOrder = 7
|
|
end
|
|
object FrameColorUseDefaultCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FrameColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 55
|
|
Width = 191
|
|
BorderSpacing.Left = 6
|
|
Caption = 'FrameColorUseDefaultCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
OnResize = pnlElementAttributesResize
|
|
TabOrder = 6
|
|
end
|
|
object pnlUnderline: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MarkupFoldColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 40
|
|
Top = 127
|
|
Width = 145
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Bottom = 3
|
|
BevelOuter = bvNone
|
|
ClientHeight = 40
|
|
ClientWidth = 145
|
|
TabOrder = 11
|
|
object TextUnderlineRadioPanel: TPanel
|
|
AnchorSideLeft.Control = TextUnderlineCheckBox
|
|
AnchorSideTop.Control = TextUnderlineCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 21
|
|
Top = 19
|
|
Width = 134
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 21
|
|
ClientWidth = 134
|
|
TabOrder = 0
|
|
object TextUnderlineRadioOn: TRadioButton
|
|
Tag = 3
|
|
AnchorSideLeft.Control = TextUnderlineRadioPanel
|
|
AnchorSideTop.Control = TextUnderlineRadioPanel
|
|
AnchorSideRight.Control = TextUnderlineRadioOff
|
|
Left = 4
|
|
Height = 19
|
|
Top = 1
|
|
Width = 36
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Right = 3
|
|
Caption = 'On'
|
|
Checked = True
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object TextUnderlineRadioOff: TRadioButton
|
|
Tag = 3
|
|
AnchorSideLeft.Control = TextUnderlineRadioOn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextUnderlineRadioOn
|
|
AnchorSideRight.Control = TextUnderlineRadioInvert
|
|
Left = 43
|
|
Height = 19
|
|
Top = 1
|
|
Width = 37
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Right = 3
|
|
Caption = 'Off'
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 1
|
|
end
|
|
object TextUnderlineRadioInvert: TRadioButton
|
|
Tag = 3
|
|
AnchorSideLeft.Control = TextUnderlineRadioOff
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextUnderlineRadioPanel
|
|
AnchorSideRight.Control = TextUnderlineRadioPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 83
|
|
Height = 19
|
|
Top = 1
|
|
Width = 50
|
|
BorderSpacing.Left = 3
|
|
Caption = 'Invert'
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object TextUnderlineCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = pnlUnderline
|
|
AnchorSideTop.Control = pnlUnderline
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 145
|
|
Caption = 'TextUnderlineCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object pnlBold: TPanel
|
|
AnchorSideLeft.Control = pnlUnderline
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlUnderline
|
|
Left = 157
|
|
Height = 40
|
|
Top = 127
|
|
Width = 134
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 40
|
|
ClientWidth = 134
|
|
TabOrder = 12
|
|
object TextBoldRadioPanel: TPanel
|
|
AnchorSideLeft.Control = TextBoldCheckBox
|
|
AnchorSideTop.Control = TextBoldCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 21
|
|
Top = 19
|
|
Width = 134
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 21
|
|
ClientWidth = 134
|
|
TabOrder = 0
|
|
object TextBoldRadioInvert: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextBoldRadioOff
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextBoldRadioPanel
|
|
AnchorSideRight.Control = TextBoldRadioPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 83
|
|
Height = 19
|
|
Top = 1
|
|
Width = 50
|
|
BorderSpacing.Left = 3
|
|
Caption = 'Invert'
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 2
|
|
end
|
|
object TextBoldRadioOn: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextBoldRadioPanel
|
|
AnchorSideTop.Control = TextBoldRadioPanel
|
|
AnchorSideRight.Control = TextBoldRadioOff
|
|
Left = 4
|
|
Height = 19
|
|
Top = 1
|
|
Width = 36
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Right = 3
|
|
Caption = 'On'
|
|
Checked = True
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object TextBoldRadioOff: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextBoldRadioOn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextBoldRadioPanel
|
|
AnchorSideRight.Control = TextBoldRadioInvert
|
|
Left = 43
|
|
Height = 19
|
|
Top = 1
|
|
Width = 37
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Right = 3
|
|
Caption = 'Off'
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object TextBoldCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = pnlBold
|
|
AnchorSideTop.Control = pnlBold
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 118
|
|
Caption = 'TextBoldCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object pnlItalic: TPanel
|
|
AnchorSideLeft.Control = pnlBold
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlUnderline
|
|
Left = 297
|
|
Height = 40
|
|
Top = 127
|
|
Width = 134
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 40
|
|
ClientWidth = 134
|
|
TabOrder = 13
|
|
object TextItalicRadioPanel: TPanel
|
|
AnchorSideLeft.Control = TextItalicCheckBox
|
|
AnchorSideTop.Control = TextItalicCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 21
|
|
Top = 19
|
|
Width = 134
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 21
|
|
ClientWidth = 134
|
|
TabOrder = 0
|
|
object TextItalicRadioInvert: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextItalicRadioOff
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextItalicRadioPanel
|
|
AnchorSideRight.Control = TextItalicRadioPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 83
|
|
Height = 19
|
|
Top = 1
|
|
Width = 50
|
|
BorderSpacing.Left = 3
|
|
Caption = 'Invert'
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 2
|
|
end
|
|
object TextItalicRadioOn: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextItalicRadioPanel
|
|
AnchorSideTop.Control = TextItalicRadioPanel
|
|
AnchorSideRight.Control = TextItalicRadioOff
|
|
Left = 4
|
|
Height = 19
|
|
Top = 1
|
|
Width = 36
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Right = 3
|
|
Caption = 'On'
|
|
Checked = True
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object TextItalicRadioOff: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextItalicRadioOn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextItalicRadioPanel
|
|
AnchorSideRight.Control = TextItalicRadioInvert
|
|
Left = 43
|
|
Height = 19
|
|
Top = 1
|
|
Width = 37
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Right = 3
|
|
Caption = 'Off'
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object TextItalicCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = pnlItalic
|
|
AnchorSideTop.Control = pnlItalic
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 119
|
|
Caption = 'TextItalicCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object FrameStyleBox: TComboBox
|
|
AnchorSideLeft.Control = FrameEdgesBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameEdgesBox
|
|
Left = 307
|
|
Height = 21
|
|
Top = 78
|
|
Width = 97
|
|
BorderSpacing.Left = 6
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'slsSolid'
|
|
'slsDashed'
|
|
'slsDotted'
|
|
'slsWaved'
|
|
)
|
|
OnChange = ForegroundColorBoxChange
|
|
OnDrawItem = FrameStyleBoxDrawItem
|
|
Style = csOwnerDrawFixed
|
|
TabOrder = 10
|
|
Text = 'slsSolid'
|
|
end
|
|
object FrameEdgesBox: TComboBox
|
|
AnchorSideLeft.Control = FrameColorBox
|
|
AnchorSideTop.Control = FrameColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 204
|
|
Height = 21
|
|
Top = 78
|
|
Width = 97
|
|
BorderSpacing.Top = 3
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Around'
|
|
'Bottom'
|
|
'Left'
|
|
)
|
|
OnChange = ForegroundColorBoxChange
|
|
OnDrawItem = FrameEdgesBoxDrawItem
|
|
Style = csOwnerDrawFixed
|
|
TabOrder = 9
|
|
Text = 'Around'
|
|
end
|
|
object ColumnPosBevel: TPanel
|
|
AnchorSideLeft.Control = ForeGroundUseDefaultCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlUnderline
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 204
|
|
Height = 1
|
|
Top = 170
|
|
Width = 50
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BevelOuter = bvNone
|
|
Constraints.MinHeight = 1
|
|
Constraints.MinWidth = 50
|
|
TabOrder = 14
|
|
end
|
|
object ForeAlphaLabel: TLabel
|
|
AnchorSideLeft.Control = ForegroundColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForegroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 414
|
|
Height = 15
|
|
Top = 7
|
|
Width = 82
|
|
BorderSpacing.Left = 10
|
|
Caption = 'ForeAlphaLabel'
|
|
ParentColor = False
|
|
end
|
|
object BackAlphaLabel: TLabel
|
|
AnchorSideLeft.Control = BackGroundColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BackGroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 414
|
|
Height = 15
|
|
Top = 32
|
|
Width = 84
|
|
BorderSpacing.Left = 10
|
|
Caption = 'BackAlphaLabel'
|
|
ParentColor = False
|
|
end
|
|
object FrameAlphaLabel: TLabel
|
|
AnchorSideLeft.Control = FrameColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 414
|
|
Height = 15
|
|
Top = 57
|
|
Width = 92
|
|
BorderSpacing.Left = 10
|
|
Caption = 'FrameAlphaLabel'
|
|
ParentColor = False
|
|
end
|
|
object ForeAlphaSpin: TSpinEdit
|
|
AnchorSideLeft.Control = ForeAlphaLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForeAlphaLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 502
|
|
Height = 23
|
|
Top = 3
|
|
Width = 65
|
|
BorderSpacing.Left = 6
|
|
Constraints.MinWidth = 65
|
|
MaxValue = 256
|
|
MinValue = 1
|
|
OnChange = ForeAlphaSpinChange
|
|
OnEditingDone = ForeAlphaSpinChange
|
|
OnEnter = ForeAlphaSpinEnter
|
|
OnExit = ForeAlphaSpinChange
|
|
OnResize = ForeAlphaSpinChange
|
|
TabOrder = 2
|
|
Value = 256
|
|
end
|
|
object BackAlphaSpin: TSpinEdit
|
|
AnchorSideLeft.Control = BackAlphaLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BackAlphaLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 504
|
|
Height = 23
|
|
Top = 28
|
|
Width = 65
|
|
BorderSpacing.Left = 6
|
|
Constraints.MinWidth = 65
|
|
MaxValue = 256
|
|
MinValue = 1
|
|
OnChange = ForeAlphaSpinChange
|
|
OnEditingDone = ForeAlphaSpinChange
|
|
OnEnter = ForeAlphaSpinEnter
|
|
OnExit = ForeAlphaSpinChange
|
|
OnResize = ForeAlphaSpinChange
|
|
TabOrder = 5
|
|
Value = 256
|
|
end
|
|
object FrameAlphaSpin: TSpinEdit
|
|
AnchorSideLeft.Control = FrameAlphaLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameAlphaLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 512
|
|
Height = 23
|
|
Top = 53
|
|
Width = 65
|
|
BorderSpacing.Left = 6
|
|
Constraints.MinWidth = 65
|
|
MaxValue = 256
|
|
MinValue = 1
|
|
OnChange = ForeAlphaSpinChange
|
|
OnEditingDone = ForeAlphaSpinChange
|
|
OnEnter = ForeAlphaSpinEnter
|
|
OnExit = ForeAlphaSpinChange
|
|
OnResize = ForeAlphaSpinChange
|
|
TabOrder = 8
|
|
Value = 256
|
|
end
|
|
object ForePriorLabel: TLabel
|
|
AnchorSideLeft.Control = ForeAlphaSpin
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForegroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 577
|
|
Height = 15
|
|
Top = 7
|
|
Width = 76
|
|
BorderSpacing.Left = 10
|
|
Caption = 'ForePriorLabel'
|
|
ParentColor = False
|
|
end
|
|
object BackPriorLabel: TLabel
|
|
AnchorSideLeft.Control = BackAlphaSpin
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BackGroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 579
|
|
Height = 15
|
|
Top = 32
|
|
Width = 78
|
|
BorderSpacing.Left = 10
|
|
Caption = 'BackPriorLabel'
|
|
ParentColor = False
|
|
end
|
|
object FramePriorLabel: TLabel
|
|
AnchorSideLeft.Control = FrameAlphaSpin
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 587
|
|
Height = 15
|
|
Top = 57
|
|
Width = 86
|
|
BorderSpacing.Left = 10
|
|
Caption = 'FramePriorLabel'
|
|
ParentColor = False
|
|
end
|
|
object ForePriorSpin: TSpinEdit
|
|
AnchorSideLeft.Control = ForePriorLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForePriorLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 659
|
|
Height = 23
|
|
Top = 3
|
|
Width = 65
|
|
BorderSpacing.Left = 6
|
|
Constraints.MinWidth = 65
|
|
MaxValue = 9999
|
|
OnChange = ForePriorSpinChange
|
|
OnEditingDone = ForePriorSpinChange
|
|
OnExit = ForePriorSpinChange
|
|
TabOrder = 15
|
|
Value = 1
|
|
end
|
|
object BackPriorSpin: TSpinEdit
|
|
AnchorSideLeft.Control = BackPriorLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BackPriorLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 663
|
|
Height = 23
|
|
Top = 28
|
|
Width = 65
|
|
BorderSpacing.Left = 6
|
|
Constraints.MinWidth = 65
|
|
MaxValue = 9999
|
|
OnChange = ForePriorSpinChange
|
|
OnEditingDone = ForePriorSpinChange
|
|
OnExit = ForePriorSpinChange
|
|
TabOrder = 16
|
|
Value = 1
|
|
end
|
|
object FramePriorSpin: TSpinEdit
|
|
AnchorSideLeft.Control = FramePriorLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameAlphaLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 679
|
|
Height = 23
|
|
Top = 53
|
|
Width = 65
|
|
BorderSpacing.Left = 6
|
|
Constraints.MinWidth = 65
|
|
MaxValue = 9999
|
|
OnChange = ForePriorSpinChange
|
|
OnEditingDone = ForePriorSpinChange
|
|
OnExit = ForePriorSpinChange
|
|
TabOrder = 17
|
|
Value = 1
|
|
end
|
|
object MarkupFoldColorUseDefaultCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MarkupFoldColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 104
|
|
Width = 222
|
|
BorderSpacing.Left = 6
|
|
Caption = 'MarkupFoldColorUseDefaultCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
OnResize = pnlElementAttributesResize
|
|
TabOrder = 19
|
|
end
|
|
object MarkupFoldColorBox: TColorBox
|
|
AnchorSideLeft.Control = ColumnPosBevel
|
|
AnchorSideTop.Control = FrameEdgesBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 204
|
|
Height = 22
|
|
Top = 102
|
|
Width = 200
|
|
DefaultColorColor = clWhite
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
|
OnGetColors = ForegroundColorBoxGetColors
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 3
|
|
Constraints.MaxWidth = 200
|
|
Constraints.MinWidth = 80
|
|
ItemHeight = 16
|
|
OnChange = ForegroundColorBoxChange
|
|
TabOrder = 18
|
|
end
|
|
object MarkupFoldAlphaLabel: TLabel
|
|
AnchorSideLeft.Control = MarkupFoldColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MarkupFoldColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 414
|
|
Height = 15
|
|
Top = 106
|
|
Width = 123
|
|
BorderSpacing.Left = 10
|
|
Caption = 'MarkupFoldAlphaLabel'
|
|
ParentColor = False
|
|
end
|
|
object MarkupFoldAlphaSpin: TSpinEdit
|
|
AnchorSideLeft.Control = MarkupFoldAlphaLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MarkupFoldColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 543
|
|
Height = 23
|
|
Top = 102
|
|
Width = 65
|
|
BorderSpacing.Left = 6
|
|
Constraints.MinWidth = 65
|
|
MaxValue = 256
|
|
MinValue = 1
|
|
OnChange = ForeAlphaSpinChange
|
|
OnEditingDone = ForeAlphaSpinChange
|
|
OnEnter = ForeAlphaSpinEnter
|
|
OnExit = ForeAlphaSpinChange
|
|
OnResize = ForeAlphaSpinChange
|
|
TabOrder = 20
|
|
Value = 256
|
|
end
|
|
object MarkupFoldStyleBox: TComboBox
|
|
AnchorSideLeft.Control = MarkupFoldAlphaSpin
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MarkupFoldColorUseDefaultCheckBox
|
|
Left = 614
|
|
Height = 21
|
|
Top = 104
|
|
Width = 97
|
|
BorderSpacing.Left = 6
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'slsSolid'
|
|
'slsDashed'
|
|
'slsDotted'
|
|
'slsWaved'
|
|
)
|
|
OnChange = ForegroundColorBoxChange
|
|
OnDrawItem = FrameStyleBoxDrawItem
|
|
Style = csOwnerDrawFixed
|
|
TabOrder = 21
|
|
Text = 'slsSolid'
|
|
end
|
|
object lblInfo: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = pnlUnderline
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 170
|
|
Width = 746
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Right = 6
|
|
Caption = 'lblInfo'
|
|
Visible = False
|
|
WordWrap = True
|
|
end
|
|
end
|