mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 08:09:34 +02:00
IDE: editor color option: fixed layout, bug #27434
git-svn-id: branches/fixes_1_4@47888 -
This commit is contained in:
parent
3cb4d0a391
commit
c1e9b58336
@ -1,12 +1,11 @@
|
|||||||
object SynColorAttrEditor: TSynColorAttrEditor
|
object SynColorAttrEditor: TSynColorAttrEditor
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 145
|
Height = 207
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 690
|
Width = 714
|
||||||
ClientHeight = 145
|
ClientHeight = 207
|
||||||
ClientWidth = 690
|
ClientWidth = 714
|
||||||
Constraints.MinHeight = 140
|
Constraints.MinHeight = 140
|
||||||
LCLVersion = '1.1'
|
|
||||||
OnResize = pnlElementAttributesResize
|
OnResize = pnlElementAttributesResize
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 399
|
DesignLeft = 399
|
||||||
@ -16,46 +15,49 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 7
|
Top = 10
|
||||||
Width = 91
|
Width = 95
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'ForeGroundLabel'
|
Caption = 'ForeGroundLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
Visible = False
|
Visible = False
|
||||||
|
OnResize = pnlElementAttributesResize
|
||||||
end
|
end
|
||||||
object BackGroundLabel: TLabel
|
object BackGroundLabel: TLabel
|
||||||
AnchorSideTop.Control = BackGroundColorBox
|
AnchorSideTop.Control = BackGroundColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 32
|
Top = 42
|
||||||
Width = 93
|
Width = 96
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'BackGroundLabel'
|
Caption = 'BackGroundLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
Visible = False
|
Visible = False
|
||||||
|
OnResize = pnlElementAttributesResize
|
||||||
end
|
end
|
||||||
object ForeGroundUseDefaultCheckBox: TCheckBox
|
object ForeGroundUseDefaultCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = ForegroundColorBox
|
AnchorSideTop.Control = ForegroundColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 5
|
Top = 5
|
||||||
Width = 192
|
Width = 208
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'ForeGroundUseDefaultCheckBox'
|
Caption = 'ForeGroundUseDefaultCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
|
OnResize = pnlElementAttributesResize
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object ForegroundColorBox: TColorBox
|
object ForegroundColorBox: TColorBox
|
||||||
AnchorSideLeft.Control = ColumnPosBevel
|
AnchorSideLeft.Control = ColumnPosBevel
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 204
|
Left = 220
|
||||||
Height = 22
|
Height = 29
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 160
|
Width = 168
|
||||||
DefaultColorColor = clWhite
|
DefaultColorColor = clWhite
|
||||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
||||||
OnGetColors = ForegroundColorBoxGetColors
|
OnGetColors = ForegroundColorBoxGetColors
|
||||||
@ -72,10 +74,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = ForegroundColorBox
|
AnchorSideTop.Control = ForegroundColorBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 204
|
Left = 220
|
||||||
Height = 22
|
Height = 29
|
||||||
Top = 28
|
Top = 35
|
||||||
Width = 160
|
Width = 168
|
||||||
DefaultColorColor = clWhite
|
DefaultColorColor = clWhite
|
||||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
||||||
OnGetColors = ForegroundColorBoxGetColors
|
OnGetColors = ForegroundColorBoxGetColors
|
||||||
@ -93,12 +95,13 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 30
|
Top = 37
|
||||||
Width = 194
|
Width = 209
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'BackGroundUseDefaultCheckBox'
|
Caption = 'BackGroundUseDefaultCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
|
OnResize = pnlElementAttributesResize
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object FrameColorBox: TColorBox
|
object FrameColorBox: TColorBox
|
||||||
@ -106,10 +109,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = BackGroundColorBox
|
AnchorSideTop.Control = BackGroundColorBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 204
|
Left = 220
|
||||||
Height = 22
|
Height = 29
|
||||||
Top = 53
|
Top = 67
|
||||||
Width = 160
|
Width = 168
|
||||||
DefaultColorColor = clWhite
|
DefaultColorColor = clWhite
|
||||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
|
||||||
OnGetColors = ForegroundColorBoxGetColors
|
OnGetColors = ForegroundColorBoxGetColors
|
||||||
@ -127,12 +130,13 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 55
|
Top = 69
|
||||||
Width = 191
|
Width = 205
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'FrameColorUseDefaultCheckBox'
|
Caption = 'FrameColorUseDefaultCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
|
OnResize = pnlElementAttributesResize
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
end
|
end
|
||||||
object pnlUnderline: TPanel
|
object pnlUnderline: TPanel
|
||||||
@ -140,16 +144,16 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = FrameEdgesBox
|
AnchorSideTop.Control = FrameEdgesBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 40
|
Height = 50
|
||||||
Top = 102
|
Top = 131
|
||||||
Width = 145
|
Width = 158
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
BorderSpacing.Bottom = 3
|
BorderSpacing.Bottom = 3
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 40
|
ClientHeight = 50
|
||||||
ClientWidth = 145
|
ClientWidth = 158
|
||||||
TabOrder = 11
|
TabOrder = 11
|
||||||
object TextUnderlineRadioPanel: TPanel
|
object TextUnderlineRadioPanel: TPanel
|
||||||
AnchorSideLeft.Control = TextUnderlineCheckBox
|
AnchorSideLeft.Control = TextUnderlineCheckBox
|
||||||
@ -157,14 +161,14 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 21
|
Height = 26
|
||||||
Top = 19
|
Top = 24
|
||||||
Width = 134
|
Width = 156
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 21
|
ClientHeight = 26
|
||||||
ClientWidth = 134
|
ClientWidth = 156
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object TextUnderlineRadioOn: TRadioButton
|
object TextUnderlineRadioOn: TRadioButton
|
||||||
Tag = 3
|
Tag = 3
|
||||||
@ -172,9 +176,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = TextUnderlineRadioPanel
|
AnchorSideTop.Control = TextUnderlineRadioPanel
|
||||||
AnchorSideRight.Control = TextUnderlineRadioOff
|
AnchorSideRight.Control = TextUnderlineRadioOff
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 36
|
Width = 42
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BorderSpacing.Right = 3
|
BorderSpacing.Right = 3
|
||||||
Caption = 'On'
|
Caption = 'On'
|
||||||
@ -189,10 +193,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = TextUnderlineRadioOn
|
AnchorSideTop.Control = TextUnderlineRadioOn
|
||||||
AnchorSideRight.Control = TextUnderlineRadioInvert
|
AnchorSideRight.Control = TextUnderlineRadioInvert
|
||||||
Left = 43
|
Left = 49
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 37
|
Width = 44
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BorderSpacing.Right = 3
|
BorderSpacing.Right = 3
|
||||||
Caption = 'Off'
|
Caption = 'Off'
|
||||||
@ -206,10 +210,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = TextUnderlineRadioPanel
|
AnchorSideTop.Control = TextUnderlineRadioPanel
|
||||||
AnchorSideRight.Control = TextUnderlineRadioPanel
|
AnchorSideRight.Control = TextUnderlineRadioPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 83
|
Left = 96
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 50
|
Width = 59
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
Caption = 'Invert'
|
Caption = 'Invert'
|
||||||
OnChange = TextStyleRadioOnChange
|
OnChange = TextStyleRadioOnChange
|
||||||
@ -220,9 +224,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Control = pnlUnderline
|
AnchorSideLeft.Control = pnlUnderline
|
||||||
AnchorSideTop.Control = pnlUnderline
|
AnchorSideTop.Control = pnlUnderline
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 145
|
Width = 158
|
||||||
Caption = 'TextUnderlineCheckBox'
|
Caption = 'TextUnderlineCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -232,15 +236,15 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Control = pnlUnderline
|
AnchorSideLeft.Control = pnlUnderline
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = pnlUnderline
|
AnchorSideTop.Control = pnlUnderline
|
||||||
Left = 157
|
Left = 170
|
||||||
Height = 40
|
Height = 50
|
||||||
Top = 102
|
Top = 131
|
||||||
Width = 134
|
Width = 156
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 40
|
ClientHeight = 50
|
||||||
ClientWidth = 134
|
ClientWidth = 156
|
||||||
TabOrder = 12
|
TabOrder = 12
|
||||||
object TextBoldRadioPanel: TPanel
|
object TextBoldRadioPanel: TPanel
|
||||||
AnchorSideLeft.Control = TextBoldCheckBox
|
AnchorSideLeft.Control = TextBoldCheckBox
|
||||||
@ -248,14 +252,14 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 21
|
Height = 26
|
||||||
Top = 19
|
Top = 24
|
||||||
Width = 134
|
Width = 156
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 21
|
ClientHeight = 26
|
||||||
ClientWidth = 134
|
ClientWidth = 156
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object TextBoldRadioInvert: TRadioButton
|
object TextBoldRadioInvert: TRadioButton
|
||||||
Tag = 2
|
Tag = 2
|
||||||
@ -264,10 +268,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = TextBoldRadioPanel
|
AnchorSideTop.Control = TextBoldRadioPanel
|
||||||
AnchorSideRight.Control = TextBoldRadioPanel
|
AnchorSideRight.Control = TextBoldRadioPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 83
|
Left = 96
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 50
|
Width = 59
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
Caption = 'Invert'
|
Caption = 'Invert'
|
||||||
OnChange = TextStyleRadioOnChange
|
OnChange = TextStyleRadioOnChange
|
||||||
@ -279,9 +283,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = TextBoldRadioPanel
|
AnchorSideTop.Control = TextBoldRadioPanel
|
||||||
AnchorSideRight.Control = TextBoldRadioOff
|
AnchorSideRight.Control = TextBoldRadioOff
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 36
|
Width = 42
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BorderSpacing.Right = 3
|
BorderSpacing.Right = 3
|
||||||
Caption = 'On'
|
Caption = 'On'
|
||||||
@ -296,10 +300,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = TextBoldRadioPanel
|
AnchorSideTop.Control = TextBoldRadioPanel
|
||||||
AnchorSideRight.Control = TextBoldRadioInvert
|
AnchorSideRight.Control = TextBoldRadioInvert
|
||||||
Left = 43
|
Left = 49
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 37
|
Width = 44
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BorderSpacing.Right = 3
|
BorderSpacing.Right = 3
|
||||||
Caption = 'Off'
|
Caption = 'Off'
|
||||||
@ -311,9 +315,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Control = pnlBold
|
AnchorSideLeft.Control = pnlBold
|
||||||
AnchorSideTop.Control = pnlBold
|
AnchorSideTop.Control = pnlBold
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 118
|
Width = 129
|
||||||
Caption = 'TextBoldCheckBox'
|
Caption = 'TextBoldCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -323,15 +327,15 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Control = pnlBold
|
AnchorSideLeft.Control = pnlBold
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = pnlUnderline
|
AnchorSideTop.Control = pnlUnderline
|
||||||
Left = 297
|
Left = 332
|
||||||
Height = 40
|
Height = 50
|
||||||
Top = 102
|
Top = 131
|
||||||
Width = 134
|
Width = 156
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 40
|
ClientHeight = 50
|
||||||
ClientWidth = 134
|
ClientWidth = 156
|
||||||
TabOrder = 13
|
TabOrder = 13
|
||||||
object TextItalicRadioPanel: TPanel
|
object TextItalicRadioPanel: TPanel
|
||||||
AnchorSideLeft.Control = TextItalicCheckBox
|
AnchorSideLeft.Control = TextItalicCheckBox
|
||||||
@ -339,14 +343,14 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 21
|
Height = 26
|
||||||
Top = 19
|
Top = 24
|
||||||
Width = 134
|
Width = 156
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 21
|
ClientHeight = 26
|
||||||
ClientWidth = 134
|
ClientWidth = 156
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object TextItalicRadioInvert: TRadioButton
|
object TextItalicRadioInvert: TRadioButton
|
||||||
Tag = 2
|
Tag = 2
|
||||||
@ -355,10 +359,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = TextItalicRadioPanel
|
AnchorSideTop.Control = TextItalicRadioPanel
|
||||||
AnchorSideRight.Control = TextItalicRadioPanel
|
AnchorSideRight.Control = TextItalicRadioPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 83
|
Left = 96
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 50
|
Width = 59
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
Caption = 'Invert'
|
Caption = 'Invert'
|
||||||
OnChange = TextStyleRadioOnChange
|
OnChange = TextStyleRadioOnChange
|
||||||
@ -370,9 +374,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = TextItalicRadioPanel
|
AnchorSideTop.Control = TextItalicRadioPanel
|
||||||
AnchorSideRight.Control = TextItalicRadioOff
|
AnchorSideRight.Control = TextItalicRadioOff
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 36
|
Width = 42
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BorderSpacing.Right = 3
|
BorderSpacing.Right = 3
|
||||||
Caption = 'On'
|
Caption = 'On'
|
||||||
@ -387,10 +391,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = TextItalicRadioPanel
|
AnchorSideTop.Control = TextItalicRadioPanel
|
||||||
AnchorSideRight.Control = TextItalicRadioInvert
|
AnchorSideRight.Control = TextItalicRadioInvert
|
||||||
Left = 43
|
Left = 49
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 37
|
Width = 44
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BorderSpacing.Right = 3
|
BorderSpacing.Right = 3
|
||||||
Caption = 'Off'
|
Caption = 'Off'
|
||||||
@ -402,9 +406,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Control = pnlItalic
|
AnchorSideLeft.Control = pnlItalic
|
||||||
AnchorSideTop.Control = pnlItalic
|
AnchorSideTop.Control = pnlItalic
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 19
|
Height = 24
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 119
|
Width = 130
|
||||||
Caption = 'TextItalicCheckBox'
|
Caption = 'TextItalicCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -414,9 +418,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Control = FrameEdgesBox
|
AnchorSideLeft.Control = FrameEdgesBox
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = FrameEdgesBox
|
AnchorSideTop.Control = FrameEdgesBox
|
||||||
Left = 307
|
Left = 323
|
||||||
Height = 21
|
Height = 29
|
||||||
Top = 78
|
Top = 99
|
||||||
Width = 97
|
Width = 97
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
@ -438,9 +442,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Control = FrameColorBox
|
AnchorSideLeft.Control = FrameColorBox
|
||||||
AnchorSideTop.Control = FrameColorBox
|
AnchorSideTop.Control = FrameColorBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 204
|
Left = 220
|
||||||
Height = 21
|
Height = 29
|
||||||
Top = 78
|
Top = 99
|
||||||
Width = 97
|
Width = 97
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
@ -463,9 +467,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideTop.Control = pnlUnderline
|
AnchorSideTop.Control = pnlUnderline
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 204
|
Left = 220
|
||||||
Height = 1
|
Height = 1
|
||||||
Top = 145
|
Top = 184
|
||||||
Width = 50
|
Width = 50
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -479,10 +483,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ForegroundColorBox
|
AnchorSideTop.Control = ForegroundColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 374
|
Left = 398
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 7
|
Top = 10
|
||||||
Width = 82
|
Width = 85
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'ForeAlphaLabel'
|
Caption = 'ForeAlphaLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -492,10 +496,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BackGroundColorBox
|
AnchorSideTop.Control = BackGroundColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 374
|
Left = 398
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 32
|
Top = 42
|
||||||
Width = 84
|
Width = 86
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'BackAlphaLabel'
|
Caption = 'BackAlphaLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -505,10 +509,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = FrameColorBox
|
AnchorSideTop.Control = FrameColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 374
|
Left = 398
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 57
|
Top = 74
|
||||||
Width = 92
|
Width = 94
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'FrameAlphaLabel'
|
Caption = 'FrameAlphaLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -518,9 +522,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ForeAlphaLabel
|
AnchorSideTop.Control = ForeAlphaLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 462
|
Left = 489
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 3
|
Top = 5
|
||||||
Width = 55
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxValue = 256
|
MaxValue = 256
|
||||||
@ -538,9 +542,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BackAlphaLabel
|
AnchorSideTop.Control = BackAlphaLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 464
|
Left = 490
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 28
|
Top = 37
|
||||||
Width = 55
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxValue = 256
|
MaxValue = 256
|
||||||
@ -558,9 +562,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = FrameAlphaLabel
|
AnchorSideTop.Control = FrameAlphaLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 472
|
Left = 498
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 53
|
Top = 69
|
||||||
Width = 55
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxValue = 256
|
MaxValue = 256
|
||||||
@ -578,10 +582,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ForegroundColorBox
|
AnchorSideTop.Control = ForegroundColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 527
|
Left = 554
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 7
|
Top = 10
|
||||||
Width = 76
|
Width = 81
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'ForePriorLabel'
|
Caption = 'ForePriorLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -591,10 +595,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BackGroundColorBox
|
AnchorSideTop.Control = BackGroundColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 529
|
Left = 555
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 32
|
Top = 42
|
||||||
Width = 78
|
Width = 82
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'BackPriorLabel'
|
Caption = 'BackPriorLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -604,10 +608,10 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = FrameColorBox
|
AnchorSideTop.Control = FrameColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 537
|
Left = 563
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 57
|
Top = 74
|
||||||
Width = 86
|
Width = 90
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'FramePriorLabel'
|
Caption = 'FramePriorLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -617,9 +621,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ForePriorLabel
|
AnchorSideTop.Control = ForePriorLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 609
|
Left = 641
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 3
|
Top = 5
|
||||||
Width = 55
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxValue = 9999
|
MaxValue = 9999
|
||||||
@ -634,9 +638,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BackPriorLabel
|
AnchorSideTop.Control = BackPriorLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 613
|
Left = 643
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 28
|
Top = 37
|
||||||
Width = 55
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxValue = 9999
|
MaxValue = 9999
|
||||||
@ -651,9 +655,9 @@ object SynColorAttrEditor: TSynColorAttrEditor
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = FrameAlphaLabel
|
AnchorSideTop.Control = FrameAlphaLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 629
|
Left = 659
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 53
|
Top = 69
|
||||||
Width = 55
|
Width = 55
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
MaxValue = 9999
|
MaxValue = 9999
|
||||||
|
Loading…
Reference in New Issue
Block a user