mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +02:00
images: add keyboard and character image
ide: replace Key treeview images by common images git-svn-id: trunk@16833 -
This commit is contained in:
parent
a4e981a88f
commit
e5735f96fc
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2619,9 +2619,11 @@ images/folder.png -text
|
||||
images/icon-naming-spec.xml svneol=native#text/plain
|
||||
images/ide_icon48x48.png -text svneol=unset#image/png
|
||||
images/includefile.ico -text svneol=unset#image/x-icon
|
||||
images/items/item_character.png -text svneol=unset#image/png
|
||||
images/items/item_filter.png -text svneol=unset#image/png
|
||||
images/items/item_font.png -text svneol=unset#image/png
|
||||
images/items/item_form.png -text svneol=unset#image/png
|
||||
images/items/item_keyboard.png -text svneol=unset#image/png
|
||||
images/items/item_library.png -text svneol=unset#image/png
|
||||
images/items/item_package.png -text svneol=unset#image/png
|
||||
images/items/item_project.png -text svneol=unset#image/png
|
||||
|
@ -11,7 +11,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Constraints.MinWidth = 420
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
LCLVersion = '0.9.27'
|
||||
object MainNotebook: TNotebook
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
Height = 536
|
||||
@ -107,6 +107,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'4'
|
||||
'8'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -125,6 +126,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'4096'
|
||||
'512'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -145,6 +147,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'4'
|
||||
'8'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -259,6 +262,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'78'
|
||||
'76'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -348,6 +352,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Width = 471
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = -1
|
||||
OnEditingDone = EditorFontComboBoxEditingDone
|
||||
TabOrder = 0
|
||||
Text = 'EditorFontComboBox'
|
||||
@ -380,6 +385,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'17'
|
||||
'18'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -397,6 +403,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'1'
|
||||
'2'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -414,6 +421,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'1'
|
||||
'2'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -433,6 +441,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
BookMarkOptions.OnChange = nil
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
@ -758,7 +767,6 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'DisplayPreview'
|
||||
)
|
||||
ReadOnly = True
|
||||
SelectedColor.OnChange = nil
|
||||
OnSpecialLineMarkup = OnSpecialLineColors
|
||||
OnStatusChange = DisplayPreviewStatusChange
|
||||
end
|
||||
@ -825,8 +833,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Width = 534
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 21
|
||||
Images = ImageList
|
||||
DefaultItemHeight = 15
|
||||
ReadOnly = True
|
||||
RowSelect = True
|
||||
TabOrder = 2
|
||||
@ -909,6 +916,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 21
|
||||
Top = 10
|
||||
Width = 200
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -920,6 +928,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
Height = 21
|
||||
Top = 34
|
||||
Width = 200
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -936,6 +945,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'pp;pas;inc;lpr;lrs'
|
||||
'pp;pas;inc'
|
||||
)
|
||||
MaxLength = -1
|
||||
OnChange = ComboBoxOnChange
|
||||
OnExit = ComboBoxOnExit
|
||||
OnKeyDown = ComboBoxOnKeyDown
|
||||
@ -956,6 +966,7 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
OnMouseDown = ColorPreviewMouseUp
|
||||
BookMarkOptions.OnChange = nil
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
@ -1281,7 +1292,6 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
'ColorPreview'
|
||||
)
|
||||
ReadOnly = True
|
||||
SelectedColor.OnChange = nil
|
||||
OnSpecialLineMarkup = OnSpecialLineColors
|
||||
OnStatusChange = DisplayPreviewStatusChange
|
||||
end
|
||||
@ -1797,123 +1807,4 @@ object EditorOptionsForm: TEditorOptionsForm
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
object ImageList: TImageList
|
||||
Height = 21
|
||||
Width = 21
|
||||
left = 344
|
||||
top = 192
|
||||
Bitmap = {
|
||||
4C69020000001500000015000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
00000000000000000000000000000000000000000000484E4BFF8B918DFFA8AE
|
||||
AAFFC2C7C3FFD1D6D2FFA1A4A1FF000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000007A8580FFB0BAB5FF8D9390FF999C9AFF939493FFBCC0BCFFE5EA
|
||||
E6FFAEB2B0FF4B4E4EFF00000000000000000000000000000000000000000000
|
||||
00000000000000000000000000000000000000000000AAB1ADFFA8B1ADFFBDC4
|
||||
C0FF8C908DFF8B8D8BFF979A97FFE4E7E4FF929795FF424946FF3A403EFF0000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000787A78FFE7E9E7FFD0D2D1FFACB0ADFFB4B8B6FFB9BDBAFFCFD3
|
||||
CFFF7C807EFF4D5652FF474F4CFF363D3BFF4A504EFF959B97FFA5ACA8FFCBCF
|
||||
CBFFC1C5C0FFA7AAA7FF00000000000000000000000000000000BBBCBBFFF0F2
|
||||
F0FFEFF0EEFFE3E5E3FFCACDCAFFBDC0BDFF939894FF6B7571FF596360FF464E
|
||||
4BFF78817DFFB0B9B5FF949895FFA8AAA9FFD3D5D3FFCCD0CCFFE6EAE6FF9EA4
|
||||
A0FF000000000000000000000000DADCDAFFBBBEBCFFA2A6A3FFB4BBB6FFB3B8
|
||||
B4FFA7AAA7FF8C918DFF66726CFF5B635FFF9BA39EFFA7B0ABFFC6CDCAFF8E90
|
||||
8FFF9A9C9BFF9D9F9DFFDADDDAFF8A8F8CFF464D4AFF00000000000000000000
|
||||
00005C615EFF959E99FF747976FF6B6D6BFFE4E8E4FFDADDDAFFDEE2DEFFAFB4
|
||||
B0FF717673FFEAEDEAFFD0D3D1FFA5ABA8FFA7ACA8FFD3D9D4FFD8DDD9FF7074
|
||||
71FF505854FF484F4CFF00000000000000008C9791FFAAB7B0FF8C928EFFD0D5
|
||||
D1FF767977FF7C7F7CFFB9BCB9FFBDBFBDFF474C4BFF646765FFF3F5F3FFEBEC
|
||||
EBFFEAEDEAFFE5E7E5FFADB0ADFF838885FF6E7874FF5B6460FF49534EFF0000
|
||||
00007A7D7AFFD2D6D3FFABB2AEFFB0B8B3FFCED3D0FFB8BCB8FFE1E5E1FF9FA4
|
||||
A0FF4B514EFF49514DFF484F4CFFE4E6E4FFE7E8E7FFE2E5E2FFDEE3DEFFDDE2
|
||||
DDFFA4ABA6FF707A75FF5E6864FF4C5752FF00000000B3B7B3FFEFF2EFFFF1F2
|
||||
F1FFD4D7D4FFBBBEBBFFADB1AEFF919793FF5F6864FF57615CFF464F4BFF414B
|
||||
47FFBABDBBFFE4E7E4FFDEE2DEFFDCE1DCFFDCE1DCFFA3ABA6FF6F7A75FF616B
|
||||
66FF454E4AFF00000000DCDFDCFFEFF0EFFFE9E9E9FFE2E5E2FFE2E7E2FFD7DC
|
||||
D7FF9BA39EFF6F7975FF5B6561FF49544FFF414B46FF00000000949794FFD5D9
|
||||
D5FFDFE4DFFFDCE1DDFF9CA7A1FF6E7974FF4C5450FF0000000000000000BDBF
|
||||
BDFFEBEEEBFFE5E7E5FFDFE3DFFFDCE1DCFFDADEDAFF9DA4A0FF6E7874FF5E67
|
||||
63FF48524DFF000000000000000000000000000000008D908DFFADB0ADFF7980
|
||||
7CFF3B413EFF000000000000000000000000000000006D6F6DFFD2D6D2FFDDE2
|
||||
DDFFDCE1DCFFDAE0DBFF99A49EFF6E7A74FF5B645FFF00000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000008B8E8BFFD0D3D0FFD5D9D6FF8D97
|
||||
92FF545E5AFF0000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000616262FF0000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000C0C0C0FFCCCCCCFFCACACAFFCACACAFFC9C9C9FFC8C8C8FFC7C7
|
||||
C7FFC6C6C6FFC5C5C5FFC1C1C1FFBABABAFFB8B8B8FFB4B4B4FFADADADFFA0A0
|
||||
A0FF0000000000000000000000000000000000000000A0A0A0FFF6F6F6FFF6F6
|
||||
F6FFEEEEEEFFE6E6E6FFE6E6E6FFE6E6E6FFE7E7E7FFE8E8E8FFE6E6E6FFE5E5
|
||||
E5FFE4E4E4FFE2E2E2FFDEDEDEFFCCCCCCFFB8B8B8FF797979FF000000000000
|
||||
00000000000000000000A5A5A5FFF9F9F9FFF6F6F6FFD9D9D9FFD7D7D7FFDBDB
|
||||
DBFFDEDEDEFFE1E1E1FFE4E4E4FFE6E6E6FFE9E9E9FFEBEBEBFFEDEDEDFFEFEF
|
||||
EFFFCDCDCDFFB2B2B2FF747474FF00000000000000000000000000000000A4A4
|
||||
A4FFF7F7F7FFF5F5F5FFD8D8D8FFDADADAFFDEDEDEFFE1E1E1FFE4E4E4FFE6E6
|
||||
E6FFE9E9E9FFEBEBEBFFEDEDEDFFEFEFEFFFF1F1F1FFCBCBCBFFA8A8A8FF6F6F
|
||||
6FFF00000000000000000000000000000000A2A2A2FFF3F3F3FFF3F3F3FFDADA
|
||||
DAFFDDDDDDFFE0E0E0FFE3E3E3FFE6E6E6FFE8E8E8FFE9E9E9FFB9B9B9FFD9D9
|
||||
D9FFF1F1F1FFF3F3F3FFC6C6C6FF9E9E9EFF6D6D6DFF00000000000000000000
|
||||
000000000000A1A1A1FFEFEFEFFFF1F1F1FFDEDEDEFFE0E0E0FFE3E3E3FFE5E5
|
||||
E5FFE8E8E8FFEAEAEAFFE1E1E1FF8D8D8DFFE9E9E9FFF2F2F2FFF4F4F4FFC6C6
|
||||
C6FF9D9D9DFF6B6B6BFF00000000000000000000000000000000A1A1A1FFEDED
|
||||
EDFFF0F0F0FFE0E0E0FFE2E2E2FFE5E5E5FFE7E7E7FFEAEAEAFFE5E5E5FFB1B1
|
||||
B1FF9E9E9EFFC8C8C8FFF3F3F3FFF5F5F5FFC3C3C3FF949494FF696969FF0000
|
||||
0000000000000000000000000000A0A0A0FFEDEDEDFFF0F0F0FFE3E3E3FFE5E5
|
||||
E5FFE7E7E7FFEAEAEAFFECECECFF939393FF898989FFADADADFF636363FFD9D9
|
||||
D9FFF6F6F6FFBFBFBFFF8B8B8BFF656565FF0000000000000000000000000000
|
||||
0000A0A0A0FFECECECFFF0F0F0FFE5E5E5FFE6E6E6FFE9E9E9FFEBEBEBFFEEEE
|
||||
EEFFDDDDDDFFDBDBDBFFC4C4C4FF616161FFD1D1D1FFF7F7F7FFBCBCBCFF8484
|
||||
84FF606060FF00000000000000000000000000000000A0A0A0FFEBEBEBFFF0F0
|
||||
F0FFE7E7E7FFE9E9E9FFEBEBEBFFEDEDEDFFF0F0F0FF979797FF6E6E6EFF9696
|
||||
96FF626262FFD2D2D2FFF8F8F8FFBABABAFF7F7F7FFF5D5D5DFF000000000000
|
||||
000000000000000000009F9F9FFFE8E8E8FFEFEFEFFFE9E9E9FFEBEBEBFFEDED
|
||||
EDFFEFEFEFFFF1F1F1FF555555FFDDDDDDFFD8D8D8FF5D5D5DFFD1D1D1FFF9F9
|
||||
F9FFB8B8B8FF7B7B7BFF5C5C5CFF000000000000000000000000000000009E9E
|
||||
9EFFE5E5E5FFECECECFFEBEBEBFFEDEDEDFFEFEFEFFFF1F1F1FFF2F2F2FFA5A5
|
||||
A5FF7C7C7CFF8E8E8EFF909090FFCACACAFFFAFAFAFFB6B6B6FF787878FF5A5A
|
||||
5AFF000000000000000000000000000000009C9C9CFFDFDFDFFFE8E8E8FFEEEE
|
||||
EEFFEFEFEFFFF0F0F0FFF2F2F2FFF4F4F4FFF5F5F5FFECECECFFF5F5F5FFF9F9
|
||||
F9FFFAFAFAFFFBFBFBFFAEAEAEFF737373FF565656FF00000000000000000000
|
||||
0000000000009A9A9AFFD5D5D5FFE2E2E2FFDBDBDBFFC7C7C7FFBBBBBBFFB9B9
|
||||
B9FFB9B9B9FFB7B7B7FFB4B4B4FFB2B2B2FFB1B1B1FFB1B1B1FFAAAAAAFF7B7B
|
||||
7BFF6B6B6BFF545454FF00000000000000000000000000000000959595FFCDCD
|
||||
CDFFC0C0C0FF777777FF484848FF454545FF474747FF4B4B4BFF4F4F4FFF5050
|
||||
50FF4C4C4CFF474747FF484848FF4E4E4EFF565656FF6C6C6CFF515151FF0000
|
||||
0000000000000000000000000000818181FF9C9C9CFF5C5C5CFF3E3E3EFF4242
|
||||
42FF404040FF424242FF434343FF464646FF484848FF454545FF434343FF4343
|
||||
43FF454545FF494949FF555555FF4C4C4CFF0000000000000000000000000000
|
||||
00000000000000000000292929FF232323FF232323FF222222FF222222FF2222
|
||||
22FF222222FF222222FF222222FF222222FF222222FF222222FF222222FF2424
|
||||
24FF000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
00000000000000000000000000000000000000000000
|
||||
}
|
||||
end
|
||||
end
|
||||
|
@ -5,7 +5,7 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
|
||||
+'A'#2#3'Top'#3#149#0#5'Width'#3'*'#2#13'ActiveControl'#7#12'MainNotebook'#7
|
||||
+'Caption'#6#17'EditorOptionsForm'#12'ClientHeight'#3'A'#2#11'ClientWidth'#3
|
||||
+'*'#2#21'Constraints.MinHeight'#3#244#1#20'Constraints.MinWidth'#3#164#1#10
|
||||
+'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0
|
||||
+'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0
|
||||
+#9'TNotebook'#12'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#6
|
||||
+'Height'#3#24#2#5'Width'#3'*'#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2
|
||||
@ -41,226 +41,116 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
|
||||
+'ckBoxOnChange'#8'TabOrder'#2#3#0#0#9'TComboBox'#19'BlockIndentComboBox'#24
|
||||
+'AnchorSideBottom.Control'#7#17'UndoLimitComboBox'#4'Left'#2#6#6'Height'#2#21
|
||||
+#3'Top'#3#166#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#8'On'
|
||||
+'Change'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7
|
||||
+#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#0#0#9'TComboBox'#17'UndoLimitComboBox'
|
||||
+#24'AnchorSideBottom.Control'#7#17'TabWidthsComboBox'#4'Left'#2#6#6'Height'#2
|
||||
+#21#3'Top'#3#193#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#13'Items.Strings'#1#6#5'32767'#6#4'4096'#6#3'512'#0
|
||||
+#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDo'
|
||||
+'wn'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#0#0#9'TComboBox'#17'TabWidthsCo'
|
||||
+'mboBox'#24'AnchorSideBottom.Control'#7#11'GeneralPage'#21'AnchorSideBottom.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#220#1#5'Width'#2'd'
|
||||
+#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#13'Items'
|
||||
+'.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#8'OnChange'#7#16'ComboBoxOnChange'
|
||||
+#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOr'
|
||||
+'der'#2#2#0#0#0#5'TPage'#11'DisplayPage'#7'Caption'#6#11'DisplayPage'#11'Cli'
|
||||
+'entWidth'#3'('#2#12'ClientHeight'#3#247#1#0#9'TGroupBox'#23'MarginAndGutter'
|
||||
+'GroupBox'#4'Left'#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#28#2#5'Align'
|
||||
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'MarginAndGutterGrou'
|
||||
+'pBox'#12'ClientHeight'#3#128#0#11'ClientWidth'#3#28#2#8'TabOrder'#2#1#0#6'T'
|
||||
+'Label'#16'RightMarginLabel'#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2#8#5'Widt'
|
||||
+'h'#2'n'#7'Caption'#6#16'RightMarginLabel'#11'ParentColor'#8#0#0#12'TColorBu'
|
||||
+'tton'#22'RightMarginColorButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2'"'
|
||||
+#5'Width'#2'd'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clB'
|
||||
+'tnFace'#14'OnColorChanged'#7'"RightMarginColorButtonColorChanged'#0#0#12'TC'
|
||||
+'olorButton'#17'GutterColorButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2'<'
|
||||
,#5'Width'#2'd'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clB'
|
||||
+'tnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#21'R'
|
||||
+'ightMarginColorLabel'#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2' '#5'Width'#3
|
||||
+#143#0#7'Caption'#6#21'RightMarginColorLabel'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#16'GutterColorLabel'#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2'='#5'Width'#2'm'
|
||||
+#7'Caption'#6#16'GutterColorLabel'#11'ParentColor'#8#0#0#6'TLabel#ShowOnlyLi'
|
||||
+'neNumbersMultiplesOfLabel'#21'AnchorSideTop.Control'#7#23'ShowLineNumbersCh'
|
||||
+'eckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3
|
||||
+'Top'#2'T'#5'Width'#3#146#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'Every '
|
||||
+'n-th line number'#11'ParentColor'#8#0#0#9'TCheckBox'#26'VisibleRightMarginC'
|
||||
+'heckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#8#5'Width'#3#203#0#7'Caption'#6
|
||||
+#26'VisibleRightMarginCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8
|
||||
+'TabOrder'#2#0#0#0#9'TCheckBox'#21'VisibleGutterCheckBox'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#22#3'Top'#2' '#5'Width'#3#169#0#7'Caption'#6#21'VisibleGutterCheckBox'
|
||||
+#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'
|
||||
+#23'ShowLineNumbersCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'8'#5'Width'
|
||||
+#3#206#0#7'Caption'#6#23'ShowLineNumbersCheckBox'#8'OnChange'#7#23'GeneralCh'
|
||||
+'eckBoxOnChange'#7'OnClick'#7#28'ShowLineNumbersCheckBoxClick'#8'TabOrder'#2
|
||||
+#2#0#0#9'TComboBox'#19'RightMarginComboBox'#4'Left'#3#246#0#6'Height'#2#29#3
|
||||
+'Top'#2#4#5'Width'#2'd'#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#8'OnCh'
|
||||
+'ange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7
|
||||
+#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbersMu'
|
||||
+'ltiplesOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersMultipl'
|
||||
+'esOfLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7'#ShowOnlyLineNumbersMultiplesOfLabel'#18'AnchorSideTop.Side'#7#9'asrCente'
|
||||
+'r'#4'Left'#3#158#0#6'Height'#2#23#3'Top'#2'S'#5'Width'#2'6'#18'BorderSpacin'
|
||||
+'g.Left'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'Tab'
|
||||
+'Order'#2#4#5'Value'#2#1#0#0#0#9'TGroupBox'#18'EditorFontGroupBox'#4'Left'#2
|
||||
+#6#6'Height'#3#148#0#3'Top'#3#140#0#5'Width'#3#28#2#5'Align'#7#5'alTop'#8'Au'
|
||||
+'toSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'EditorFontGroupBox'
|
||||
+#12'ClientHeight'#3#148#0#11'ClientWidth'#3#28#2#8'TabOrder'#2#0#0#6'TLabel'
|
||||
+#15'EditorFontLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#12#2#5
|
||||
+'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'B'
|
||||
+'orderSpacing.Right'#2#6#7'Caption'#6#15'EditorFontLabel'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#21'EditorFontHeightLabel'#21'AnchorSideTop.Control'#7#24'Editor'
|
||||
+'FontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2't'#6'He'
|
||||
+'ight'#2#20#3'Top'#2'-'#5'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLab'
|
||||
+'el'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#21'AnchorSide'
|
||||
+'Top.Control'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrC'
|
||||
+'enter'#4'Left'#2't'#6'Height'#2#20#3'Top'#2'J'#5'Width'#3#133#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#21'ExtraLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCharSpaci'
|
||||
+'ngLabel'#21'AnchorSideTop.Control'#7#24'ExtraCharSpacingComboBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrCenter'#4'Left'#2't'#6'Height'#2#20#3'Top'#2'g'#5'Widt'
|
||||
+'h'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'T'
|
||||
+'ComboBox'#18'EditorFontComboBox'#23'AnchorSideRight.Control'#7#16'EditorFon'
|
||||
+'tButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#215#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#13'OnEditin'
|
||||
+'gDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'Edi'
|
||||
+'torFontComboBox'#0#0#7'TButton'#16'EditorFontButton'#4'Left'#3#227#1#6'Heig'
|
||||
+'ht'#2#25#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Cap'
|
||||
+'tion'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#0#0#9
|
||||
+'TComboBox'#24'EditorFontHeightComboBox'#21'AnchorSideTop.Control'#7#18'Edit'
|
||||
+'orFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#29#3'Top'#2')'#5'Width'#2'd'#13'Items.Strings'#1#6#2'10'#6#2'11'#6#2'12'#6
|
||||
+#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#8'OnChange'#7#16'ComboBoxOn'
|
||||
+'Change'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'
|
||||
+#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLineSpacingComboBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'F'#5'Width'#2'd'#13'Items.String'
|
||||
+'s'#1#6#1'0'#6#1'1'#6#1'2'#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7
|
||||
+#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0
|
||||
,#9'TComboBox'#24'ExtraCharSpacingComboBox'#21'AnchorSideTop.Control'#7#24'Ex'
|
||||
+'traLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#29#3'Top'#2'c'#5'Width'#2'd'#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1
|
||||
+'2'#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'On'
|
||||
+'KeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#8'TSynEdit'#14'Displ'
|
||||
+'ayPreview'#4'Left'#2#6#6'Height'#3#203#0#3'Top'#3'&'#1#5'Width'#3#28#2#5'Al'
|
||||
+'ign'#7#8'alClient'#20'BorderSpacing.Around'#2#6#11'Font.Height'#2#240#9'Fon'
|
||||
+'t.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#10'Paren'
|
||||
+'tFont'#8#8'TabOrder'#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#14'DisplayPreview'#0
|
||||
+#8'ReadOnly'#9#22'SelectedColor.OnChange'#13#19'OnSpecialLineMarkup'#7#19'On'
|
||||
+'SpecialLineColors'#14'OnStatusChange'#7#26'DisplayPreviewStatusChange'#0#0#0
|
||||
+#5'TPage'#14'KeymappingPage'#7'Caption'#6#14'KeymappingPage'#11'ClientWidth'
|
||||
+#3'"'#2#12'ClientHeight'#3#254#1#0#6'TLabel'#19'KeyMappingHelpLabel'#21'Anch'
|
||||
+'orSideTop.Control'#7#14'KeymappingPage'#4'Left'#2#8#6'Height'#2#14#3'Top'#2
|
||||
+#6#5'Width'#2'i'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bor'
|
||||
+'derSpacing.Right'#2#6#7'Caption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8
|
||||
+#0#0#7'TButton'#28'KeyMappingChooseSchemeButton'#22'AnchorSideLeft.Control'#7
|
||||
+#14'KeymappingPage'#21'AnchorSideTop.Control'#7#14'KeymappingPage'#24'Anchor'
|
||||
+'SideBottom.Control'#7#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#225#1#5'Width'#3#189#0#7'Anchors'
|
||||
+#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#28'KeyMappingChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSche'
|
||||
,'meButtonClick'#8'TabOrder'#2#0#0#0#7'TButton KeyMappingConsistencyCheckButt'
|
||||
+'on'#21'AnchorSideTop.Control'#7#14'KeymappingPage'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#14'KeymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorS'
|
||||
+'ideBottom.Control'#7#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#3'Q'#1#6'Height'#2#23#3'Top'#3#225#1#5'Width'#3#203#0#7'Ancho'
|
||||
+'rs'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6' KeyMappingConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsi'
|
||||
+'stencyCheckButtonClick'#8'TabOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeV'
|
||||
+'iew'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#20'KeyMappingFilterEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anc'
|
||||
+'horSideRight.Control'#7#14'KeymappingPage'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#24'AnchorSideBottom.Control'#7#23'KeyMappingFindKeyButton'#4'Left'#2
|
||||
+#6#6'Height'#3#131#1#3'Top'#2';'#5'Width'#3#22#2#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#17'DefaultItemH'
|
||||
+'eight'#2#21#6'Images'#7#9'ImageList'#8'ReadOnly'#9#9'RowSelect'#9#8'TabOrde'
|
||||
+'r'#2#2#9'OnMouseUp'#7#25'KeyMappingTreeViewMouseUp'#7'Options'#11#17'tvoAut'
|
||||
+'oItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'
|
||||
+#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#17'tvo'
|
||||
+'ShowSeparators'#11'tvoToolTips'#0#0#0#5'TEdit'#20'KeyMappingFilterEdit'#22
|
||||
+'AnchorSideLeft.Control'#7#14'KeymappingPage'#21'AnchorSideTop.Control'#7#19
|
||||
+'KeyMappingHelpLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#14'KeymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#27#3'Top'#2#26#5'Width'#3#22#2#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'OnChang'
|
||||
+'e'#7#26'KeyMappingFilterEditChange'#7'OnEnter'#7#25'KeyMappingFilterEditEnt'
|
||||
+'er'#6'OnExit'#7#24'KeyMappingFilterEditExit'#8'TabOrder'#2#3#4'Text'#6#20'K'
|
||||
+'eyMappingFilterEdit'#0#0#7'TButton'#23'KeyMappingFindKeyButton'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#14'KeymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#28'KeyMappingChooseSchemeButton'#4'Left'#2#6
|
||||
+#6'Height'#2#23#3'Top'#3#196#1#5'Width'#3#154#0#7'Anchors'#11#6'akLeft'#8'ak'
|
||||
+'Bottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'KeyMap'
|
||||
+'pingFindKeyButton'#7'OnClick'#7#28'KeyMappingFindKeyButtonClick'#8'TabOrder'
|
||||
+#2#4#0#0#0#5'TPage'#9'ColorPage'#7'Caption'#6#9'ColorPage'#11'ClientWidth'#3
|
||||
+'('#2#12'ClientHeight'#3#247#1#0#6'TLabel'#13'LanguageLabel'#4'Left'#3#214#0
|
||||
+#6'Height'#2#14#3'Top'#2#12#5'Width'#2'I'#7'Caption'#6#13'LanguageLabel'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#16'ColorSchemeLabel'#4'Left'#3#214#0#6'Height'
|
||||
+#2#14#3'Top'#2'$'#5'Width'#2'X'#7'Caption'#6#16'ColorSchemeLabel'#11'ParentC'
|
||||
+'olor'#8#0#0#6'TLabel'#19'FileExtensionsLabel'#4'Left'#3#214#0#6'Height'#2#14
|
||||
+#3'Top'#2'<'#5'Width'#2'^'#7'Caption'#6#19'FileExtensionsLabel'#11'ParentCol'
|
||||
+'or'#8#0#0#6'TLabel'#17'ColorElementLabel'#4'Left'#2#4#6'Height'#2#14#3'Top'
|
||||
+#2'Z'#5'Width'#2'Y'#7'Caption'#6#17'ColorElementLabel'#11'ParentColor'#8#0#0
|
||||
+#9'TComboBox'#16'LanguageComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2#10#5
|
||||
+'Width'#3#200#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOn'
|
||||
+'Exit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'Lan'
|
||||
+'guageComboBox'#0#0#9'TComboBox'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Heigh'
|
||||
+'t'#2#21#3'Top'#2'"'#5'Width'#3#200#0#8'OnChange'#7#16'ComboBoxOnChange'#6'O'
|
||||
+'nExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'
|
||||
+#2#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22'FileExtensionsCom'
|
||||
+'boBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2':'#5'Width'#3#200#0#13'Items.Str'
|
||||
+'ings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;p'
|
||||
+'as;inc'#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'
|
||||
+#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#8'TSynEdit'#12'Col'
|
||||
+'orPreview'#4'Left'#2#4#6'Height'#2'y'#3'Top'#3'z'#1#5'Width'#3' '#2#5'Align'
|
||||
+#7#8'alBottom'#20'BorderSpacing.Around'#2#4#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#10
|
||||
+'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#3
|
||||
+#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#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
|
||||
+'rSpacing.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'Ma'
|
||||
+'xLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOn'
|
||||
+'Exit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#0#0#9'TComboBox'
|
||||
+#17'UndoLimitComboBox'#24'AnchorSideBottom.Control'#7#17'TabWidthsComboBox'#4
|
||||
+'Left'#2#6#6'Height'#2#21#3'Top'#3#193#1#5'Width'#2'd'#7'Anchors'#11#6'akLef'
|
||||
+'t'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#13'Items.Strings'#1#6#5'32767'
|
||||
+#6#4'4096'#6#3'512'#0#9'MaxLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6
|
||||
+'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrde'
|
||||
+'r'#2#1#0#0#9'TComboBox'#17'TabWidthsComboBox'#24'AnchorSideBottom.Control'#7
|
||||
+#11'GeneralPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#21#3'Top'#3#220#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0
|
||||
+#20'BorderSpacing.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'
|
||||
+#0#9'MaxLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'Comb'
|
||||
+'oBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#0#5'TP'
|
||||
+'age'#11'DisplayPage'#7'Caption'#6#11'DisplayPage'#11'ClientWidth'#3'('#2#12
|
||||
+'ClientHeight'#3#247#1#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#4'Left'#2#6
|
||||
+#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#5'alTop'#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#23'MarginAndGutterGroupBox'#12'ClientHeight'
|
||||
+#3#128#0#11'ClientWidth'#3#28#2#8'TabOrder'#2#1#0#6'TLabel'#16'RightMarginLa'
|
||||
+'bel'#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2#8#5'Width'#2'n'#7'Caption'#6#16
|
||||
+'RightMarginLabel'#11'ParentColor'#8#0#0#12'TColorButton'#22'RightMarginColo'
|
||||
+'rButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2'"'#5'Width'#2'd'#11'Border'
|
||||
+'Width'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChang'
|
||||
+'ed'#7'"RightMarginColorButtonColorChanged'#0#0#12'TColorButton'#17'GutterCo'
|
||||
,'lorButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2'<'#5'Width'#2'd'#11'Bord'
|
||||
+'erWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorCha'
|
||||
+'nged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#21'RightMarginColorLabel'
|
||||
+#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2' '#5'Width'#3#143#0#7'Caption'#6#21
|
||||
+'RightMarginColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'GutterColorLabel'
|
||||
+#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2'='#5'Width'#2'm'#7'Caption'#6#16'Gut'
|
||||
+'terColorLabel'#11'ParentColor'#8#0#0#6'TLabel#ShowOnlyLineNumbersMultiplesO'
|
||||
+'fLabel'#21'AnchorSideTop.Control'#7#23'ShowLineNumbersCheckBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'T'#5'Width'#3
|
||||
+#146#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'Every n-th line number'#11
|
||||
+'ParentColor'#8#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2#8#5'Width'#3#203#0#7'Caption'#6#26'VisibleRightMargin'
|
||||
+'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'T'
|
||||
+'CheckBox'#21'VisibleGutterCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2' '#5
|
||||
+'Width'#3#169#0#7'Caption'#6#21'VisibleGutterCheckBox'#8'OnChange'#7#23'Gene'
|
||||
+'ralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowLineNumbersChe'
|
||||
+'ckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'8'#5'Width'#3#206#0#7'Caption'#6
|
||||
+#23'ShowLineNumbersCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#7'OnC'
|
||||
+'lick'#7#28'ShowLineNumbersCheckBoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19
|
||||
+'RightMarginComboBox'#4'Left'#3#246#0#6'Height'#2#29#3'Top'#2#4#5'Width'#2'd'
|
||||
+#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'MaxLength'#2#255#8'OnChange'
|
||||
+#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Com'
|
||||
+'boBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbersMultiple'
|
||||
+'sOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersMultiplesOfLa'
|
||||
+'bel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7'#Sh'
|
||||
+'owOnlyLineNumbersMultiplesOfLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#3#158#0#6'Height'#2#23#3'Top'#2'S'#5'Width'#2'6'#18'BorderSpacing.Lef'
|
||||
+'t'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'
|
||||
+#2#4#5'Value'#2#1#0#0#0#9'TGroupBox'#18'EditorFontGroupBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#3#148#0#3'Top'#3#140#0#5'Width'#3#28#2#5'Align'#7#5'alTop'#8'AutoSize'
|
||||
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'EditorFontGroupBox'#12'Clien'
|
||||
+'tHeight'#3#148#0#11'ClientWidth'#3#28#2#8'TabOrder'#2#0#0#6'TLabel'#15'Edit'
|
||||
+'orFontLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#12#2#5'Align'
|
||||
+#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSp'
|
||||
+'acing.Right'#2#6#7'Caption'#6#15'EditorFontLabel'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#21'EditorFontHeightLabel'#21'AnchorSideTop.Control'#7#24'EditorFontH'
|
||||
+'eightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2't'#6'Height'
|
||||
+#2#20#3'Top'#2'-'#5'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#2't'#6'Height'#2#20#3'Top'#2'J'#5'Width'#3#133#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'Extr'
|
||||
+'aLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCharSpacingLabel'
|
||||
+#21'AnchorSideTop.Control'#7#24'ExtraCharSpacingComboBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrCenter'#4'Left'#2't'#6'Height'#2#20#3'Top'#2'g'#5'Width'#3#133#1
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#18
|
||||
+'EditorFontComboBox'#23'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#215#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#255#13'OnE'
|
||||
+'ditingDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18
|
||||
+'EditorFontComboBox'#0#0#7'TButton'#16'EditorFontButton'#4'Left'#3#227#1#6'H'
|
||||
+'eight'#2#25#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#7
|
||||
+'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#0#0
|
||||
+#9'TComboBox'#24'EditorFontHeightComboBox'#21'AnchorSideTop.Control'#7#18'Ed'
|
||||
+'itorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#29#3'Top'#2')'#5'Width'#2'd'#13'Items.Strings'#1#6#2'10'#6#2'11'#6#2'1'
|
||||
+'2'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'MaxLength'#2#255#8'O'
|
||||
+'nChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'
|
||||
+#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLineSpacin'
|
||||
+'gComboBox'#21'AnchorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'F'#5'Wid'
|
||||
+'th'#2'd'#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#255#8'On'
|
||||
,'Change'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7
|
||||
+#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0#9'TComboBox'#24'ExtraCharSpacingC'
|
||||
+'omboBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingComboBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'c'#5'Width'
|
||||
+#2'd'#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#255#8'OnChan'
|
||||
+'ge'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17
|
||||
+'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#8'TSynEdit'#14'DisplayPreview'#4'L'
|
||||
+'eft'#2#6#6'Height'#3#203#0#3'Top'#3'&'#1#5'Width'#3#28#2#5'Align'#7#8'alCli'
|
||||
+'ent'#20'BorderSpacing.Around'#2#6#11'Font.Height'#2#240#9'Font.Name'#6#7'co'
|
||||
+'urier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#10'ParentFont'#8#8'Tab'
|
||||
+'Order'#2#2#24'BookMarkOptions.OnChange'#13#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
|
||||
@ -291,294 +181,273 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
|
||||
+'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Comma'
|
||||
+'nd'#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'ColorPrev'
|
||||
+'iew'#0#8'ReadOnly'#9#22'SelectedColor.OnChange'#13#19'OnSpecialLineMarkup'#7
|
||||
+#19'OnSpecialLineColors'#14'OnStatusChange'#7#26'DisplayPreviewStatusChange'
|
||||
+#0#0#8'TListBox'#19'ColorElementListBox'#4'Left'#2#3#6'Height'#3#8#1#3'Top'#2
|
||||
+'l'#5'Width'#3#200#0#16'ClickOnSelChange'#8#7'OnClick'#7#24'ColorElementList'
|
||||
+'BoxClick'#17'OnSelectionChange'#7'"ColorElementListBoxSelectionChange'#8'Ta'
|
||||
+'bOrder'#2#4#8'TopIndex'#2#255#0#0#7'TButton'#27'SetAttributeToDefaultButton'
|
||||
+#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3'N'#1#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7' SetAttributeToDefaultBut'
|
||||
+'tonClick'#8'TabOrder'#2#5#0#0#7'TButton'#31'SetAllAttributesToDefaultButton'
|
||||
+#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'z'#5'Width'#3'N'#1#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#31'SetAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAttributesToDe'
|
||||
+'faultButtonClick'#8'TabOrder'#2#6#0#0#9'TGroupBox'#22'TextAttributesGroupBo'
|
||||
+'x'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#12'ColorPreview'#4'Left'#3#212#0#6
|
||||
+'Height'#3#218#0#3'Top'#3#154#0#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#10
|
||||
+'Attributes'#12'ClientHeight'#3#218#0#11'ClientWidth'#3'N'#1#8'TabOrder'#2#7
|
||||
+#0#6'TLabel'#15'ForeGroundLabel'#4'Left'#2#8#6'Height'#2#14#5'Width'#2'S'#7
|
||||
+'Caption'#6#15'ForeGroundLabel'#11'ParentColor'#8#0#0#12'TColorButton'#21'Fo'
|
||||
+'regroundColorButton'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#16#5'Wi'
|
||||
+'dth'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize'
|
||||
+#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChange'
|
||||
+'d'#0#0#12'TColorButton'#21'BackGroundColorButton'#21'AnchorSideTop.Control'
|
||||
+#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'H'
|
||||
,'eight'#2#21#3'Top'#2':'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWi'
|
||||
+'dth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'
|
||||
+#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15'BackGroundLabel'#21'AnchorSi'
|
||||
+'deTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width'#2'S'#17'BorderSpacing.Top'#2
|
||||
+#28#7'Caption'#6#15'BackGroundLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#28'F'
|
||||
+'oreGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#19#3'Top'#2
|
||||
+#16#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'Border'
|
||||
+'Spacing.Top'#2#2#7'Caption'#6#28'ForeGroundUseDefaultCheckBox'#8'OnChange'#7
|
||||
+#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#28'BackGroundU'
|
||||
+'seDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#19#3'Top'#2'8'#5'Wid'
|
||||
+'th'#3#195#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.'
|
||||
+'Right'#2#2#7'Caption'#6#28'BackGroundUseDefaultCheckBox'#8'OnChange'#7#23'G'
|
||||
+'eneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#6'TPanel'#18'TextUnderlinePanel'
|
||||
+#4'Left'#2#6#6'Height'#2#19#3'Top'#2'|'#5'Width'#3'>'#1#5'Align'#7#8'alBotto'
|
||||
+'m'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12
|
||||
+'ClientHeight'#2#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#2#0#9'TCheckBox'#21
|
||||
+'TextUnderlineCheckBox'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClien'
|
||||
+'t'#7'Caption'#6#21'TextUnderlineCheckBox'#8'OnChange'#7#23'GeneralCheckBoxO'
|
||||
+'nChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23'TextUnderlineRadioPanel'#4'Left'#3
|
||||
+#174#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10
|
||||
+'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3#29'ChildSizin'
|
||||
+'g.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7
|
||||
+#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBotto'
|
||||
+'m'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'
|
||||
+#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#20'TextUnderlineRad'
|
||||
+'ioOn'#3'Tag'#2#3#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'
|
||||
+#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrd'
|
||||
+'er'#2#0#0#0#12'TRadioButton'#21'TextUnderlineRadioOff'#3'Tag'#2#3#4'Left'#2
|
||||
+'+'#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextSt'
|
||||
+'yleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButton'#24'TextUnderlineRadi'
|
||||
+'oInvert'#3'Tag'#2#3#4'Left'#2'V'#6'Height'#2#21#5'Width'#2':'#7'Caption'#6#6
|
||||
+'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#6
|
||||
+'TPanel'#13'TextBoldPanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#149#0#5'Width'
|
||||
+#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10
|
||||
+'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'>'#1#8'TabO'
|
||||
+'rder'#2#3#0#9'TCheckBox'#16'TextBoldCheckBox'#6'Height'#2#19#5'Width'#3#174
|
||||
+#0#5'Align'#7#8'alClient'#7'Caption'#6#16'TextBoldCheckBox'#8'OnChange'#7#23
|
||||
+'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#18'TextBoldRadioPane'
|
||||
+'l'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8
|
||||
+'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3
|
||||
+#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSizing.Shrin'
|
||||
+'kHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRigh'
|
||||
+'tThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#19
|
||||
+#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#15
|
||||
+'TextBoldRadioOn'#3'Tag'#2#1#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#2'On'
|
||||
+#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecke'
|
||||
+'d'#8'TabOrder'#2#0#0#0#12'TRadioButton'#16'TextBoldRadioOff'#3'Tag'#2#1#4'L'
|
||||
+'eft'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#3'Off'#8'OnChange'#7#22
|
||||
+'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButton'#19'TextBoldRad'
|
||||
+'ioInvert'#3'Tag'#2#1#4'Left'#2'V'#6'Height'#2#21#5'Width'#2':'#7'Caption'#6
|
||||
+#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#6
|
||||
+'TPanel'#15'TextItalicPanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#174#0#5'Wid'
|
||||
+'th'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||
+#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPr'
|
||||
+'eview'#0#8'ReadOnly'#9#19'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14
|
||||
+'OnStatusChange'#7#26'DisplayPreviewStatusChange'#0#0#0#5'TPage'#14'Keymappi'
|
||||
+'ngPage'#7'Caption'#6#14'KeymappingPage'#11'ClientWidth'#3'"'#2#12'ClientHei'
|
||||
+'ght'#3#254#1#0#6'TLabel'#19'KeyMappingHelpLabel'#21'AnchorSideTop.Control'#7
|
||||
+#14'KeymappingPage'#4'Left'#2#8#6'Height'#2#14#3'Top'#2#6#5'Width'#2'i'#18'B'
|
||||
+'orderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6
|
||||
+#7'Caption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#7'TButton'#28'Ke'
|
||||
+'yMappingChooseSchemeButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'
|
||||
+#21'AnchorSideTop.Control'#7#14'KeymappingPage'#24'AnchorSideBottom.Control'
|
||||
+#7#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#23#3'Top'#3#225#1#5'Width'#3#189#0#7'Anchors'#11#6'akLeft'#8'akBo'
|
||||
,'ttom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'KeyMappi'
|
||||
+'ngChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'Ta'
|
||||
+'bOrder'#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#21'AnchorSideTo'
|
||||
+'p.Control'#7#14'KeymappingPage'#23'AnchorSideRight.Control'#7#14'Keymapping'
|
||||
+'Page'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
|
||||
+#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'Q'#1#6
|
||||
+'Height'#2#23#3'Top'#3#225#1#5'Width'#3#203#0#7'Anchors'#11#7'akRight'#8'akB'
|
||||
+'ottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6' KeyMappin'
|
||||
+'gConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsistencyCheckButtonClic'
|
||||
+'k'#8'TabOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeView'#22'AnchorSideLef'
|
||||
+'t.Control'#7#14'KeymappingPage'#21'AnchorSideTop.Control'#7#20'KeyMappingFi'
|
||||
+'lterEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#14'KeymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideB'
|
||||
+'ottom.Control'#7#23'KeyMappingFindKeyButton'#4'Left'#2#6#6'Height'#3#131#1#3
|
||||
+'Top'#2';'#5'Width'#3#22#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB'
|
||||
+'ottom'#0#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2#15#8'ReadOnly'
|
||||
+#9#9'RowSelect'#9#8'TabOrder'#2#2#9'OnMouseUp'#7#25'KeyMappingTreeViewMouseU'
|
||||
+'p'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepColla'
|
||||
+'psedNodes'#11'tvoReadOnly'#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLi'
|
||||
+'nes'#11'tvoShowRoot'#17'tvoShowSeparators'#11'tvoToolTips'#0#0#0#5'TEdit'#20
|
||||
+'KeyMappingFilterEdit'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#21'An'
|
||||
+'chorSideTop.Control'#7#19'KeyMappingHelpLabel'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#14'KeymappingPage'#20'AnchorSideRig'
|
||||
+'ht.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#26#5'Width'#3#22
|
||||
+#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpac'
|
||||
+'ing.Around'#2#6#8'OnChange'#7#26'KeyMappingFilterEditChange'#7'OnEnter'#7#25
|
||||
+'KeyMappingFilterEditEnter'#6'OnExit'#7#24'KeyMappingFilterEditExit'#8'TabOr'
|
||||
+'der'#2#3#4'Text'#6#20'KeyMappingFilterEdit'#0#0#7'TButton'#23'KeyMappingFin'
|
||||
+'dKeyButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#28'KeyMappingChoose'
|
||||
+'SchemeButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#196#1#5'Width'#3#154#0#7
|
||||
+'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#23'KeyMappingFindKeyButton'#7'OnClick'#7#28'KeyMappingFindKe'
|
||||
+'yButtonClick'#8'TabOrder'#2#4#0#0#0#5'TPage'#9'ColorPage'#7'Caption'#6#9'Co'
|
||||
+'lorPage'#11'ClientWidth'#3'('#2#12'ClientHeight'#3#247#1#0#6'TLabel'#13'Lan'
|
||||
+'guageLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2#12#5'Width'#2'I'#7'Capt'
|
||||
+'ion'#6#13'LanguageLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'ColorSchemeLabe'
|
||||
+'l'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2'$'#5'Width'#2'X'#7'Caption'#6#16
|
||||
+'ColorSchemeLabel'#11'ParentColor'#8#0#0#6'TLabel'#19'FileExtensionsLabel'#4
|
||||
+'Left'#3#214#0#6'Height'#2#14#3'Top'#2'<'#5'Width'#2'^'#7'Caption'#6#19'File'
|
||||
+'ExtensionsLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'ColorElementLabel'#4'Le'
|
||||
+'ft'#2#4#6'Height'#2#14#3'Top'#2'Z'#5'Width'#2'Y'#7'Caption'#6#17'ColorEleme'
|
||||
+'ntLabel'#11'ParentColor'#8#0#0#9'TComboBox'#16'LanguageComboBox'#4'Left'#2#3
|
||||
+#6'Height'#2#21#3'Top'#2#10#5'Width'#3#200#0#9'MaxLength'#2#255#8'OnChange'#7
|
||||
+#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Combo'
|
||||
+'BoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'#0#0#9'TComboBo'
|
||||
+'x'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2'"'#5'Width'#3
|
||||
+#200#0#9'MaxLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14
|
||||
+'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Text'
|
||||
+#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22'FileExtensionsComboBox'#4'Lef'
|
||||
+'t'#2#3#6'Height'#2#21#3'Top'#2':'#5'Width'#3#200#0#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'M'
|
||||
+'axLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxO'
|
||||
+'nExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#8'TSynEdit'
|
||||
+#12'ColorPreview'#4'Left'#2#4#6'Height'#2'y'#3'Top'#3'z'#1#5'Width'#3' '#2#5
|
||||
+'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#4#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'cou'
|
||||
+'rier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#10'ParentFont'#8#8'TabO'
|
||||
+'rder'#2#3#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#24'BookMarkOptions.OnCh'
|
||||
+'ange'#13#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'Comma'
|
||||
+'nd'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Comman'
|
||||
+'d'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Comm'
|
||||
+'and'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Comm'
|
||||
,'and'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Comm'
|
||||
+'and'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Co'
|
||||
+'mmand'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'C'
|
||||
+'ommand'#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'C'
|
||||
+'ommand'#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'C'
|
||||
+'ommand'#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'C'
|
||||
+'ommand'#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'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'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#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'C'
|
||||
+'ommand'#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'Short'
|
||||
+'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#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'Com'
|
||||
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#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'/'#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'Short'
|
||||
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#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'Comman'
|
||||
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
||||
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#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'ShortCu'
|
||||
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8'ReadOnly'#9#19
|
||||
+'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14'OnStatusChange'#7#26'Disp'
|
||||
+'layPreviewStatusChange'#0#0#8'TListBox'#19'ColorElementListBox'#4'Left'#2#3
|
||||
+#6'Height'#3#8#1#3'Top'#2'l'#5'Width'#3#200#0#16'ClickOnSelChange'#8#7'OnCli'
|
||||
+'ck'#7#24'ColorElementListBoxClick'#17'OnSelectionChange'#7'"ColorElementLis'
|
||||
+'tBoxSelectionChange'#8'TabOrder'#2#4#8'TopIndex'#2#255#0#0#7'TButton'#27'Se'
|
||||
+'tAttributeToDefaultButton'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2
|
||||
+'Z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7
|
||||
+' SetAttributeToDefaultButtonClick'#8'TabOrder'#2#5#0#0#7'TButton'#31'SetAll'
|
||||
+'AttributesToDefaultButton'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2
|
||||
+'z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#31'SetAllAttributesToDefaultButton'#7'OnCli'
|
||||
+'ck'#7'$SetAllAttributesToDefaultButtonClick'#8'TabOrder'#2#6#0#0#9'TGroupBo'
|
||||
+'x'#22'TextAttributesGroupBox'#23'AnchorSideRight.Control'#7#9'ColorPage'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'Colo'
|
||||
+'rPreview'#4'Left'#3#212#0#6'Height'#3#218#0#3'Top'#3#154#0#5'Width'#3'N'#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#7'Caption'#6#10'Attributes'#12'ClientHeight'#3#218#0#11'ClientWid'
|
||||
+'th'#3'N'#1#8'TabOrder'#2#7#0#6'TLabel'#15'ForeGroundLabel'#4'Left'#2#8#6'He'
|
||||
+'ight'#2#14#5'Width'#2'S'#7'Caption'#6#15'ForeGroundLabel'#11'ParentColor'#8
|
||||
+#0#0#12'TColorButton'#21'ForegroundColorButton'#21'AnchorSideTop.Control'#7
|
||||
+#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Hei'
|
||||
+'ght'#2#21#3'Top'#2#16#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidt'
|
||||
+'h'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7
|
||||
,#23'ColorButtonColorChanged'#0#0#12'TColorButton'#21'BackGroundColorButton'
|
||||
+#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2':'#5'Width'#2'K'#17'BorderSp'
|
||||
+'acing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'cl'
|
||||
+'BtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15
|
||||
+'BackGroundLabel'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width'
|
||||
+#2'S'#17'BorderSpacing.Top'#2#28#7'Caption'#6#15'BackGroundLabel'#11'ParentC'
|
||||
+'olor'#8#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorSideTop.'
|
||||
+'Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2'^'#6'Height'#2#19#3'Top'#2#16#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGroundUse'
|
||||
+'DefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0
|
||||
+#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7
|
||||
+#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'He'
|
||||
+'ight'#2#19#3'Top'#2'8'#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#19'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundUseDefault'
|
||||
+'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#6'T'
|
||||
+'Panel'#18'TextUnderlinePanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'|'#5'Widt'
|
||||
+'h'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||
+#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'>'#1#8'T'
|
||||
+'abOrder'#2#4#0#9'TCheckBox'#18'TextItalicCheckBox'#6'Height'#2#19#5'Width'#3
|
||||
+#174#0#5'Align'#7#8'alClient'#7'Caption'#6#18'TextItalicCheckBox'#8'OnChange'
|
||||
+#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#20'TextItalicRa'
|
||||
+'dioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRi'
|
||||
+'ght'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpac'
|
||||
+'ing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSiz'
|
||||
+'ing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclL'
|
||||
,'eftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHei'
|
||||
+'ght'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioB'
|
||||
+'utton'#17'TextItalicRadioOn'#3'Tag'#2#2#6'Height'#2#21#5'Width'#2'('#7'Capt'
|
||||
+'ion'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'
|
||||
+#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#18'TextItalicRadioOff'#3
|
||||
+'Tag'#2#2#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#3'Off'#8'On'
|
||||
+'Change'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButton'#21
|
||||
+'TextItalicRadioInvert'#3'Tag'#2#2#4'Left'#2'V'#6'Height'#2#21#5'Width'#2':'
|
||||
+#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'
|
||||
+#2#2#0#0#0#0#0#0#5'TPage'#13'CodetoolsPage'#7'Caption'#6#13'CodetoolsPage'#11
|
||||
+'ClientWidth'#3'('#2#12'ClientHeight'#3#247#1#0#9'TGroupBox'#25'AutomaticFea'
|
||||
+'turesGroupBox'#4'Left'#2#6#6'Height'#3#235#1#3'Top'#2#6#5'Width'#3#28#2#5'A'
|
||||
+'lign'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'AutomaticF'
|
||||
+'eaturesGroupBox'#12'ClientHeight'#3#235#1#11'ClientWidth'#3#28#2#8'TabOrder'
|
||||
+#2#0#0#6'TLabel'#14'AutoDelayLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#176#0
|
||||
+#5'Width'#3#12#2#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#24#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#6'TL'
|
||||
+'abel'#17'AutoDelayMinLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBa'
|
||||
+'r'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3
|
||||
+#148#0#5'Width'#2'\'#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinL'
|
||||
+'abel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTo'
|
||||
+'p.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#154#1#6'Height'#2#14#3'Top'#3#148#0#5'Width'#2'`'#9'Alignment'#7#14
|
||||
+'taRightJustify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2
|
||||
+#2#7'Caption'#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#9'TCheckBox Auto'
|
||||
+'IdentifierCompletionCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'
|
||||
+#3#12#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6' AutoI'
|
||||
+'dentifierCompletionCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#26'AutoCodePa'
|
||||
+'rametersCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'8'#5'Width'#3#12#2#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'AutoCodePara'
|
||||
+'metersCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'AutoToolTi'
|
||||
+'pExprEvalCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'Q'#5'Width'#3#12#2#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'AutoToolTipE'
|
||||
+'xprEvalCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#28'AutoToolTipSymbToolsCh'
|
||||
+'eckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'Width'#3#12#2#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsChe'
|
||||
+'ckBox'#8'TabOrder'#2#3#0#0#9'TTrackBar'#17'AutoDelayTrackBar'#4'Left'#2#6#6
|
||||
+'Height'#2'('#3'Top'#2'j'#5'Width'#3#12#2#9'Frequency'#3#250#0#3'Max'#3#160
|
||||
+#15#3'Min'#3#244#1#8'Position'#3#244#1#8'ScalePos'#7#5'trTop'#5'Align'#7#5'a'
|
||||
+'lTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing'
|
||||
+'.Right'#2#6#8'TabOrder'#2#4#0#0#0#0#5'TPage'#11'CodeFolding'#7'Caption'#6#11
|
||||
+'CodeFolding'#11'ClientWidth'#3'('#2#12'ClientHeight'#3#247#1#0#6'TLabel'#19
|
||||
+'lblDividerDrawLevel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'G'#5'Width'#2'^'#7
|
||||
+'Caption'#6#19'lblDividerDrawLevel'#11'ParentColor'#8#0#0#6'TBevel'#6'Bevel1'
|
||||
+#4'Left'#2#6#6'Height'#2#2#3'Top'#2'1'#5'Width'#3#27#2#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#0#0#9'TCheckBox'#21'chkCodeFoldingEnabled'#4'Left'#2
|
||||
+#6#6'Height'#2#19#3'Top'#2#23#5'Width'#3#139#0#7'Caption'#6#21'chkCodeFoldin'
|
||||
+'gEnabled'#8'OnChange'#7#27'chkCodeFoldingEnabledChange'#8'TabOrder'#2#0#0#0
|
||||
+#9'TSpinEdit'#18'edDividerDrawLevel'#4'Left'#3#211#0#6'Height'#2#23#3'Top'#2
|
||||
+'B'#5'Width'#2'2'#8'MaxValue'#2#10#8'MinValue'#2#1#8'TabOrder'#2#1#5'Value'#2
|
||||
+#1#0#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2'#'#3'Top'#3#30#2#5'Width'#3'*'#2
|
||||
+#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHe'
|
||||
+'ight'#2'#'#11'ClientWidth'#3'*'#2#8'TabOrder'#2#1#0#7'TBitBtn'#12'CancelBut'
|
||||
+'ton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#202#1#6'Height'#2#23#3'Top'#2#6#5'Width'#2'Z'#5'Align'
|
||||
+#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'Can'
|
||||
+'celButton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'OnClick'#7#17'C'
|
||||
+'ancelButtonClick'#8'TabOrder'#2#0#0#0#7'TBitBtn'#8'OkButton'#21'AnchorSideB'
|
||||
+'ottom.Side'#7#9'asrBottom'#4'Left'#3'y'#1#6'Height'#2#23#3'Top'#2#6#5'Width'
|
||||
+#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#8'OkButton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'OnClic'
|
||||
+'k'#7#13'OkButtonClick'#8'TabOrder'#2#1#0#0#0#10'TImageList'#9'ImageList'#6
|
||||
+'Height'#2#21#5'Width'#2#21#4'left'#3'X'#1#3'top'#3#192#0#6'Bitmap'#10#214#13
|
||||
+#0#0'Li'#2#0#0#0#21#0#0#0#21#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'HNK'
|
||||
+#255#139#145#141#255#168#174#170#255#194#199#195#255#209#214#210#255#161#164
|
||||
+#161#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'z'#133#128#255#176#186#181#255
|
||||
+#141#147#144#255#153#156#154#255#147#148#147#255#188#192#188#255#229#234#230
|
||||
+#255#174#178#176#255'KNN'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#170#177#173#255#168#177#173#255#189
|
||||
+#196#192#255#140#144#141#255#139#141#139#255#151#154#151#255#228#231#228#255
|
||||
+#146#151#149#255'BIF'#255':@>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xzx'#255#231#233#231#255#208#210#209
|
||||
+#255#172#176#173#255#180#184#182#255#185#189#186#255#207#211#207#255'|'#128
|
||||
+'~'#255'MVR'#255'GOL'#255'6=;'#255'JPN'#255#149#155#151#255#165#172#168#255
|
||||
+#203#207#203#255#193#197#192#255#167#170#167#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#187#188#187#255#240#242#240#255#239#240#238#255#227#229#227#255#202#205
|
||||
+#202#255#189#192#189#255#147#152#148#255'kuq'#255'Yc`'#255'FNK'#255'x'#129'}'
|
||||
+#255#176#185#181#255#148#152#149#255#168#170#169#255#211#213#211#255#204#208
|
||||
+#204#255#230#234#230#255#158#164#160#255#0#0#0#0#0#0#0#0#0#0#0#0#218#220#218
|
||||
+#255#187#190#188#255#162#166#163#255#180#187#182#255#179#184#180#255#167#170
|
||||
+#167#255#140#145#141#255'frl'#255'[c_'#255#155#163#158#255#167#176#171#255
|
||||
+#198#205#202#255#142#144#143#255#154#156#155#255#157#159#157#255#218#221#218
|
||||
+#255#138#143#140#255'FMJ'#255#0#0#0#0#0#0#0#0#0#0#0#0'\a^'#255#149#158#153
|
||||
+#255'tyv'#255'kmk'#255#228#232#228#255#218#221#218#255#222#226#222#255#175
|
||||
+#180#176#255'qvs'#255#234#237#234#255#208#211#209#255#165#171#168#255#167#172
|
||||
+#168#255#211#217#212#255#216#221#217#255'ptq'#255'PXT'#255'HOL'#255#0#0#0#0#0
|
||||
+#0#0#0#140#151#145#255#170#183#176#255#140#146#142#255#208#213#209#255'vyw'
|
||||
+#255'||'#255#185#188#185#255#189#191#189#255'GLK'#255'dge'#255#243#245#243
|
||||
+#255#235#236#235#255#234#237#234#255#229#231#229#255#173#176#173#255#131#136
|
||||
+#133#255'nxt'#255'[d`'#255'ISN'#255#0#0#0#0'z}z'#255#210#214#211#255#171#178
|
||||
+#174#255#176#184#179#255#206#211#208#255#184#188#184#255#225#229#225#255#159
|
||||
+#164#160#255'KQN'#255'IQM'#255'HOL'#255#228#230#228#255#231#232#231#255#226
|
||||
+#229#226#255#222#227#222#255#221#226#221#255#164#171#166#255'pzu'#255'^hd'
|
||||
+#255'LWR'#255#0#0#0#0#179#183#179#255#239#242#239#255#241#242#241#255#212#215
|
||||
+#212#255#187#190#187#255#173#177#174#255#145#151#147#255'_hd'#255'Wa\'#255'F'
|
||||
+'OK'#255'AKG'#255#186#189#187#255#228#231#228#255#222#226#222#255#220#225#220
|
||||
+#255#220#225#220#255#163#171#166#255'ozu'#255'akf'#255'ENJ'#255#0#0#0#0#220
|
||||
+#223#220#255#239#240#239#255#233#233#233#255#226#229#226#255#226#231#226#255
|
||||
+#215#220#215#255#155#163#158#255'oyu'#255'[ea'#255'ITO'#255'AKF'#255#0#0#0#0
|
||||
+#148#151#148#255#213#217#213#255#223#228#223#255#220#225#221#255#156#167#161
|
||||
+#255'nyt'#255'LTP'#255#0#0#0#0#0#0#0#0#189#191#189#255#235#238#235#255#229
|
||||
+#231#229#255#223#227#223#255#220#225#220#255#218#222#218#255#157#164#160#255
|
||||
+'nxt'#255'^gc'#255'HRM'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#141#144#141#255
|
||||
+#173#176#173#255'y'#128'|'#255';A>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'mom'
|
||||
+#255#210#214#210#255#221#226#221#255#220#225#220#255#218#224#219#255#153#164
|
||||
+#158#255'nzt'#255'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#139
|
||||
+#142#139#255#208#211#208#255#213#217#214#255#141#151#146#255'T^Z'#255#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'abb'#255#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#192#192#192#255#204#204#204#255#202
|
||||
+#202#202#255#202#202#202#255#201#201#201#255#200#200#200#255#199#199#199#255
|
||||
+#198#198#198#255#197#197#197#255#193#193#193#255#186#186#186#255#184#184#184
|
||||
+#255#180#180#180#255#173#173#173#255#160#160#160#255#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#160#160#160#255#246#246#246#255#246#246#246#255#238#238#238
|
||||
+#255#230#230#230#255#230#230#230#255#230#230#230#255#231#231#231#255#232#232
|
||||
+#232#255#230#230#230#255#229#229#229#255#228#228#228#255#226#226#226#255#222
|
||||
+#222#222#255#204#204#204#255#184#184#184#255'yyy'#255#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#165#165#165#255#249#249#249#255#246#246#246#255#217#217#217#255#215
|
||||
+#215#215#255#219#219#219#255#222#222#222#255#225#225#225#255#228#228#228#255
|
||||
+#230#230#230#255#233#233#233#255#235#235#235#255#237#237#237#255#239#239#239
|
||||
+#255#205#205#205#255#178#178#178#255'ttt'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#164#164#164#255#247#247#247#255#245#245#245#255#216#216#216#255#218#218#218
|
||||
+#255#222#222#222#255#225#225#225#255#228#228#228#255#230#230#230#255#233#233
|
||||
+#233#255#235#235#235#255#237#237#237#255#239#239#239#255#241#241#241#255#203
|
||||
+#203#203#255#168#168#168#255'ooo'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#162#162
|
||||
+#162#255#243#243#243#255#243#243#243#255#218#218#218#255#221#221#221#255#224
|
||||
+#224#224#255#227#227#227#255#230#230#230#255#232#232#232#255#233#233#233#255
|
||||
+#185#185#185#255#217#217#217#255#241#241#241#255#243#243#243#255#198#198#198
|
||||
+#255#158#158#158#255'mmm'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161#161#255
|
||||
+#239#239#239#255#241#241#241#255#222#222#222#255#224#224#224#255#227#227#227
|
||||
+#255#229#229#229#255#232#232#232#255#234#234#234#255#225#225#225#255#141#141
|
||||
+#141#255#233#233#233#255#242#242#242#255#244#244#244#255#198#198#198#255#157
|
||||
+#157#157#255'kkk'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161#161#255#237#237
|
||||
+#237#255#240#240#240#255#224#224#224#255#226#226#226#255#229#229#229#255#231
|
||||
+#231#231#255#234#234#234#255#229#229#229#255#177#177#177#255#158#158#158#255
|
||||
+#200#200#200#255#243#243#243#255#245#245#245#255#195#195#195#255#148#148#148
|
||||
+#255'iii'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#237#237#237#255
|
||||
+#240#240#240#255#227#227#227#255#229#229#229#255#231#231#231#255#234#234#234
|
||||
+#255#236#236#236#255#147#147#147#255#137#137#137#255#173#173#173#255'ccc'#255
|
||||
+#217#217#217#255#246#246#246#255#191#191#191#255#139#139#139#255'eee'#255#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#236#236#236#255#240#240#240#255
|
||||
+#229#229#229#255#230#230#230#255#233#233#233#255#235#235#235#255#238#238#238
|
||||
+#255#221#221#221#255#219#219#219#255#196#196#196#255'aaa'#255#209#209#209#255
|
||||
+#247#247#247#255#188#188#188#255#132#132#132#255'```'#255#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#160#160#160#255#235#235#235#255#240#240#240#255#231#231#231#255
|
||||
+#233#233#233#255#235#235#235#255#237#237#237#255#240#240#240#255#151#151#151
|
||||
+#255'nnn'#255#150#150#150#255'bbb'#255#210#210#210#255#248#248#248#255#186
|
||||
+#186#186#255''#255']]]'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#159#159#159
|
||||
+#255#232#232#232#255#239#239#239#255#233#233#233#255#235#235#235#255#237#237
|
||||
+#237#255#239#239#239#255#241#241#241#255'UUU'#255#221#221#221#255#216#216#216
|
||||
+#255']]]'#255#209#209#209#255#249#249#249#255#184#184#184#255'{{{'#255'\\\'
|
||||
+#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#158#158#158#255#229#229#229#255#236#236
|
||||
+#236#255#235#235#235#255#237#237#237#255#239#239#239#255#241#241#241#255#242
|
||||
+#242#242#255#165#165#165#255'|||'#255#142#142#142#255#144#144#144#255#202#202
|
||||
+#202#255#250#250#250#255#182#182#182#255'xxx'#255'ZZZ'#255#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#156#156#156#255#223#223#223#255#232#232#232#255#238#238#238
|
||||
+#255#239#239#239#255#240#240#240#255#242#242#242#255#244#244#244#255#245#245
|
||||
+#245#255#236#236#236#255#245#245#245#255#249#249#249#255#250#250#250#255#251
|
||||
+#251#251#255#174#174#174#255'sss'#255'VVV'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#154#154#154#255#213#213#213#255#226#226#226#255#219#219#219#255#199#199
|
||||
+#199#255#187#187#187#255#185#185#185#255#185#185#185#255#183#183#183#255#180
|
||||
+#180#180#255#178#178#178#255#177#177#177#255#177#177#177#255#170#170#170#255
|
||||
+'{{{'#255'kkk'#255'TTT'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#149#149#149#255
|
||||
+#205#205#205#255#192#192#192#255'www'#255'HHH'#255'EEE'#255'GGG'#255'KKK'#255
|
||||
+'OOO'#255'PPP'#255'LLL'#255'GGG'#255'HHH'#255'NNN'#255'VVV'#255'lll'#255'QQQ'
|
||||
+#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#129#129#129#255#156#156#156#255'\\\'#255
|
||||
+'>>>'#255'BBB'#255'@@@'#255'BBB'#255'CCC'#255'FFF'#255'HHH'#255'EEE'#255'CCC'
|
||||
+#255'CCC'#255'EEE'#255'III'#255'UUU'#255'LLL'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0')))'#255'###'#255'###'#255'"""'#255'"""'#255'"""'#255'"'
|
||||
+'""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'$$$'#255#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+'abOrder'#2#2#0#9'TCheckBox'#21'TextUnderlineCheckBox'#6'Height'#2#19#5'Widt'
|
||||
+'h'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#21'TextUnderlineCheckBox'#8
|
||||
+'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23'Te'
|
||||
+'xtUnderlineRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144#0#5'Al'
|
||||
+'ign'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.H'
|
||||
+'orizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'
|
||||
+#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'
|
||||
+#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12
|
||||
+'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12
|
||||
+'TRadioButton'#20'TextUnderlineRadioOn'#3'Tag'#2#3#6'Height'#2#21#5'Width'#2
|
||||
+'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'
|
||||
+#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#21'TextUnderli'
|
||||
+'neRadioOff'#3'Tag'#2#3#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Caption'
|
||||
+#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TR'
|
||||
+'adioButton'#24'TextUnderlineRadioInvert'#3'Tag'#2#3#4'Left'#2'V'#6'Height'#2
|
||||
+#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnCh'
|
||||
+'ange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#13'TextBoldPanel'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#19#3'Top'#3#149#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'
|
||||
+#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2
|
||||
+#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#3#0#9'TCheckBox'#16'TextBoldCheckBo'
|
||||
+'x'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#16'T'
|
||||
+'extBoldCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0
|
||||
+#0#6'TPanel'#18'TextBoldRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3
|
||||
+#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'Chi'
|
||||
+'ldSizing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsS'
|
||||
+'caleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildS'
|
||||
+'izing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPe'
|
||||
+'rLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7
|
||||
+'Visible'#8#0#12'TRadioButton'#15'TextBoldRadioOn'#3'Tag'#2#1#6'Height'#2#21
|
||||
+#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRad'
|
||||
+'ioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#16
|
||||
+'TextBoldRadioOff'#3'Tag'#2#1#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Ca'
|
||||
+'ption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0
|
||||
+#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#1#4'Left'#2'V'#6'Height'#2
|
||||
+#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnCh'
|
||||
+'ange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#15'TextItalicPanel'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#19#3'Top'#3#174#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSiz'
|
||||
+'e'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeigh'
|
||||
+'t'#2#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#4#0#9'TCheckBox'#18'TextItalic'
|
||||
+'CheckBox'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption'
|
||||
+#6#18'TextItalicCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrd'
|
||||
+'er'#2#0#0#0#6'TPanel'#20'TextItalicRadioPanel'#4'Left'#3#174#0#6'Height'#2
|
||||
+#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6
|
||||
,'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizon'
|
||||
+'tal'#7#14'crsScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
|
||||
+'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz'
|
||||
+'ing.ControlsPerLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'Ta'
|
||||
+'bOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#17'TextItalicRadioOn'#3'Tag'#2#2
|
||||
+#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7
|
||||
+#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'T'
|
||||
+'RadioButton'#18'TextItalicRadioOff'#3'Tag'#2#2#4'Left'#2'+'#6'Height'#2#21#5
|
||||
+'Width'#2'('#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8
|
||||
+'TabOrder'#2#1#0#0#12'TRadioButton'#21'TextItalicRadioInvert'#3'Tag'#2#2#4'L'
|
||||
+'eft'#2'V'#6'Height'#2#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7
|
||||
+#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#0#0#5'TPage'#13'Codetool'
|
||||
+'sPage'#7'Caption'#6#13'CodetoolsPage'#11'ClientWidth'#3'('#2#12'ClientHeigh'
|
||||
+'t'#3#247#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#3#235#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#8'alClient'#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#25'AutomaticFeaturesGroupBox'#12'ClientHeight'#3
|
||||
+#235#1#11'ClientWidth'#3#28#2#8'TabOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel'
|
||||
+#4'Left'#2#6#6'Height'#2#14#3'Top'#3#176#0#5'Width'#3#12#2#5'Align'#7#5'alTo'
|
||||
+'p'#17'BorderSpacing.Top'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14
|
||||
+'AutoDelayLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMinLabel'#21'An'
|
||||
+'chorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#148#0#5'Width'#2'\'#17'BorderSp'
|
||||
+'acing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackB'
|
||||
+'ar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#154#1#6'Height'#2#14#3
|
||||
+'Top'#3#148#0#5'Width'#2'`'#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5
|
||||
+'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMaxL'
|
||||
+'abel'#11'ParentColor'#8#0#0#9'TCheckBox AutoIdentifierCompletionCheckBox'#4
|
||||
+'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#12#2#5'Align'#7#5'alTop'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8
|
||||
+'TabOrder'#2#0#0#0#9'TCheckBox'#26'AutoCodeParametersCheckBox'#4'Left'#2#6#6
|
||||
+'Height'#2#19#3'Top'#2'8'#5'Width'#3#12#2#5'Align'#7#5'alTop'#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#26'AutoCodeParametersCheckBox'#7'Enabled'#8#8'T'
|
||||
+'abOrder'#2#1#0#0#9'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#4'Left'#2#6#6
|
||||
+'Height'#2#19#3'Top'#2'Q'#5'Width'#3#12#2#5'Align'#7#5'alTop'#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2#2
|
||||
+#0#0#9'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#4'Left'#2#6#6'Height'#2#19
|
||||
+#3'Top'#2#31#5'Width'#3#12#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#28'AutoToolTipSymbToolsCheckBox'#8'TabOrder'#2#3#0#0#9'TTrackB'
|
||||
+'ar'#17'AutoDelayTrackBar'#4'Left'#2#6#6'Height'#2'('#3'Top'#2'j'#5'Width'#3
|
||||
+#12#2#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1
|
||||
+#8'ScalePos'#7#5'trTop'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'Bo'
|
||||
+'rderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#0#0#5
|
||||
+'TPage'#11'CodeFolding'#7'Caption'#6#11'CodeFolding'#11'ClientWidth'#3'('#2
|
||||
+#12'ClientHeight'#3#247#1#0#6'TLabel'#19'lblDividerDrawLevel'#4'Left'#2#6#6
|
||||
+'Height'#2#14#3'Top'#2'G'#5'Width'#2'^'#7'Caption'#6#19'lblDividerDrawLevel'
|
||||
+#11'ParentColor'#8#0#0#6'TBevel'#6'Bevel1'#4'Left'#2#6#6'Height'#2#2#3'Top'#2
|
||||
+'1'#5'Width'#3#27#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#0#0#9'TChe'
|
||||
+'ckBox'#21'chkCodeFoldingEnabled'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#23#5'W'
|
||||
+'idth'#3#139#0#7'Caption'#6#21'chkCodeFoldingEnabled'#8'OnChange'#7#27'chkCo'
|
||||
+'deFoldingEnabledChange'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDividerDrawLe'
|
||||
+'vel'#4'Left'#3#211#0#6'Height'#2#23#3'Top'#2'B'#5'Width'#2'2'#8'MaxValue'#2
|
||||
+#10#8'MinValue'#2#1#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#6'TPanel'#8'BtnPane'
|
||||
+'l'#6'Height'#2'#'#3'Top'#3#30#2#5'Width'#3'*'#2#5'Align'#7#8'alBottom'#8'Au'
|
||||
+'toSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'#'#11'ClientWidth'#3
|
||||
+'*'#2#8'TabOrder'#2#1#0#7'TBitBtn'#12'CancelButton'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#202#1#6'H'
|
||||
+'eight'#2#23#3'Top'#2#6#5'Width'#2'Z'#5'Align'#7#7'alRight'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#12'CancelButton'#20'Constraints.MinW'
|
||||
+'idth'#2'K'#9'NumGlyphs'#2#0#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2
|
||||
+#0#0#0#7'TBitBtn'#8'OkButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#3'y'#1#6'Height'#2#23#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'A'
|
||||
+'utoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'OkButton'#20'Constra'
|
||||
+'ints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'OnClick'#7#13'OkButtonClick'#8'TabOr'
|
||||
,'der'#2#1#0#0#0#0
|
||||
]);
|
||||
|
@ -49,7 +49,7 @@ uses
|
||||
// codetools
|
||||
LinkScanner, CodeToolManager, Laz_XMLCfg,
|
||||
// IDEIntf
|
||||
IDECommands, IDEWindowIntf, SrcEditorIntf,
|
||||
IDECommands, IDEWindowIntf, SrcEditorIntf, IDEImagesIntf,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, IDEOptionDefs, IDEProcs, InputHistory, KeyMapping,
|
||||
KeymapSchemeDlg, KeyMapShortCutDlg, LazConf;
|
||||
@ -532,7 +532,6 @@ type
|
||||
TEditorOptionsForm = class(TForm)
|
||||
CancelButton: TBitBtn;
|
||||
MainNoteBook: TNoteBook;
|
||||
ImageList: TImageList;
|
||||
|
||||
// general options
|
||||
EditorOptionsGroupBox: TCheckGroup;
|
||||
@ -783,6 +782,8 @@ function BuildBorlandDCIFile(
|
||||
|
||||
implementation
|
||||
|
||||
var
|
||||
imgKeyCategory, imgKeyItem: Integer;
|
||||
|
||||
const
|
||||
ValidAttribChars = ['a'..'z', 'A'..'Z', '_', '0'..'9'];
|
||||
@ -3650,7 +3651,7 @@ begin
|
||||
end
|
||||
else
|
||||
NewCategoryNode := Items.AddObject(Nil, CurCategory.Description, CurCategory);
|
||||
NewCategoryNode.ImageIndex := 0;
|
||||
NewCategoryNode.ImageIndex := imgKeyCategory;
|
||||
NewCategoryNode.SelectedIndex := NewCategoryNode.ImageIndex;
|
||||
ChildNodeIndex:=0;
|
||||
for j := 0 to CurCategory.Count - 1 do
|
||||
@ -3674,7 +3675,7 @@ begin
|
||||
else
|
||||
NewKeyNode := Items.AddChildObject(NewCategoryNode,
|
||||
ItemCaption, CurKeyRelation);
|
||||
NewKeyNode.ImageIndex := 1;
|
||||
NewKeyNode.ImageIndex := imgKeyItem;
|
||||
NewKeyNode.SelectedIndex := NewKeyNode.ImageIndex;
|
||||
inc(ChildNodeIndex);
|
||||
end;
|
||||
@ -3898,6 +3899,9 @@ begin
|
||||
KeyMappingHelpLabel.Caption := dlgEdHintCommand;
|
||||
KeyMappingFilterEdit.Text:=lisFilter2;
|
||||
KeyMappingFindKeyButton.Caption:=lisFindKeyCombination;
|
||||
KeyMappingTreeView.Images := IDEImages.Images_16;
|
||||
imgKeyCategory := IDEImages.LoadImage(16, 'item_keyboard');
|
||||
imgKeyItem := IDEImages.LoadImage(16, 'item_character');
|
||||
end;
|
||||
|
||||
procedure TEditorOptionsForm.SetupColorPage(Page: Integer);
|
||||
|
BIN
images/items/item_character.png
Normal file
BIN
images/items/item_character.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 558 B |
BIN
images/items/item_keyboard.png
Normal file
BIN
images/items/item_keyboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 570 B |
@ -339,6 +339,29 @@ LazarusResources.Add('wand','PNG',[
|
||||
+#165#146'Q'#216'0'#178#17#16#14#135'7'#245#179#173'V'#235#208#178#206'?P'#12
|
||||
+#179#181#15#1#175'v'#0#0#0#0'IEND'#174'B`'#130
|
||||
]);
|
||||
LazarusResources.Add('item_character','PNG',[
|
||||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0#0#0#31#243#255'a'
|
||||
+#0#0#0#4'sBIT'#8#8#8#8'|'#8'd'#136#0#0#0#25'tEXtSoftware'#0'www.inkscape.org'
|
||||
+#155#238'<'#26#0#0#1#192'IDAT8'#141#165#147#207'jSA'#20#198''#231#204#220
|
||||
+#185#233#194'ZH'#180'B'#252#135'o'#211'n'#20#235#174#136#22'}'#0'AJc'#30#160
|
||||
+'P'#10#18#204'^'#173#203#226#202#186'5'#186#18#196#23#241#15#233'"MA'#184'sf'
|
||||
+'\'#164'7'#26#27'J'#193#15#14#156'3'#204'|'#243#157#239#204'H'#206#153#255
|
||||
+#129#7#216#217#221'^q'#206#189'1'#179#214'y'#14#169#234#8'x'#178#249#180#243
|
||||
+#202#3'x_<_]Ym-/_AUq'#234'PUT'#21#17#5' '#231'DJ'#147'8<'#28'.'#238#191#221
|
||||
+#239#1#19#130#156#211#165#139'KK'#28#14''#146'3'#136#202#244'69I'#235'NE'
|
||||
+#132'V'#243'2)'#217'"'#128#214#27's'#202#164#148#144'BP'#175#184#194#225#131
|
||||
+#199#21#5#189'^'#159'N'#231#25'.8,FRJ'#179#30#0#164'dx'#239#145#169'tAD1'#139
|
||||
+#220#185'{'#155'v'#187#141'SO'#246#9#179#248#199#143':13B(Ozw87'#137#193#135
|
||||
+'O'#28#188'{'#207#163#141#199'8'#231#8#161'$'#198''#8'r'#206'D'#139'x_'#160
|
||||
+'S'#3#29'N'#29#201#18'UU'#241#253#219#15#142#199#199'x_P'#197#234#180#130#24
|
||||
+'#'#161#12#168#200#140#138#189#215'{t'#187']'#22#22#26#136#10'e'#25#168#170
|
||||
+'9'#4'd(C'#3'D'#16#17'T'#4'Qe'#253#254':'#253#23'}'#214#238#173#209'('#27#132
|
||||
+#208' %;mb='#162#230'R'#19#4#132#201#252'6'#30'<'#156'yDfi'#166#158'!'#248
|
||||
+#242#245'3'#234#148#179#144',q'#237#234#245#249#4#150#140#248#215#136#230'AD'
|
||||
+'fj'#178'8'#28#143#143#154'7o'#220':'#243'p'#141#163#209#8#17#25'O'#9#204
|
||||
+#172'3'#248'8x'#153's'#190'p'#30#2#17#249#133#176#5' '#245'w'#222#217#221'V '
|
||||
+#156'K'#2'T['#155']'#3#248#13'n_'#162#169#8#143'>R'#0#0#0#0'IEND'#174'B`'#130
|
||||
]);
|
||||
LazarusResources.Add('item_filter','PNG',[
|
||||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0#0#0#31#243#255'a'
|
||||
+#0#0#0#9'pHYs'#0#0#11#19#0#0#11#19#1#0#154#156#24#0#0#0#4'gAMA'#0#0#177#142
|
||||
@ -401,6 +424,31 @@ LazarusResources.Add('item_form','PNG',[
|
||||
+#234#14'0A('#219#11'='#16#142#1'R'#214#222'F'#15'k'#242#13#221#13#240':'#144
|
||||
+#165#210#218#0#0#0#0'IEND'#174'B`'#130
|
||||
]);
|
||||
LazarusResources.Add('item_keyboard','PNG',[
|
||||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0#0#0#31#243#255'a'
|
||||
+#0#0#0#4'gAMA'#0#0#175#200'7'#5#138#233#0#0#0#25'tEXtSoftware'#0'Adobe Image'
|
||||
+'Readyq'#201'e<'#0#0#1#204'IDAT8'#203#197'SMK'#27'Q'#20'=#'#17#138#160#4'#'
|
||||
+#20#211'F'#196'X[*H'#218'"'#212'E6Z('#165#184'q%'#186#235#166'!'#244#7't['
|
||||
+#186#244#7#8#138'[i'#161'R'#197#149#11'A'#131#20#2'II'#9#6'C'#141'D'#242'1'
|
||||
+#249'x'#243'>z'#239#155't'#2#10#130#184#240#194#229#220'73'#239#220#243#238
|
||||
+#153#231#24'cp'#151#232#195#29'#'#244#191#200'f'#179#31'='#207#251'B'#217#161
|
||||
+'h'#182#219#237'z'#171#213'*S'#166#155#205#230'9a'#149'0G'#185#147'J'#165#228
|
||||
+'5'#2#250#224'+m'#4'e*'#153'L'#174#221'ZA'#163#209#232#167#174#223#137'h'#243
|
||||
+'6Gp'#246#243#242#148#240#177#155#219#3#17' '#252#252'-'#148#210#144'6'#21'<'
|
||||
+#169' ='#5'A'#232'y'#188#150#22#133'_'#23#153#192'<'#12#213#3'Fv'#133#141#209
|
||||
+#156#218#216#181'"'#228#154#159')'#173'mM'#252#216#207'Tz.LF'#7'Q<w'#241#228
|
||||
+#209#16#10''#235'x'#22#27'B'#254#172#134#233#241'0r'#197'*'#18#147#195#200
|
||||
+#20'.1'#251't'#196'>c'#133'BH8{'#191#5')h'#160'Xv-3'#191#224#142#146#187#4'G'
|
||||
+'1'#1'&'#226#17#188#156#138'`'#247#184#132#159'''e'#244'I'#233'K'#154'1'#138
|
||||
+'7'#175#162'tV'#141#247#175'c'#232#8#133#165#228'8'#218'Bce!Nk'#141#15#239
|
||||
+#166#236'f'#14'&'#228'y8'#223'~'#185'&'#250#160#133'?'#165#26#164#228#206#189
|
||||
+#174#172#192#11#144#148#169#158#178#153#137#8'v'#210'%'#132#236#148#169#235
|
||||
+#226#220#24'6v'#243'X'#158#159#184#209#182#207#235'i|ZM`'#251#224#212'6r'#182
|
||||
+#14'+&6 '#160#186'S'#215'Z'#219#9#7'h'#186#14'X'#23#200#21'vJ'#251#248#227
|
||||
+#232#12#161#142#144#23#25#215#140'\'#241#215#175#187#255#128'U'#169#148'?`JM'
|
||||
+#217#189#130#23#206#189#223#198'xa~'#154'tP'#253#196#0#0#0#0'IEND'#174'B`'
|
||||
+#130
|
||||
]);
|
||||
LazarusResources.Add('item_library','PNG',[
|
||||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0#0#0#31#243#255'a'
|
||||
+#0#0#0#4'gAMA'#0#0#175#200'7'#5#138#233#0#0#0#25'tEXtSoftware'#0'Adobe Image'
|
||||
|
@ -14,9 +14,11 @@ actions/open.png
|
||||
actions/paste.png
|
||||
actions/refresh.png
|
||||
actions/wand.png
|
||||
items/item_character.png
|
||||
items/item_filter.png
|
||||
items/item_font.png
|
||||
items/item_form.png
|
||||
items/item_keyboard.png
|
||||
items/item_library.png
|
||||
items/item_package.png
|
||||
items/item_project.png
|
||||
|
Loading…
Reference in New Issue
Block a user