mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 00:03:47 +02:00
671 lines
18 KiB
Plaintext
671 lines
18 KiB
Plaintext
object SynColorAttrEditor: TSynColorAttrEditor
|
|
Left = 0
|
|
Height = 207
|
|
Top = 0
|
|
Width = 714
|
|
ClientHeight = 207
|
|
ClientWidth = 714
|
|
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 = 10
|
|
Width = 95
|
|
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 = 42
|
|
Width = 96
|
|
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 = 24
|
|
Top = 5
|
|
Width = 208
|
|
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 = 220
|
|
Height = 29
|
|
Top = 3
|
|
Width = 168
|
|
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 = 220
|
|
Height = 29
|
|
Top = 35
|
|
Width = 168
|
|
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 = 24
|
|
Top = 37
|
|
Width = 209
|
|
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 = 220
|
|
Height = 29
|
|
Top = 67
|
|
Width = 168
|
|
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 = 24
|
|
Top = 69
|
|
Width = 205
|
|
BorderSpacing.Left = 6
|
|
Caption = 'FrameColorUseDefaultCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
OnResize = pnlElementAttributesResize
|
|
TabOrder = 6
|
|
end
|
|
object pnlUnderline: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FrameEdgesBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 50
|
|
Top = 131
|
|
Width = 158
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Bottom = 3
|
|
BevelOuter = bvNone
|
|
ClientHeight = 50
|
|
ClientWidth = 158
|
|
TabOrder = 11
|
|
object TextUnderlineRadioPanel: TPanel
|
|
AnchorSideLeft.Control = TextUnderlineCheckBox
|
|
AnchorSideTop.Control = TextUnderlineCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 26
|
|
Top = 24
|
|
Width = 156
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 26
|
|
ClientWidth = 156
|
|
TabOrder = 0
|
|
object TextUnderlineRadioOn: TRadioButton
|
|
Tag = 3
|
|
AnchorSideLeft.Control = TextUnderlineRadioPanel
|
|
AnchorSideTop.Control = TextUnderlineRadioPanel
|
|
AnchorSideRight.Control = TextUnderlineRadioOff
|
|
Left = 4
|
|
Height = 24
|
|
Top = 1
|
|
Width = 42
|
|
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 = 49
|
|
Height = 24
|
|
Top = 1
|
|
Width = 44
|
|
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 = 96
|
|
Height = 24
|
|
Top = 1
|
|
Width = 59
|
|
BorderSpacing.Left = 3
|
|
Caption = 'Invert'
|
|
OnChange = TextStyleRadioOnChange
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object TextUnderlineCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = pnlUnderline
|
|
AnchorSideTop.Control = pnlUnderline
|
|
Left = 0
|
|
Height = 24
|
|
Top = 0
|
|
Width = 158
|
|
Caption = 'TextUnderlineCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object pnlBold: TPanel
|
|
AnchorSideLeft.Control = pnlUnderline
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlUnderline
|
|
Left = 170
|
|
Height = 50
|
|
Top = 131
|
|
Width = 156
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 50
|
|
ClientWidth = 156
|
|
TabOrder = 12
|
|
object TextBoldRadioPanel: TPanel
|
|
AnchorSideLeft.Control = TextBoldCheckBox
|
|
AnchorSideTop.Control = TextBoldCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 26
|
|
Top = 24
|
|
Width = 156
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 26
|
|
ClientWidth = 156
|
|
TabOrder = 0
|
|
object TextBoldRadioInvert: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextBoldRadioOff
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextBoldRadioPanel
|
|
AnchorSideRight.Control = TextBoldRadioPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 96
|
|
Height = 24
|
|
Top = 1
|
|
Width = 59
|
|
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 = 24
|
|
Top = 1
|
|
Width = 42
|
|
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 = 49
|
|
Height = 24
|
|
Top = 1
|
|
Width = 44
|
|
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 = 24
|
|
Top = 0
|
|
Width = 129
|
|
Caption = 'TextBoldCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object pnlItalic: TPanel
|
|
AnchorSideLeft.Control = pnlBold
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlUnderline
|
|
Left = 332
|
|
Height = 50
|
|
Top = 131
|
|
Width = 156
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 50
|
|
ClientWidth = 156
|
|
TabOrder = 13
|
|
object TextItalicRadioPanel: TPanel
|
|
AnchorSideLeft.Control = TextItalicCheckBox
|
|
AnchorSideTop.Control = TextItalicCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 26
|
|
Top = 24
|
|
Width = 156
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 26
|
|
ClientWidth = 156
|
|
TabOrder = 0
|
|
object TextItalicRadioInvert: TRadioButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = TextItalicRadioOff
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TextItalicRadioPanel
|
|
AnchorSideRight.Control = TextItalicRadioPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 96
|
|
Height = 24
|
|
Top = 1
|
|
Width = 59
|
|
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 = 24
|
|
Top = 1
|
|
Width = 42
|
|
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 = 49
|
|
Height = 24
|
|
Top = 1
|
|
Width = 44
|
|
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 = 24
|
|
Top = 0
|
|
Width = 130
|
|
Caption = 'TextItalicCheckBox'
|
|
OnChange = GeneralCheckBoxOnChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object FrameStyleBox: TComboBox
|
|
AnchorSideLeft.Control = FrameEdgesBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameEdgesBox
|
|
Left = 323
|
|
Height = 29
|
|
Top = 99
|
|
Width = 97
|
|
BorderSpacing.Left = 6
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'slsSolid'
|
|
'slsDashed'
|
|
'slsDotted'
|
|
'slsWaved'
|
|
)
|
|
OnChange = ForegroundColorBoxChange
|
|
OnDrawItem = FrameStyleBoxDrawItem
|
|
ReadOnly = True
|
|
Style = csOwnerDrawFixed
|
|
TabOrder = 10
|
|
Text = 'slsSolid'
|
|
end
|
|
object FrameEdgesBox: TComboBox
|
|
AnchorSideLeft.Control = FrameColorBox
|
|
AnchorSideTop.Control = FrameColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 220
|
|
Height = 29
|
|
Top = 99
|
|
Width = 97
|
|
BorderSpacing.Top = 3
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Around'
|
|
'Bottom'
|
|
'Left'
|
|
)
|
|
OnChange = ForegroundColorBoxChange
|
|
OnDrawItem = FrameEdgesBoxDrawItem
|
|
ReadOnly = True
|
|
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 = 220
|
|
Height = 1
|
|
Top = 184
|
|
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 = 398
|
|
Height = 15
|
|
Top = 10
|
|
Width = 85
|
|
BorderSpacing.Left = 10
|
|
Caption = 'ForeAlphaLabel'
|
|
ParentColor = False
|
|
end
|
|
object BackAlphaLabel: TLabel
|
|
AnchorSideLeft.Control = BackGroundColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BackGroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 398
|
|
Height = 15
|
|
Top = 42
|
|
Width = 86
|
|
BorderSpacing.Left = 10
|
|
Caption = 'BackAlphaLabel'
|
|
ParentColor = False
|
|
end
|
|
object FrameAlphaLabel: TLabel
|
|
AnchorSideLeft.Control = FrameColorBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 398
|
|
Height = 15
|
|
Top = 74
|
|
Width = 94
|
|
BorderSpacing.Left = 10
|
|
Caption = 'FrameAlphaLabel'
|
|
ParentColor = False
|
|
end
|
|
object ForeAlphaSpin: TSpinEdit
|
|
AnchorSideLeft.Control = ForeAlphaLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForeAlphaLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 489
|
|
Height = 25
|
|
Top = 5
|
|
Width = 55
|
|
BorderSpacing.Left = 6
|
|
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 = 490
|
|
Height = 25
|
|
Top = 37
|
|
Width = 55
|
|
BorderSpacing.Left = 6
|
|
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 = 498
|
|
Height = 25
|
|
Top = 69
|
|
Width = 55
|
|
BorderSpacing.Left = 6
|
|
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 = 554
|
|
Height = 15
|
|
Top = 10
|
|
Width = 81
|
|
BorderSpacing.Left = 10
|
|
Caption = 'ForePriorLabel'
|
|
ParentColor = False
|
|
end
|
|
object BackPriorLabel: TLabel
|
|
AnchorSideLeft.Control = BackAlphaSpin
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BackGroundColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 555
|
|
Height = 15
|
|
Top = 42
|
|
Width = 82
|
|
BorderSpacing.Left = 10
|
|
Caption = 'BackPriorLabel'
|
|
ParentColor = False
|
|
end
|
|
object FramePriorLabel: TLabel
|
|
AnchorSideLeft.Control = FrameAlphaSpin
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FrameColorBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 563
|
|
Height = 15
|
|
Top = 74
|
|
Width = 90
|
|
BorderSpacing.Left = 10
|
|
Caption = 'FramePriorLabel'
|
|
ParentColor = False
|
|
end
|
|
object ForePriorSpin: TSpinEdit
|
|
AnchorSideLeft.Control = ForePriorLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ForePriorLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 641
|
|
Height = 25
|
|
Top = 5
|
|
Width = 55
|
|
BorderSpacing.Left = 6
|
|
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 = 643
|
|
Height = 25
|
|
Top = 37
|
|
Width = 55
|
|
BorderSpacing.Left = 6
|
|
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 = 659
|
|
Height = 25
|
|
Top = 69
|
|
Width = 55
|
|
BorderSpacing.Left = 6
|
|
MaxValue = 9999
|
|
OnChange = ForePriorSpinChange
|
|
OnEditingDone = ForePriorSpinChange
|
|
OnExit = ForePriorSpinChange
|
|
TabOrder = 17
|
|
Value = 1
|
|
end
|
|
end
|