mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 04:58:13 +02:00
ide: write appropriate color names for modified line attribute in the highlighter settings page
git-svn-id: trunk@17701 -
This commit is contained in:
parent
738fb1f569
commit
a373de7e03
@ -5,8 +5,8 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
ClientWidth = 531
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 22
|
||||
DesignTop = 29
|
||||
DesignLeft = 176
|
||||
DesignTop = 232
|
||||
object FileExtensionsLabel: TLabel[0]
|
||||
AnchorSideLeft.Control = FileExtensionsComboBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
@ -16,7 +16,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 14
|
||||
Top = 51
|
||||
Width = 94
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'FileExtensionsLabel'
|
||||
ParentColor = False
|
||||
@ -30,7 +29,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 14
|
||||
Top = 27
|
||||
Width = 88
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'ColorSchemeLabel'
|
||||
ParentColor = False
|
||||
@ -44,7 +42,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 73
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'LanguageLabel'
|
||||
@ -59,7 +56,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 14
|
||||
Top = 27
|
||||
Width = 62
|
||||
HelpContext = 0
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BracketLabel'
|
||||
@ -73,7 +69,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 21
|
||||
Top = 0
|
||||
Width = 200
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
@ -92,7 +87,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 21
|
||||
Top = 24
|
||||
Width = 200
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 3
|
||||
Ctl3D = False
|
||||
@ -112,7 +106,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 21
|
||||
Top = 48
|
||||
Width = 200
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 3
|
||||
Ctl3D = False
|
||||
@ -138,7 +131,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 25
|
||||
Top = 48
|
||||
Width = 211
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 20
|
||||
Caption = 'SetAllAttributesToDefaultButton'
|
||||
@ -157,7 +149,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 244
|
||||
Top = 75
|
||||
Width = 531
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
@ -177,7 +168,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 14
|
||||
Top = 37
|
||||
Width = 83
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ForeGroundLabel'
|
||||
@ -192,7 +182,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 14
|
||||
Top = 78
|
||||
Width = 83
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'BackGroundLabel'
|
||||
@ -207,7 +196,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 14
|
||||
Top = 119
|
||||
Width = 81
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'FrameColorLabel'
|
||||
@ -222,7 +210,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 214
|
||||
Top = 6
|
||||
Width = 200
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -243,7 +230,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 55
|
||||
Width = 183
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'ForeGroundUseDefaultCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -259,7 +245,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 96
|
||||
Width = 183
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'BackGroundUseDefaultCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -274,7 +259,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 22
|
||||
Top = 53
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 2
|
||||
@ -292,7 +276,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 22
|
||||
Top = 94
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
DefaultColorColor = clWhite
|
||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
||||
AutoComplete = False
|
||||
@ -312,7 +295,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 163
|
||||
Width = 140
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'TextUnderlineCheckBox'
|
||||
@ -329,7 +311,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 182
|
||||
Width = 115
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'TextBoldCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -345,7 +326,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 201
|
||||
Width = 118
|
||||
HelpContext = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'TextItalicCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -360,7 +340,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 163
|
||||
Width = 144
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
@ -376,7 +355,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 40
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'On'
|
||||
@ -394,7 +372,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 42
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'Off'
|
||||
@ -411,7 +388,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 56
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = 'Invert'
|
||||
OnChange = TextStyleRadioOnChange
|
||||
@ -427,7 +403,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 182
|
||||
Width = 144
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
@ -444,7 +419,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 56
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = 'Invert'
|
||||
OnChange = TextStyleRadioOnChange
|
||||
@ -459,7 +433,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 40
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'On'
|
||||
@ -477,7 +450,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 42
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'Off'
|
||||
@ -494,7 +466,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 201
|
||||
Width = 144
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
@ -511,7 +482,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 56
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = 'Invert'
|
||||
OnChange = TextStyleRadioOnChange
|
||||
@ -526,7 +496,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 40
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'On'
|
||||
@ -544,7 +513,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 42
|
||||
HelpContext = 0
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'Off'
|
||||
@ -563,7 +531,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 164
|
||||
HelpContext = 0
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SetAttributeToDefaultButton'
|
||||
@ -580,7 +547,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 22
|
||||
Top = 135
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
DefaultColorColor = clWhite
|
||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
||||
AutoComplete = False
|
||||
@ -600,7 +566,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 137
|
||||
Width = 181
|
||||
HelpContext = 0
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'FrameColorUseDefaultCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -620,7 +585,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 252
|
||||
Top = 325
|
||||
Width = 531
|
||||
HelpContext = 0
|
||||
BorderSpacing.Top = 6
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
CFDividerDrawLevel = 0
|
||||
@ -629,16 +593,15 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Font.Name = 'courier'
|
||||
Font.Pitch = fpFixed
|
||||
Font.Quality = fqNonAntialiased
|
||||
Font.Style = []
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 5
|
||||
BookMarkOptions.Xoffset = 30
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.ShowCodeFolding = True
|
||||
Gutter.ShowChanges = True
|
||||
Gutter.ShowLineNumbers = True
|
||||
Gutter.ZeroStart = False
|
||||
Gutter.DigitCount = 2
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
@ -963,7 +926,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Lines.Strings = (
|
||||
'ColorPreview'
|
||||
)
|
||||
SelectedColor.OnChange = nil
|
||||
BracketHighlightStyle = sbhsBoth
|
||||
end
|
||||
object UseSyntaxHighlightCheckBox: TCheckBox[10]
|
||||
@ -975,7 +937,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 166
|
||||
HelpContext = 0
|
||||
Caption = 'UseSyntaxHighlightCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
TabOrder = 6
|
||||
@ -990,7 +951,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Height = 21
|
||||
Top = 24
|
||||
Width = 100
|
||||
HelpContext = 0
|
||||
AutoComplete = False
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
|
@ -3,287 +3,276 @@
|
||||
LazarusResources.Add('TEditorColorOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#24'TEditorColorOptionsFrame'#23'EditorColorOptionsFrame'#6'Height'
|
||||
+#3'A'#2#5'Width'#3#19#2#12'ClientHeight'#3'A'#2#11'ClientWidth'#3#19#2#8'Tab'
|
||||
+'Order'#2#0#7'Visible'#8#10'DesignLeft'#2#22#9'DesignTop'#2#29#0#242#2#0#6'T'
|
||||
+'Label'#19'FileExtensionsLabel'#22'AnchorSideLeft.Control'#7#22'FileExtensio'
|
||||
+'nsComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#22'FileExtensionsComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3
|
||||
+#206#0#6'Height'#2#14#3'Top'#2'3'#5'Width'#2'^'#11'HelpContext'#2#0#18'Borde'
|
||||
+'rSpacing.Left'#2#6#7'Caption'#6#19'FileExtensionsLabel'#11'ParentColor'#8#0
|
||||
+#0#242#2#1#6'TLabel'#16'ColorSchemeLabel'#22'AnchorSideLeft.Control'#7#19'Co'
|
||||
+'lorSchemeComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
|
||||
+'Control'#7#19'ColorSchemeComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#3#206#0#6'Height'#2#14#3'Top'#2#27#5'Width'#2'X'#11'HelpContext'#2#0
|
||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'ColorSchemeLabel'#11'ParentColor'
|
||||
+#8#0#0#242#2#2#6'TLabel'#13'LanguageLabel'#22'AnchorSideLeft.Control'#7#16'L'
|
||||
+'anguageComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#16'LanguageComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'
|
||||
+#3#206#0#6'Height'#2#14#3'Top'#2#3#5'Width'#2'I'#11'HelpContext'#2#0#18'Bord'
|
||||
+'erSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'LanguageLab'
|
||||
+'el'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#12'BracketLabel'#22'AnchorSideL'
|
||||
+'eft.Control'#7#12'BracketCombo'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'A'
|
||||
+'nchorSideBottom.Control'#7#12'BracketCombo'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srCenter'#4'Left'#3#170#1#6'Height'#2#14#3'Top'#2#27#5'Width'#2'>'#11'HelpC'
|
||||
+'ontext'#2#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#12'BracketLabel'#11'ParentColor'#8#8'WordWrap'#9#0#0#242#2#4
|
||||
+#9'TComboBox'#16'LanguageComboBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2#21#3'Top'#2#0#5'W'
|
||||
+'idth'#3#200#0#11'HelpContext'#2#0#12'AutoComplete'#8#5'Ctl3D'#8#10'ItemHeig'
|
||||
+'ht'#2#13#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14
|
||||
+'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'
|
||||
+#6#16'LanguageComboBox'#0#0#242#2#5#9'TComboBox'#19'ColorSchemeComboBox'#22
|
||||
+'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#16'LanguageC'
|
||||
+'omboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#21#3
|
||||
+'Top'#2#24#5'Width'#3#200#0#11'HelpContext'#2#0#12'AutoComplete'#8#17'Border'
|
||||
+'Spacing.Top'#2#3#5'Ctl3D'#8#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'OnChange'
|
||||
+#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Com'
|
||||
+'boBoxOnKeyDown'#8'TabOrder'#2#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#242#2
|
||||
+#6#9'TComboBox'#22'FileExtensionsComboBox'#22'AnchorSideLeft.Control'#7#5'Ow'
|
||||
+'ner'#21'AnchorSideTop.Control'#7#19'ColorSchemeComboBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#21#3'Top'#2'0'#5'Width'#3#200#0
|
||||
+#11'HelpContext'#2#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#3#5'Ctl3D'#8
|
||||
+#10'ItemHeight'#2#13#13'Items.Strings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6
|
||||
+#18'pp;pas;inc;lpr;lrs'#6#10'pp;pas;inc'#0#9'ItemWidth'#2#0#8'OnChange'#7#16
|
||||
+'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBox'
|
||||
+'OnKeyDown'#8'TabOrder'#2#2#0#0#242#2#7#7'TButton'#31'SetAllAttributesToDefa'
|
||||
+'ultButton'#22'AnchorSideLeft.Control'#7#19'FileExtensionsLabel'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'FileExtensionsCo'
|
||||
+'mboBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'@'#1#6'Height'#2#25#3'Top'#2'0'#5'Width'#3#211#0#11'He'
|
||||
+'lpContext'#2#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpaci'
|
||||
+'ng.Left'#2#20#7'Caption'#6#31'SetAllAttributesToDefaultButton'#7'OnClick'#7
|
||||
+'$SetAllAttributesToDefaultButtonClick'#8'TabOrder'#2#3#0#0#242#2#8#9'TGroup'
|
||||
+'Box'#25'ElementAttributesGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#22'FileExtensionsComboBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#19'ColorElementListBox'#21'An'
|
||||
+'chorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#244#0#3'Top'#2
|
||||
+'K'#5'Width'#3#19#2#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2
|
||||
+#6#25'BorderSpacing.InnerBorder'#2#6#7'Caption'#6#10'Attributes'#12'ClientHe'
|
||||
+'ight'#3#226#0#11'ClientWidth'#3#15#2#5'Ctl3D'#8#8'TabOrder'#2#4#0#6'TLabel'
|
||||
+#15'ForeGroundLabel'#22'AnchorSideLeft.Control'#7#19'ColorElementListBox'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#27'SetAttri'
|
||||
+'buteToDefaultButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6
|
||||
+'Height'#2#14#3'Top'#2'%'#5'Width'#2'S'#11'HelpContext'#2#0#18'BorderSpacing'
|
||||
,'.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#15'ForeGroundLabel'#11'Pa'
|
||||
+'rentColor'#8#0#0#6'TLabel'#15'BackGroundLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||
+'eTop.Control'#7#18'ForegroundColorBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#212#0#6'Height'#2#14#3'Top'#2'N'#5'Width'#2'S'#11'HelpContext'#2#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#15'BackGr'
|
||||
+'oundLabel'#11'ParentColor'#8#0#0#6'TLabel'#15'FrameColorLabel'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9'asrBot'
|
||||
+'tom'#21'AnchorSideTop.Control'#7#18'BackGroundColorBox'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#14#3'Top'#2'w'#5'Width'#2'Q'
|
||||
+#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7
|
||||
+'Caption'#6#15'FrameColorLabel'#11'ParentColor'#8#0#0#8'TListBox'#19'ColorEl'
|
||||
+'ementListBox'#22'AnchorSideLeft.Control'#7#25'ElementAttributesGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#25'ElementAttributesGroupBox'#24'AnchorSideBottom.'
|
||||
+'Control'#7#18'TextItalicCheckBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#3#214#0#3'Top'#2#6#5'Width'#3#200#0#11'HelpContext'#2#0
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#17
|
||||
+'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#16'ClickOnSelChange'#8#10
|
||||
+'ItemHeight'#2#0#7'OnClick'#7#24'ColorElementListBoxClick'#17'OnSelectionCha'
|
||||
+'nge'#7'"ColorElementListBoxSelectionChange'#8'TabOrder'#2#11#8'TopIndex'#2#0
|
||||
+#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#18'BackGroundColorBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
|
||||
+'deTop.Control'#7#18'ForegroundColorBox'#18'AnchorSideTop.Side'#7#9'asrCente'
|
||||
+'r'#4'Left'#3'>'#1#6'Height'#2#19#3'Top'#2'7'#5'Width'#3#183#0#11'HelpContex'
|
||||
+'t'#2#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#28'ForeGroundUseDefaultCheck'
|
||||
+'Box'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#11'UseOnChan'
|
||||
+'ge'#8#0#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#18'BackGroundColorBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#18'BackGroundColorBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#3'>'#1#6'Height'#2#19#3'Top'#2'`'#5'Width'#3#183#0#11'He'
|
||||
+'lpContext'#2#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#28'BackGroundUseDefa'
|
||||
+'ultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#11'U'
|
||||
+'seOnChange'#8#0#0#9'TColorBox'#18'ForegroundColorBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#15'ForeGroundLabel'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'
|
||||
+'Order'#2#0#7'Visible'#8#10'DesignLeft'#3#176#0#9'DesignTop'#3#232#0#0#242#2
|
||||
+#0#6'TLabel'#19'FileExtensionsLabel'#22'AnchorSideLeft.Control'#7#22'FileExt'
|
||||
+'ensionsComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#22'FileExtensionsComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#3#206#0#6'Height'#2#14#3'Top'#2'3'#5'Width'#2'^'#18'BorderSpacing.Lef'
|
||||
+'t'#2#6#7'Caption'#6#19'FileExtensionsLabel'#11'ParentColor'#8#0#0#242#2#1#6
|
||||
+'TLabel'#16'ColorSchemeLabel'#22'AnchorSideLeft.Control'#7#19'ColorSchemeCom'
|
||||
+'boBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19
|
||||
+'ColorSchemeComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#206#0#6
|
||||
+'Height'#2#14#3'Top'#2#27#5'Width'#2'X'#18'BorderSpacing.Left'#2#6#7'Caption'
|
||||
+#6#16'ColorSchemeLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#13'LanguageL'
|
||||
+'abel'#22'AnchorSideLeft.Control'#7#16'LanguageComboBox'#19'AnchorSideLeft.S'
|
||||
+'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'LanguageComboBox'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrCenter'#4'Left'#3#206#0#6'Height'#2#14#3'Top'#2#3#5
|
||||
+'Width'#2'I'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Captio'
|
||||
+'n'#6#13'LanguageLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#12'BracketLa'
|
||||
+'bel'#22'AnchorSideLeft.Control'#7#12'BracketCombo'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'BracketCombo'#21'AnchorSideB'
|
||||
+'ottom.Side'#7#9'asrCenter'#4'Left'#3#170#1#6'Height'#2#14#3'Top'#2#27#5'Wid'
|
||||
+'th'#2'>'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#12'BracketLabel'#11'ParentColor'#8#8'WordWrap'#9#0#0#242#2#4#9
|
||||
+'TComboBox'#16'LanguageComboBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
||||
+'chorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2#21#3'Top'#2#0#5'Wid'
|
||||
+'th'#3#200#0#12'AutoComplete'#8#5'Ctl3D'#8#10'ItemHeight'#2#13#9'ItemWidth'#2
|
||||
+#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKey'
|
||||
+'Down'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'
|
||||
+#0#0#242#2#5#9'TComboBox'#19'ColorSchemeComboBox'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#16'LanguageComboBox'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#21#3'Top'#2#24#5'Width'#3#200
|
||||
+#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#3#5'Ctl3D'#8#10'ItemHeight'#2
|
||||
+#13#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'Combo'
|
||||
+'BoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Text'#6#19
|
||||
+'ColorSchemeComboBox'#0#0#242#2#6#9'TComboBox'#22'FileExtensionsComboBox'#22
|
||||
+'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'ColorSche'
|
||||
+'meComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#21
|
||||
+#3'Top'#2'0'#5'Width'#3#200#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#3#5
|
||||
+'Ctl3D'#8#10'ItemHeight'#2#13#13'Items.Strings'#1#6#26'pp;pas;inc;lpr;lrs;dp'
|
||||
+'r;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;pas;inc'#0#9'ItemWidth'#2#0#8'OnCha'
|
||||
+'nge'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17
|
||||
+'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#242#2#7#7'TButton'#31'SetAllAttribut'
|
||||
+'esToDefaultButton'#22'AnchorSideLeft.Control'#7#19'FileExtensionsLabel'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'FileExte'
|
||||
+'nsionsComboBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#3'@'#1#6'Height'#2#25#3'Top'#2'0'#5'Width'#3#211
|
||||
+#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#20
|
||||
+#7'Caption'#6#31'SetAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAttrib'
|
||||
+'utesToDefaultButtonClick'#8'TabOrder'#2#3#0#0#242#2#8#9'TGroupBox'#25'Eleme'
|
||||
+'ntAttributesGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTo'
|
||||
+'p.Control'#7#22'FileExtensionsComboBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#24'AnchorSideBottom.Control'#7#19'ColorElementListBox'#21'AnchorSide'
|
||||
+'Bottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#244#0#3'Top'#2'K'#5'Wid'
|
||||
+'th'#3#19#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#17'B'
|
||||
+'orderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#25'BorderSpacing.InnerBo'
|
||||
+'rder'#2#6#7'Caption'#6#10'Attributes'#12'ClientHeight'#3#226#0#11'ClientWid'
|
||||
+'th'#3#15#2#5'Ctl3D'#8#8'TabOrder'#2#4#0#6'TLabel'#15'ForeGroundLabel'#22'An'
|
||||
+'chorSideLeft.Control'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#27'SetAttributeToDefaultButton'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#14#3'Top'#2'%'
|
||||
+#5'Width'#2'S'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Captio'
|
||||
+'n'#6#15'ForeGroundLabel'#11'ParentColor'#8#0#0#6'TLabel'#15'BackGroundLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'
|
||||
,#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'ForegroundColorBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#14#3'Top'#2'N'#5'W'
|
||||
+'idth'#2'S'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6
|
||||
+#15'BackGroundLabel'#11'ParentColor'#8#0#0#6'TLabel'#15'FrameColorLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrBottom'#21'AnchorSideTop.Control'#7#18'BackGroundColorBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#14#3'Top'#2'w'#5'Wid'
|
||||
+'th'#2'Q'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6
|
||||
+#15'FrameColorLabel'#11'ParentColor'#8#0#0#8'TListBox'#19'ColorElementListBo'
|
||||
+'x'#22'AnchorSideLeft.Control'#7#25'ElementAttributesGroupBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#25'ElementAttributesGroupBox'#24'AnchorSideBottom.Control'#7
|
||||
+#18'TextItalicCheckBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#3#214#0#3'Top'#2#6#5'Width'#3#200#0#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'B'
|
||||
+'orderSpacing.Right'#2#6#16'ClickOnSelChange'#8#10'ItemHeight'#2#0#7'OnClick'
|
||||
+#7#24'ColorElementListBoxClick'#17'OnSelectionChange'#7'"ColorElementListBox'
|
||||
+'SelectionChange'#8'TabOrder'#2#11#8'TopIndex'#2#0#0#0#9'TCheckBox'#28'ForeG'
|
||||
+'roundUseDefaultCheckBox'#22'AnchorSideLeft.Control'#7#18'BackGroundColorBox'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'Foreg'
|
||||
+'roundColorBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'>'#1#6'Heigh'
|
||||
+'t'#2#19#3'Top'#2'7'#5'Width'#3#183#0#18'BorderSpacing.Left'#2#6#7'Caption'#6
|
||||
+#28'ForeGroundUseDefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8
|
||||
+'TabOrder'#2#0#11'UseOnChange'#8#0#0#9'TCheckBox'#28'BackGroundUseDefaultChe'
|
||||
+'ckBox'#22'AnchorSideLeft.Control'#7#18'BackGroundColorBox'#19'AnchorSideLef'
|
||||
+'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'BackGroundColorBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'>'#1#6'Height'#2#19#3'Top'#2'`'
|
||||
+#5'Width'#3#183#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#28'BackGroundUseDe'
|
||||
+'faultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#11
|
||||
+'UseOnChange'#8#0#0#9'TColorBox'#18'ForegroundColorBox'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#15'ForeGroundLabel'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#22#3'Top'
|
||||
+#2'5'#5'Width'#2'd'#11'HelpContext'#2#0#5'Style'#11#16'cbStandardColors'#16
|
||||
+#2'5'#5'Width'#2'd'#5'Style'#11#16'cbStandardColors'#16'cbExtendedColors'#14
|
||||
+'cbSystemColors'#16'cbIncludeDefault'#13'cbCustomColor'#13'cbPrettyNames'#0
|
||||
+#12'AutoComplete'#8#17'BorderSpacing.Top'#2#2#5'Ctl3D'#8#10'ItemHeight'#2#16
|
||||
+#9'ItemWidth'#2#0#8'OnChange'#7#24'ForegroundColorBoxChange'#8'TabOrder'#2#2
|
||||
+#0#0#9'TColorBox'#18'BackGroundColorBox'#22'AnchorSideLeft.Control'#7#15'Bac'
|
||||
+'kGroundLabel'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#22#3'Top'#2'^'#5'Width'
|
||||
+#2'd'#17'DefaultColorColor'#7#7'clWhite'#5'Style'#11#16'cbStandardColors'#16
|
||||
+'cbExtendedColors'#14'cbSystemColors'#16'cbIncludeDefault'#13'cbCustomColor'
|
||||
+#13'cbPrettyNames'#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#2#5'Ctl3D'#8
|
||||
+#10'ItemHeight'#2#16#9'ItemWidth'#2#0#8'OnChange'#7#24'ForegroundColorBoxCha'
|
||||
+'nge'#8'TabOrder'#2#2#0#0#9'TColorBox'#18'BackGroundColorBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#15'BackGroundLabel'#21'AnchorSideTop.Control'#7#15'BackGroun'
|
||||
+'dLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#22
|
||||
+#3'Top'#2'^'#5'Width'#2'd'#11'HelpContext'#2#0#17'DefaultColorColor'#7#7'clW'
|
||||
+'hite'#5'Style'#11#16'cbStandardColors'#16'cbExtendedColors'#14'cbSystemColo'
|
||||
+'rs'#16'cbIncludeDefault'#13'cbCustomColor'#13'cbPrettyNames'#0#12'AutoCompl'
|
||||
+'ete'#8#17'BorderSpacing.Top'#2#2#5'Ctl3D'#8#10'ItemHeight'#2#16#9'ItemWidth'
|
||||
+#2#0#8'OnChange'#7#24'ForegroundColorBoxChange'#8'TabOrder'#2#3#0#0#9'TCheck'
|
||||
+'Box'#21'TextUnderlineCheckBox'#22'AnchorSideLeft.Control'#7#19'ColorElement'
|
||||
+'ListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#13'FrameColorBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'H'
|
||||
+'eight'#2#19#3'Top'#3#163#0#5'Width'#3#140#0#11'HelpContext'#2#0#18'BorderSp'
|
||||
+'acing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#21'TextUnderlineChec'
|
||||
+'kBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#4#11'UseOnCha'
|
||||
+'nge'#8#0#0#9'TCheckBox'#16'TextBoldCheckBox'#22'AnchorSideLeft.Control'#7#19
|
||||
+'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#21'TextUnderlineCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#212#0#6'Height'#2#19#3'Top'#3#182#0#5'Width'#2's'#11'HelpContext'
|
||||
+#2#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#16'TextBoldCheckBox'#8'OnChange'
|
||||
+#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#11'UseOnChange'#8#0#0#9'TChec'
|
||||
+'kBox'#18'TextItalicCheckBox'#22'AnchorSideLeft.Control'#7#19'ColorElementLi'
|
||||
+'stBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16
|
||||
+'TextBoldCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'H'
|
||||
+'eight'#2#19#3'Top'#3#201#0#5'Width'#2'v'#11'HelpContext'#2#0#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#6#7'Caption'#6#18'TextItalicCheckBox'#8'OnChange'#7#23'General'
|
||||
,'CheckBoxOnChange'#8'TabOrder'#2#6#11'UseOnChange'#8#0#0#6'TPanel'#23'TextUn'
|
||||
+'derlineRadioPanel'#21'AnchorSideTop.Control'#7#21'TextUnderlineCheckBox'#23
|
||||
+'AnchorSideRight.Control'#7#25'ElementAttributesGroupBox'#20'AnchorSideRight'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#3'y'#1#6'Height'#2#19#3'Top'#3#163#0#5'Width'
|
||||
+#3#144#0#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'
|
||||
+#9#19'BorderSpacing.Right'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2
|
||||
+#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#7#0#12'TRadioButton'#20'TextUnderl'
|
||||
+'ineRadioOn'#3'Tag'#2#3#21'AnchorSideTop.Control'#7#23'TextUnderlineRadioPan'
|
||||
+'el'#23'AnchorSideRight.Control'#7#21'TextUnderlineRadioOff'#4'Left'#2#0#6'H'
|
||||
+'eight'#2#19#3'Top'#2#0#5'Width'#2'('#11'HelpContext'#2#0#7'Anchors'#11#5'ak'
|
||||
+'Top'#7'akRight'#0#19'BorderSpacing.Right'#2#3#7'Caption'#6#2'On'#7'Checked'
|
||||
+#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrd'
|
||||
+'er'#2#0#11'UseOnChange'#8#0#0#12'TRadioButton'#21'TextUnderlineRadioOff'#3
|
||||
+'Tag'#2#3#21'AnchorSideTop.Control'#7#20'TextUnderlineRadioOn'#23'AnchorSide'
|
||||
+'Right.Control'#7#24'TextUnderlineRadioInvert'#4'Left'#2'+'#6'Height'#2#19#3
|
||||
+'Top'#2#0#5'Width'#2'*'#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'akRight'
|
||||
+#0#19'BorderSpacing.Right'#2#3#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyl'
|
||||
+'eRadioOnChange'#8'TabOrder'#2#1#11'UseOnChange'#8#0#0#12'TRadioButton'#24'T'
|
||||
+'extUnderlineRadioInvert'#3'Tag'#2#3#21'AnchorSideTop.Control'#7#23'TextUnde'
|
||||
+'rlineRadioPanel'#23'AnchorSideRight.Control'#7#23'TextUnderlineRadioPanel'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'X'#6'Height'#2#19#3'Top'#2
|
||||
+#0#5'Width'#2'8'#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'akRight'#0#7'C'
|
||||
+'aption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#2
|
||||
+#11'UseOnChange'#8#0#0#0#6'TPanel'#18'TextBoldRadioPanel'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#16'TextBoldCheckBox'#23'AnchorSideRight.Control'#7#25'ElementAttr'
|
||||
+'ibutesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'y'#1#6'He'
|
||||
+'ight'#2#19#3'Top'#3#182#0#5'Width'#3#144#0#11'HelpContext'#2#0#7'Anchors'#11
|
||||
+#5'akTop'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#10'BevelOut'
|
||||
+'er'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2
|
||||
+#8#0#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#2#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#18'TextBoldRadioPanel'#23'AnchorSideRight.Control'#7#18'TextBoldRa'
|
||||
+'dioPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'X'#6'Height'#2
|
||||
+#19#3'Top'#2#0#5'Width'#2'8'#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'ak'
|
||||
+'Right'#0#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8
|
||||
+'TabOrder'#2#0#11'UseOnChange'#8#0#0#12'TRadioButton'#15'TextBoldRadioOn'#3
|
||||
+'Tag'#2#2#21'AnchorSideTop.Control'#7#18'TextBoldRadioPanel'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#16'TextBoldRadioOff'#4'Left'#2#0#6'Height'#2#19#3'Top'#2#0#5
|
||||
+'Width'#2'('#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'Bord'
|
||||
+'erSpacing.Right'#2#3#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextS'
|
||||
+'tyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#1#11'UseOnChange'#8
|
||||
+#0#0#12'TRadioButton'#16'TextBoldRadioOff'#3'Tag'#2#2#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#18'TextBoldRadioPanel'#23'AnchorSideRight.Control'#7#19'TextBoldRadio'
|
||||
+'Invert'#4'Left'#2'+'#6'Height'#2#19#3'Top'#2#0#5'Width'#2'*'#11'HelpContext'
|
||||
+#2#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#3#7'Capti'
|
||||
+'on'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#11'Us'
|
||||
+'eOnChange'#8#0#0#0#6'TPanel'#20'TextItalicRadioPanel'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#18'TextItalicCheckBox'#23'AnchorSideRight.Control'#7#25'ElementAttri'
|
||||
+'butesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'y'#1#6'Hei'
|
||||
+'ght'#2#19#3'Top'#3#201#0#5'Width'#3#144#0#11'HelpContext'#2#0#7'Anchors'#11
|
||||
+#5'akTop'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#10'BevelOut'
|
||||
+'er'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2
|
||||
+#9#0#12'TRadioButton'#21'TextItalicRadioInvert'#3'Tag'#2#2#21'AnchorSideTop.'
|
||||
+'Control'#7#20'TextItalicRadioPanel'#23'AnchorSideRight.Control'#7#20'TextIt'
|
||||
+'alicRadioPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'X'#6'Heig'
|
||||
+'ht'#2#19#3'Top'#2#0#5'Width'#2'8'#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'
|
||||
+#7'akRight'#0#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'
|
||||
+#8'TabOrder'#2#0#11'UseOnChange'#8#0#0#12'TRadioButton'#17'TextItalicRadioOn'
|
||||
+#3'Tag'#2#2#21'AnchorSideTop.Control'#7#20'TextItalicRadioPanel'#23'AnchorSi'
|
||||
+'deRight.Control'#7#18'TextItalicRadioOff'#4'Left'#2#0#6'Height'#2#19#3'Top'
|
||||
+#2#0#5'Width'#2'('#11'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19
|
||||
+'BorderSpacing.Right'#2#3#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'T'
|
||||
+'extStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#1#11'UseOnChan'
|
||||
+'ge'#8#0#0#12'TRadioButton'#18'TextItalicRadioOff'#3'Tag'#2#2#21'AnchorSideT'
|
||||
+'op.Control'#7#20'TextItalicRadioPanel'#23'AnchorSideRight.Control'#7#21'Tex'
|
||||
,'tItalicRadioInvert'#4'Left'#2'+'#6'Height'#2#19#3'Top'#2#0#5'Width'#2'*'#11
|
||||
+'HelpContext'#2#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'
|
||||
+#2#3#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'
|
||||
+#2#2#11'UseOnChange'#8#0#0#0#7'TButton'#27'SetAttributeToDefaultButton'#22'A'
|
||||
+'nchorSideLeft.Control'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#25'ElementAttributesGroupBox'#23'Anc'
|
||||
+'nge'#8'TabOrder'#2#3#0#0#9'TCheckBox'#21'TextUnderlineCheckBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||
+'ttom'#21'AnchorSideTop.Control'#7#13'FrameColorBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#19#3'Top'#3#163#0#5'Width'#3#140#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#21'TextUn'
|
||||
+'derlineCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#4
|
||||
+#11'UseOnChange'#8#0#0#9'TCheckBox'#16'TextBoldCheckBox'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#21'TextUnderlineCheckBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#19#3'Top'#3#182#0#5'Width'#2's'#18
|
||||
+'BorderSpacing.Left'#2#6#7'Caption'#6#16'TextBoldCheckBox'#8'OnChange'#7#23
|
||||
+'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#11'UseOnChange'#8#0#0#9'TCheckBox'
|
||||
+#18'TextItalicCheckBox'#22'AnchorSideLeft.Control'#7#19'ColorElementListBox'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'TextB'
|
||||
+'oldCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'
|
||||
+#2#19#3'Top'#3#201#0#5'Width'#2'v'#20'BorderSpacing.Bottom'#2#6#7'Caption'#6
|
||||
+#18'TextItalicCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'
|
||||
+#2#6#11'UseOnChange'#8#0#0#6'TPanel'#23'TextUnderlineRadioPanel'#21'AnchorSi'
|
||||
+'deTop.Control'#7#21'TextUnderlineCheckBox'#23'AnchorSideRight.Control'#7#25
|
||||
+'ElementAttributesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+'y'#1#6'Height'#2#19#3'Top'#3#163#0#5'Width'#3#144#0#7'Anchors'#11#5'akTop'#7
|
||||
+'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#10'BevelOuter'#7#6'bvN'
|
||||
,'one'#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#7#0#12'TRa'
|
||||
+'dioButton'#20'TextUnderlineRadioOn'#3'Tag'#2#3#21'AnchorSideTop.Control'#7
|
||||
+#23'TextUnderlineRadioPanel'#23'AnchorSideRight.Control'#7#21'TextUnderlineR'
|
||||
+'adioOff'#4'Left'#2#0#6'Height'#2#19#3'Top'#2#0#5'Width'#2'('#7'Anchors'#11#5
|
||||
+'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#3#7'Caption'#6#2'On'#7'Checke'
|
||||
+'d'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'Tab'
|
||||
+'Order'#2#0#11'UseOnChange'#8#0#0#12'TRadioButton'#21'TextUnderlineRadioOff'
|
||||
+#3'Tag'#2#3#21'AnchorSideTop.Control'#7#20'TextUnderlineRadioOn'#23'AnchorSi'
|
||||
+'deRight.Control'#7#24'TextUnderlineRadioInvert'#4'Left'#2'+'#6'Height'#2#19
|
||||
+#3'Top'#2#0#5'Width'#2'*'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpaci'
|
||||
+'ng.Right'#2#3#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8
|
||||
+'TabOrder'#2#1#11'UseOnChange'#8#0#0#12'TRadioButton'#24'TextUnderlineRadioI'
|
||||
+'nvert'#3'Tag'#2#3#21'AnchorSideTop.Control'#7#23'TextUnderlineRadioPanel'#23
|
||||
+'AnchorSideRight.Control'#7#23'TextUnderlineRadioPanel'#20'AnchorSideRight.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2'X'#6'Height'#2#19#3'Top'#2#0#5'Width'#2'8'#7
|
||||
+'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#6'Invert'#8'OnChange'#7#22'T'
|
||||
+'extStyleRadioOnChange'#8'TabOrder'#2#2#11'UseOnChange'#8#0#0#0#6'TPanel'#18
|
||||
+'TextBoldRadioPanel'#21'AnchorSideTop.Control'#7#16'TextBoldCheckBox'#23'Anc'
|
||||
+'horSideRight.Control'#7#25'ElementAttributesGroupBox'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2#6#5'Width'#3#164
|
||||
+#0#11'HelpContext'#2#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#27'SetAttributeToDefaultButton'#21'Constraints.MinHeight'#2#25#20'Constra'
|
||||
+'ints.MinWidth'#2'K'#7'OnClick'#7' SetAttributeToDefaultButtonClick'#8'TabOr'
|
||||
+'der'#2#10#0#0#9'TColorBox'#13'FrameColorBox'#22'AnchorSideLeft.Control'#7#15
|
||||
+'FrameColorLabel'#21'AnchorSideTop.Control'#7#15'FrameColorLabel'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#22#3'Top'#3#135#0#5
|
||||
+'Width'#2'd'#11'HelpContext'#2#0#17'DefaultColorColor'#7#7'clWhite'#5'Style'
|
||||
+#11#16'cbStandardColors'#16'cbExtendedColors'#14'cbSystemColors'#16'cbInclud'
|
||||
+'eDefault'#13'cbCustomColor'#13'cbPrettyNames'#0#12'AutoComplete'#8#17'Borde'
|
||||
+'rSpacing.Top'#2#2#5'Ctl3D'#8#10'ItemHeight'#2#16#9'ItemWidth'#2#0#8'OnChang'
|
||||
+'e'#7#24'ForegroundColorBoxChange'#8'TabOrder'#2#12#0#0#9'TCheckBox'#28'Fram'
|
||||
+'eColorUseDefaultCheckBox'#22'AnchorSideLeft.Control'#7#13'FrameColorBox'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'FrameCol'
|
||||
+'orBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'>'#1#6'Height'#2#19#3
|
||||
+'Top'#3#137#0#5'Width'#3#181#0#11'HelpContext'#2#0#18'BorderSpacing.Left'#2#6
|
||||
+#7'Caption'#6#28'FrameColorUseDefaultCheckBox'#8'OnChange'#7#23'GeneralCheck'
|
||||
+'BoxOnChange'#8'TabOrder'#2#13#11'UseOnChange'#8#0#0#0#242#2#9#8'TSynEdit'#12
|
||||
+'ColorPreview'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#25'ElementAttributesGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#0#6'Height'#3#252#0#3'Top'#3'E'#1#5'Width'#3#19#2#11'HelpCo'
|
||||
+'ntext'#2#0#17'BorderSpacing.Top'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#8'akBottom'#0#18'CFDividerDrawLevel'#2#0#5'Ctl3D'#8#11'Font.Height'#2
|
||||
+#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7
|
||||
+#16'fqNonAntialiased'#10'Font.Style'#11#0#11'ParentColor'#8#10'ParentFont'#8
|
||||
+#8'TabOrder'#2#5#23'BookMarkOptions.Xoffset'#2#30#22'Gutter.ShowCodeFolding'
|
||||
+#9#18'Gutter.ShowChanges'#9#22'Gutter.ShowLineNumbers'#9#16'Gutter.ZeroStart'
|
||||
+#8#17'Gutter.DigitCount'#2#2#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2
|
||||
+'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'
|
||||
+#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3
|
||||
+'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'
|
||||
+#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3
|
||||
+'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2
|
||||
+''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3
|
||||
+'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'
|
||||
+#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3
|
||||
+'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2
|
||||
+'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3
|
||||
+'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2
|
||||
+'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3
|
||||
+'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2
|
||||
+'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3
|
||||
+'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'
|
||||
+#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'Short'
|
||||
+'Cut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8
|
||||
+'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245
|
||||
+#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Comman'
|
||||
+'d'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160
|
||||
+#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortC'
|
||||
+'ut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8
|
||||
+'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3
|
||||
+#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Comm'
|
||||
+'and'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7
|
||||
+'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0
|
||||
+#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3
|
||||
,'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCu'
|
||||
+'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh'
|
||||
+'ortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1
|
||||
+#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3
|
||||
+'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Comman'
|
||||
+'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C'
|
||||
+'ommand'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1
|
||||
+#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'
|
||||
+#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3
|
||||
+'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCu'
|
||||
+'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh'
|
||||
+'ortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232
|
||||
+#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'
|
||||
+#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Comma'
|
||||
+'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0
|
||||
+#22'SelectedColor.OnChange'#13#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#0
|
||||
+#242#2#10#9'TCheckBox'#26'UseSyntaxHighlightCheckBox'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#31'SetAllAttributesToDefaultButton'#21'AnchorSideTop.Control'#7#5'Ow'
|
||||
+'ner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#3'@'#1#6'Height'#2#19#3'Top'#2#0#5'Width'#3#166#0#11'HelpC'
|
||||
+'ontext'#2#0#7'Caption'#6#26'UseSyntaxHighlightCheckBox'#8'OnChange'#7#23'Ge'
|
||||
+'neralCheckBoxOnChange'#8'TabOrder'#2#6#11'UseOnChange'#8#0#0#242#2#11#9'TCo'
|
||||
+'mboBox'#12'BracketCombo'#22'AnchorSideLeft.Control'#7#26'UseSyntaxHighlight'
|
||||
+'CheckBox'#21'AnchorSideTop.Control'#7#19'ColorSchemeComboBox'#24'AnchorSide'
|
||||
+'Bottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3'@'#1#6'Height'#2#21#3'Top'#2#24#5'Width'#2'd'#11'HelpContext'#2#0#12'Auto'
|
||||
+'Complete'#8#5'Ctl3D'#8#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'OnChange'#7#16
|
||||
+'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBox'
|
||||
+'OnKeyDown'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#7#0#0#0
|
||||
+'de'#7#9'asrBottom'#4'Left'#3'y'#1#6'Height'#2#19#3'Top'#3#182#0#5'Width'#3
|
||||
+#144#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Ri'
|
||||
+'ght'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3
|
||||
+#144#0#8'TabOrder'#2#8#0#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#2
|
||||
+#21'AnchorSideTop.Control'#7#18'TextBoldRadioPanel'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#18'TextBoldRadioPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2'X'#6'Height'#2#19#3'Top'#2#0#5'Width'#2'8'#7'Anchors'#11#5'akTop'#7'akRig'
|
||||
+'ht'#0#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'Tab'
|
||||
+'Order'#2#0#11'UseOnChange'#8#0#0#12'TRadioButton'#15'TextBoldRadioOn'#3'Tag'
|
||||
+#2#2#21'AnchorSideTop.Control'#7#18'TextBoldRadioPanel'#23'AnchorSideRight.C'
|
||||
+'ontrol'#7#16'TextBoldRadioOff'#4'Left'#2#0#6'Height'#2#19#3'Top'#2#0#5'Widt'
|
||||
+'h'#2'('#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#3#7'C'
|
||||
+'aption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'Sta'
|
||||
+'te'#7#9'cbChecked'#8'TabOrder'#2#1#11'UseOnChange'#8#0#0#12'TRadioButton'#16
|
||||
+'TextBoldRadioOff'#3'Tag'#2#2#21'AnchorSideTop.Control'#7#18'TextBoldRadioPa'
|
||||
+'nel'#23'AnchorSideRight.Control'#7#19'TextBoldRadioInvert'#4'Left'#2'+'#6'H'
|
||||
+'eight'#2#19#3'Top'#2#0#5'Width'#2'*'#7'Anchors'#11#5'akTop'#7'akRight'#0#19
|
||||
+'BorderSpacing.Right'#2#3#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadi'
|
||||
+'oOnChange'#8'TabOrder'#2#2#11'UseOnChange'#8#0#0#0#6'TPanel'#20'TextItalicR'
|
||||
+'adioPanel'#21'AnchorSideTop.Control'#7#18'TextItalicCheckBox'#23'AnchorSide'
|
||||
+'Right.Control'#7#25'ElementAttributesGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'y'#1#6'Height'#2#19#3'Top'#3#201#0#5'Width'#3#144#0#7
|
||||
+'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6
|
||||
+#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8
|
||||
+'TabOrder'#2#9#0#12'TRadioButton'#21'TextItalicRadioInvert'#3'Tag'#2#2#21'An'
|
||||
+'chorSideTop.Control'#7#20'TextItalicRadioPanel'#23'AnchorSideRight.Control'
|
||||
+#7#20'TextItalicRadioPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+'X'#6'Height'#2#19#3'Top'#2#0#5'Width'#2'8'#7'Anchors'#11#5'akTop'#7'akRight'
|
||||
+#0#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrde'
|
||||
+'r'#2#0#11'UseOnChange'#8#0#0#12'TRadioButton'#17'TextItalicRadioOn'#3'Tag'#2
|
||||
+#2#21'AnchorSideTop.Control'#7#20'TextItalicRadioPanel'#23'AnchorSideRight.C'
|
||||
+'ontrol'#7#18'TextItalicRadioOff'#4'Left'#2#0#6'Height'#2#19#3'Top'#2#0#5'Wi'
|
||||
+'dth'#2'('#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#3#7
|
||||
+'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'St'
|
||||
+'ate'#7#9'cbChecked'#8'TabOrder'#2#1#11'UseOnChange'#8#0#0#12'TRadioButton'
|
||||
+#18'TextItalicRadioOff'#3'Tag'#2#2#21'AnchorSideTop.Control'#7#20'TextItalic'
|
||||
+'RadioPanel'#23'AnchorSideRight.Control'#7#21'TextItalicRadioInvert'#4'Left'
|
||||
+#2'+'#6'Height'#2#19#3'Top'#2#0#5'Width'#2'*'#7'Anchors'#11#5'akTop'#7'akRig'
|
||||
+'ht'#0#19'BorderSpacing.Right'#2#3#7'Caption'#6#3'Off'#8'OnChange'#7#22'Text'
|
||||
+'StyleRadioOnChange'#8'TabOrder'#2#2#11'UseOnChange'#8#0#0#0#7'TButton'#27'S'
|
||||
+'etAttributeToDefaultButton'#22'AnchorSideLeft.Control'#7#19'ColorElementLis'
|
||||
+'tBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#25
|
||||
+'ElementAttributesGroupBox'#23'AnchorSideRight.Control'#7#25'ElementAttribut'
|
||||
+'esGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Heigh'
|
||||
+'t'#2#25#3'Top'#2#6#5'Width'#3#164#0#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
,#6#7'Caption'#6#27'SetAttributeToDefaultButton'#21'Constraints.MinHeight'#2
|
||||
+#25#20'Constraints.MinWidth'#2'K'#7'OnClick'#7' SetAttributeToDefaultButtonC'
|
||||
+'lick'#8'TabOrder'#2#10#0#0#9'TColorBox'#13'FrameColorBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#15'FrameColorLabel'#21'AnchorSideTop.Control'#7#15'FrameColorLa'
|
||||
+'bel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#22#3
|
||||
+'Top'#3#135#0#5'Width'#2'd'#17'DefaultColorColor'#7#7'clWhite'#5'Style'#11#16
|
||||
+'cbStandardColors'#16'cbExtendedColors'#14'cbSystemColors'#16'cbIncludeDefau'
|
||||
+'lt'#13'cbCustomColor'#13'cbPrettyNames'#0#12'AutoComplete'#8#17'BorderSpaci'
|
||||
+'ng.Top'#2#2#5'Ctl3D'#8#10'ItemHeight'#2#16#9'ItemWidth'#2#0#8'OnChange'#7#24
|
||||
+'ForegroundColorBoxChange'#8'TabOrder'#2#12#0#0#9'TCheckBox'#28'FrameColorUs'
|
||||
+'eDefaultCheckBox'#22'AnchorSideLeft.Control'#7#13'FrameColorBox'#19'AnchorS'
|
||||
+'ideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'FrameColorBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'>'#1#6'Height'#2#19#3'Top'#3
|
||||
+#137#0#5'Width'#3#181#0#18'BorderSpacing.Left'#2#6#7'Caption'#6#28'FrameColo'
|
||||
+'rUseDefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2
|
||||
+#13#11'UseOnChange'#8#0#0#0#242#2#9#8'TSynEdit'#12'ColorPreview'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#25'ElementAttributes'
|
||||
+'GroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont'
|
||||
+'rol'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Heig'
|
||||
+'ht'#3#252#0#3'Top'#3'E'#1#5'Width'#3#19#2#17'BorderSpacing.Top'#2#6#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'CFDividerDrawLevel'#2
|
||||
+#0#5'Ctl3D'#8#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'
|
||||
+#7#7'fpFixed'#12'Font.Quality'#7#16'fqNonAntialiased'#11'ParentColor'#8#10'P'
|
||||
+'arentFont'#8#8'TabOrder'#2#5#23'BookMarkOptions.Xoffset'#2#30#24'BookMarkOp'
|
||||
+'tions.OnChange'#13#22'Gutter.ShowCodeFolding'#9#18'Gutter.ShowChanges'#9#22
|
||||
+'Gutter.ShowLineNumbers'#9#16'Gutter.ZeroStart'#8#10'Keystrokes'#14#1#7'Comm'
|
||||
+'and'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Comma'
|
||||
+'nd'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Com'
|
||||
+'mand'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7
|
||||
+'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'C'
|
||||
+'ommand'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'C'
|
||||
+'ommand'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
|
||||
+'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7
|
||||
+'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
|
||||
+'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
|
||||
+'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C'
|
||||
+'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7
|
||||
+'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C'
|
||||
+'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7
|
||||
+'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C'
|
||||
+'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7
|
||||
+'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0
|
||||
+#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2
|
||||
+'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S'
|
||||
+'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'
|
||||
+#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7
|
||||
+'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'
|
||||
+#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3
|
||||
+'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'Short'
|
||||
+'Cut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8
|
||||
+'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251
|
||||
+#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'
|
||||
+#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm'
|
||||
+'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7
|
||||
+'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0
|
||||
+#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5'
|
||||
+'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'
|
||||
+#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short'
|
||||
+'Cut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8
|
||||
+'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'
|
||||
+#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3
|
||||
+'d'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Comman'
|
||||
,'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C'
|
||||
+'ommand'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0
|
||||
+#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3
|
||||
+'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'
|
||||
+#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12
|
||||
+'ColorPreview'#0#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#0#242#2#10#9'TChe'
|
||||
+'ckBox'#26'UseSyntaxHighlightCheckBox'#22'AnchorSideLeft.Control'#7#31'SetAl'
|
||||
+'lAttributesToDefaultButton'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorS'
|
||||
+'ideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3'@'#1#6'Height'#2#19#3'Top'#2#0#5'Width'#3#166#0#7'Caption'#6#26'UseSyntax'
|
||||
+'HighlightCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#6
|
||||
+#11'UseOnChange'#8#0#0#242#2#11#9'TComboBox'#12'BracketCombo'#22'AnchorSideL'
|
||||
+'eft.Control'#7#26'UseSyntaxHighlightCheckBox'#21'AnchorSideTop.Control'#7#19
|
||||
+'ColorSchemeComboBox'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideB'
|
||||
+'ottom.Side'#7#9'asrBottom'#4'Left'#3'@'#1#6'Height'#2#21#3'Top'#2#24#5'Widt'
|
||||
+'h'#2'd'#12'AutoComplete'#8#5'Ctl3D'#8#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8
|
||||
+'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'
|
||||
+#7#17'ComboBoxOnKeyDown'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#7#0#0#0
|
||||
]);
|
||||
|
@ -89,6 +89,7 @@ type
|
||||
CurHighlightElement: TSynHighlightElement;
|
||||
CurHighlightElementIsExtra: Boolean;
|
||||
CurHighlightElementIsSingle: Boolean;
|
||||
CurExtraElement: TAdditionalHilightAttribute;
|
||||
CurSingleElement: TSingleColorAttribute;
|
||||
|
||||
UpdatingColor: Boolean;
|
||||
@ -529,10 +530,18 @@ begin
|
||||
TextItalicCheckBox.Enabled := not CurHighlightElementIsSingle;
|
||||
TextUnderlineCheckBox.Enabled := not CurHighlightElementIsSingle;
|
||||
|
||||
ForeGroundLabel.Caption := dlgForecolor;
|
||||
BackGroundLabel.Caption := dlgBackColor;
|
||||
FrameColorLabel.Caption := dlgFrameColor;
|
||||
|
||||
if CurHighlightElementIsSingle then
|
||||
ForeGroundLabel.Caption := dlgColor
|
||||
else
|
||||
ForeGroundLabel.Caption := dlgForecolor;
|
||||
if CurHighlightElementIsExtra and (CurExtraElement = ahaModifiedLine) then
|
||||
begin
|
||||
ForeGroundLabel.Caption := dlgSavedLineColor;
|
||||
FrameColorLabel.Caption := dlgUnsavedLineColor;
|
||||
end;
|
||||
|
||||
if CurHighlightElementIsExtra then
|
||||
begin
|
||||
@ -633,6 +642,7 @@ begin
|
||||
Old := CurHighlightElement;
|
||||
CurHighlightElement := nil;
|
||||
CurSingleElement := Low(TSingleColorAttribute);
|
||||
CurExtraElement := Low(TAdditionalHilightAttribute);
|
||||
a := ColorElementListBox.ItemIndex;
|
||||
if (a >= 0) then
|
||||
begin
|
||||
@ -659,6 +669,7 @@ begin
|
||||
if ColorElementListBox.Items[a] = AdditionalHighlightAttributes[h] then
|
||||
begin
|
||||
CurHighlightElementIsExtra := True;
|
||||
CurExtraElement := h;
|
||||
break;
|
||||
end;
|
||||
end
|
||||
@ -699,6 +710,7 @@ begin
|
||||
|
||||
CurHighlightElement := nil;
|
||||
CurSingleElement := Low(TSingleColorAttribute);
|
||||
CurExtraElement := Low(TAdditionalHilightAttribute);
|
||||
CurHighlightElementIsExtra := False;
|
||||
CurHighlightElementIsSingle := False;
|
||||
if ColorElementListBox.Items.Count > 0 then
|
||||
@ -888,6 +900,7 @@ begin
|
||||
UpdatingColor := False;
|
||||
CurHighlightElement := nil;
|
||||
CurSingleElement := Low(TSingleColorAttribute);
|
||||
CurExtraElement := Low(TAdditionalHilightAttribute);
|
||||
CurHighlightElementIsExtra := False;
|
||||
CurHighlightElementIsSingle := False;
|
||||
|
||||
|
@ -1171,6 +1171,8 @@ resourcestring
|
||||
dlgColor = 'Color';
|
||||
dlgForecolor = 'Foreground';
|
||||
dlgFrameColor = 'Frame color';
|
||||
dlgUnsavedLineColor = 'Unsaved line';
|
||||
dlgSavedLineColor = 'Saved line';
|
||||
dlgEdUseDefColor = 'Use default color';
|
||||
dlgElementAttributes = 'Element Attributes';
|
||||
dlgEdBold = 'Bold';
|
||||
|
Loading…
Reference in New Issue
Block a user