mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-16 07:10:10 -05:00
Few changes, disabled some more buttons. Enable them once their function
is implemented. git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@78 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
b5a8426f1e
commit
0299c4e641
@ -7,7 +7,7 @@
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="Mufasa Stand Alone"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<ActiveEditorIndexAtStart Value="7"/>
|
||||
<ActiveEditorIndexAtStart Value="5"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<ProjectVersion Value=""/>
|
||||
@ -33,7 +33,7 @@
|
||||
<PackageName Value="LCL"/>
|
||||
</Item2>
|
||||
</RequiredPackages>
|
||||
<Units Count="116">
|
||||
<Units Count="117">
|
||||
<Unit0>
|
||||
<Filename Value="project1.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -170,9 +170,9 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="TestUnit"/>
|
||||
<CursorPos X="47" Y="79"/>
|
||||
<TopLine Value="65"/>
|
||||
<EditorIndex Value="7"/>
|
||||
<CursorPos X="81" Y="66"/>
|
||||
<TopLine Value="57"/>
|
||||
<EditorIndex Value="5"/>
|
||||
<UsageCount Value="88"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit18>
|
||||
@ -337,9 +337,9 @@
|
||||
<Filename Value="../../Units/MMLCore/window.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="Window"/>
|
||||
<CursorPos X="36" Y="59"/>
|
||||
<TopLine Value="45"/>
|
||||
<EditorIndex Value="9"/>
|
||||
<CursorPos X="44" Y="28"/>
|
||||
<TopLine Value="6"/>
|
||||
<EditorIndex Value="8"/>
|
||||
<UsageCount Value="87"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit41>
|
||||
@ -408,7 +408,7 @@
|
||||
<UnitName Value="mmlpsthread"/>
|
||||
<CursorPos X="32" Y="268"/>
|
||||
<TopLine Value="249"/>
|
||||
<EditorIndex Value="8"/>
|
||||
<EditorIndex Value="7"/>
|
||||
<UsageCount Value="76"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit50>
|
||||
@ -539,7 +539,7 @@
|
||||
<UnitName Value="bitmaps"/>
|
||||
<CursorPos X="63" Y="428"/>
|
||||
<TopLine Value="419"/>
|
||||
<EditorIndex Value="10"/>
|
||||
<EditorIndex Value="9"/>
|
||||
<UsageCount Value="66"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit69>
|
||||
@ -754,7 +754,7 @@
|
||||
<UnitName Value="plugins"/>
|
||||
<CursorPos X="86" Y="128"/>
|
||||
<TopLine Value="128"/>
|
||||
<EditorIndex Value="11"/>
|
||||
<EditorIndex Value="10"/>
|
||||
<UsageCount Value="42"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit101>
|
||||
@ -840,20 +840,25 @@
|
||||
<UnitName Value="compDTM"/>
|
||||
<CursorPos X="1" Y="44"/>
|
||||
<TopLine Value="41"/>
|
||||
<EditorIndex Value="5"/>
|
||||
<UsageCount Value="12"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit114>
|
||||
<Unit115>
|
||||
<Filename Value="../../Units/MMLCore/dtm.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="dtm"/>
|
||||
<CursorPos X="1" Y="32"/>
|
||||
<TopLine Value="2"/>
|
||||
<EditorIndex Value="6"/>
|
||||
<CursorPos X="52" Y="15"/>
|
||||
<TopLine Value="1"/>
|
||||
<UsageCount Value="23"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit115>
|
||||
<Unit116>
|
||||
<Filename Value="../../../cogat/Units/CogatUnits/comppicker.pas"/>
|
||||
<UnitName Value="CompPicker"/>
|
||||
<CursorPos X="26" Y="111"/>
|
||||
<TopLine Value="91"/>
|
||||
<EditorIndex Value="6"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit116>
|
||||
</Units>
|
||||
<JumpHistory Count="30" HistoryIndex="29">
|
||||
<Position1>
|
||||
@ -974,7 +979,7 @@
|
||||
</Position29>
|
||||
<Position30>
|
||||
<Filename Value="../../Units/MMLCore/window.pas"/>
|
||||
<Caret Line="50" Column="31" TopLine="31"/>
|
||||
<Caret Line="50" Column="31" TopLine="35"/>
|
||||
</Position30>
|
||||
</JumpHistory>
|
||||
</ProjectOptions>
|
||||
|
@ -3,6 +3,7 @@ object Form1: TForm1
|
||||
Height = 541
|
||||
Top = 203
|
||||
Width = 763
|
||||
ActiveControl = SynEdit1
|
||||
Caption = 'Mufasa v2'
|
||||
ClientHeight = 516
|
||||
ClientWidth = 763
|
||||
@ -24,6 +25,7 @@ object Form1: TForm1
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.Width = 61
|
||||
Gutter.MouseActions = <
|
||||
item
|
||||
@ -737,12 +739,14 @@ object Form1: TForm1
|
||||
Left = 24
|
||||
Top = 2
|
||||
Caption = 'ToolButton1'
|
||||
Enabled = False
|
||||
ImageIndex = 1
|
||||
end
|
||||
object TB_Stop: TToolButton
|
||||
Left = 47
|
||||
Top = 2
|
||||
Caption = 'ToolButton1'
|
||||
Enabled = False
|
||||
ImageIndex = 2
|
||||
end
|
||||
object ToolButton1: TToolButton
|
||||
@ -756,12 +760,14 @@ object Form1: TForm1
|
||||
Left = 73
|
||||
Top = 2
|
||||
Caption = 'TB_NewTab'
|
||||
Enabled = False
|
||||
ImageIndex = 3
|
||||
end
|
||||
object TB_CloseTab: TToolButton
|
||||
Left = 96
|
||||
Top = 2
|
||||
Caption = 'TB_CloseTab'
|
||||
Enabled = False
|
||||
ImageIndex = 4
|
||||
end
|
||||
object ToolButton4: TToolButton
|
||||
@ -775,18 +781,21 @@ object Form1: TForm1
|
||||
Left = 122
|
||||
Top = 2
|
||||
Caption = 'TB_ClearDebug'
|
||||
Enabled = False
|
||||
ImageIndex = 5
|
||||
end
|
||||
object TB_PickColour: TToolButton
|
||||
Left = 145
|
||||
Top = 2
|
||||
Caption = 'TB_PickColour'
|
||||
Enabled = False
|
||||
ImageIndex = 6
|
||||
end
|
||||
object TB_SelectClient: TToolButton
|
||||
Left = 168
|
||||
Top = 2
|
||||
Caption = 'TB_SelectClient'
|
||||
Enabled = False
|
||||
ImageIndex = 7
|
||||
end
|
||||
object ToolButton8: TToolButton
|
||||
|
@ -1,265 +1,269 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'd'#1#6'Height'#3#29#2#3'Top'#3#203#0#5'Wi'
|
||||
+'dth'#3#251#2#7'Caption'#6#9'Mufasa v2'#12'ClientHeight'#3#4#2#11'ClientWidt'
|
||||
+'h'#3#251#2#4'Menu'#7#9'MainMenu1'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'
|
||||
+#7#11'FormDestroy'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.2'
|
||||
+'9'#0#8'TSynEdit'#8'SynEdit1'#4'Left'#2#8#6'Height'#3'H'#1#3'Top'#2' '#5'Wid'
|
||||
+'th'#3#232#2#5'Align'#7#8'alCustom'#11'Font.Height'#2#243#9'Font.Name'#6#11
|
||||
+'Courier New'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqNonAntiali'
|
||||
+'ased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#0#12'Gutter.Width'#2
|
||||
+'='#19'Gutter.MouseActions'#14#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7
|
||||
+#6'mbLeft'#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#13
|
||||
+#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'
|
||||
+#11#0#6'Button'#7#7'mbRight'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cd'
|
||||
+'Up'#7'Command'#2#12#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#11'Hig'
|
||||
+'hlighter'#7#17'SynFreePascalSyn1'#10'Keystrokes'#14#1#7'Command'#7#4'ecUp'#8
|
||||
+'ShortCut'#2'&'#0#1#7'Command'#7#7'ecSelUp'#8'ShortCut'#3'& '#0#1#7'Command'
|
||||
+#7#10'ecScrollUp'#8'ShortCut'#3'&@'#0#1#7'Command'#7#6'ecDown'#8'ShortCut'#2
|
||||
+'('#0#1#7'Command'#7#9'ecSelDown'#8'ShortCut'#3'( '#0#1#7'Command'#7#12'ecSc'
|
||||
+'rollDown'#8'ShortCut'#3'(@'#0#1#7'Command'#7#6'ecLeft'#8'ShortCut'#2'%'#0#1
|
||||
+#7'Command'#7#9'ecSelLeft'#8'ShortCut'#3'% '#0#1#7'Command'#7#10'ecWordLeft'
|
||||
+#8'ShortCut'#3'%@'#0#1#7'Command'#7#13'ecSelWordLeft'#8'ShortCut'#3'%`'#0#1#7
|
||||
+'Command'#7#7'ecRight'#8'ShortCut'#2''''#0#1#7'Command'#7#10'ecSelRight'#8'S'
|
||||
+'hortCut'#3''' '#0#1#7'Command'#7#11'ecWordRight'#8'ShortCut'#3'''@'#0#1#7'C'
|
||||
+'ommand'#7#14'ecSelWordRight'#8'ShortCut'#3'''`'#0#1#7'Command'#7#10'ecPageD'
|
||||
+'own'#8'ShortCut'#2'"'#0#1#7'Command'#7#13'ecSelPageDown'#8'ShortCut'#3'" '#0
|
||||
+#1#7'Command'#7#12'ecPageBottom'#8'ShortCut'#3'"@'#0#1#7'Command'#7#15'ecSel'
|
||||
+'PageBottom'#8'ShortCut'#3'"`'#0#1#7'Command'#7#8'ecPageUp'#8'ShortCut'#2'!'
|
||||
+#0#1#7'Command'#7#11'ecSelPageUp'#8'ShortCut'#3'! '#0#1#7'Command'#7#9'ecPag'
|
||||
+'eTop'#8'ShortCut'#3'!@'#0#1#7'Command'#7#12'ecSelPageTop'#8'ShortCut'#3'!`'
|
||||
+#0#1#7'Command'#7#11'ecLineStart'#8'ShortCut'#2'$'#0#1#7'Command'#7#14'ecSel'
|
||||
+'LineStart'#8'ShortCut'#3'$ '#0#1#7'Command'#7#11'ecEditorTop'#8'ShortCut'#3
|
||||
+'$@'#0#1#7'Command'#7#14'ecSelEditorTop'#8'ShortCut'#3'$`'#0#1#7'Command'#7#9
|
||||
+'ecLineEnd'#8'ShortCut'#2'#'#0#1#7'Command'#7#12'ecSelLineEnd'#8'ShortCut'#3
|
||||
+'# '#0#1#7'Command'#7#14'ecEditorBottom'#8'ShortCut'#3'#@'#0#1#7'Command'#7
|
||||
+#17'ecSelEditorBottom'#8'ShortCut'#3'#`'#0#1#7'Command'#7#12'ecToggleMode'#8
|
||||
+'ShortCut'#2'-'#0#1#7'Command'#7#6'ecCopy'#8'ShortCut'#3'-@'#0#1#7'Command'#7
|
||||
+#7'ecPaste'#8'ShortCut'#3'- '#0#1#7'Command'#7#12'ecDeleteChar'#8'ShortCut'#2
|
||||
+'.'#0#1#7'Command'#7#5'ecCut'#8'ShortCut'#3'. '#0#1#7'Command'#7#16'ecDelete'
|
||||
+'LastChar'#8'ShortCut'#2#8#0#1#7'Command'#7#16'ecDeleteLastChar'#8'ShortCut'
|
||||
+#3#8' '#0#1#7'Command'#7#16'ecDeleteLastWord'#8'ShortCut'#3#8'@'#0#1#7'Comma'
|
||||
+'nd'#7#6'ecUndo'#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#7#6'ecRedo'#8'ShortC'
|
||||
+'ut'#4#8#160#0#0#0#1#7'Command'#7#11'ecLineBreak'#8'ShortCut'#2#13#0#1#7'Com'
|
||||
+'mand'#7#11'ecSelectAll'#8'ShortCut'#3'A@'#0#1#7'Command'#7#6'ecCopy'#8'Shor'
|
||||
+'tCut'#3'C@'#0#1#7'Command'#7#13'ecBlockIndent'#8'ShortCut'#3'I`'#0#1#7'Comm'
|
||||
+'and'#7#11'ecLineBreak'#8'ShortCut'#3'M@'#0#1#7'Command'#7#12'ecInsertLine'#8
|
||||
+'ShortCut'#3'N@'#0#1#7'Command'#7#12'ecDeleteWord'#8'ShortCut'#3'T@'#0#1#7'C'
|
||||
+'ommand'#7#15'ecBlockUnindent'#8'ShortCut'#3'U`'#0#1#7'Command'#7#7'ecPaste'
|
||||
+#8'ShortCut'#3'V@'#0#1#7'Command'#7#5'ecCut'#8'ShortCut'#3'X@'#0#1#7'Command'
|
||||
+#7#12'ecDeleteLine'#8'ShortCut'#3'Y@'#0#1#7'Command'#7#11'ecDeleteEOL'#8'Sho'
|
||||
+'rtCut'#3'Y`'#0#1#7'Command'#7#6'ecUndo'#8'ShortCut'#3'Z@'#0#1#7'Command'#7#6
|
||||
+'ecRedo'#8'ShortCut'#3'Z`'#0#1#7'Command'#7#13'ecGotoMarker0'#8'ShortCut'#3
|
||||
+'0@'#0#1#7'Command'#7#13'ecGotoMarker1'#8'ShortCut'#3'1@'#0#1#7'Command'#7#13
|
||||
+'ecGotoMarker2'#8'ShortCut'#3'2@'#0#1#7'Command'#7#13'ecGotoMarker3'#8'Short'
|
||||
+'Cut'#3'3@'#0#1#7'Command'#7#13'ecGotoMarker4'#8'ShortCut'#3'4@'#0#1#7'Comma'
|
||||
+'nd'#7#13'ecGotoMarker5'#8'ShortCut'#3'5@'#0#1#7'Command'#7#13'ecGotoMarker6'
|
||||
+#8'ShortCut'#3'6@'#0#1#7'Command'#7#13'ecGotoMarker7'#8'ShortCut'#3'7@'#0#1#7
|
||||
+'Command'#7#13'ecGotoMarker8'#8'ShortCut'#3'8@'#0#1#7'Command'#7#13'ecGotoMa'
|
||||
+'rker9'#8'ShortCut'#3'9@'#0#1#7'Command'#7#12'ecSetMarker0'#8'ShortCut'#3'0`'
|
||||
+#0#1#7'Command'#7#12'ecSetMarker1'#8'ShortCut'#3'1`'#0#1#7'Command'#7#12'ecS'
|
||||
+'etMarker2'#8'ShortCut'#3'2`'#0#1#7'Command'#7#12'ecSetMarker3'#8'ShortCut'#3
|
||||
+'3`'#0#1#7'Command'#7#12'ecSetMarker4'#8'ShortCut'#3'4`'#0#1#7'Command'#7#12
|
||||
+'ecSetMarker5'#8'ShortCut'#3'5`'#0#1#7'Command'#7#12'ecSetMarker6'#8'ShortCu'
|
||||
+'t'#3'6`'#0#1#7'Command'#7#12'ecSetMarker7'#8'ShortCut'#3'7`'#0#1#7'Command'
|
||||
+#7#12'ecSetMarker8'#8'ShortCut'#3'8`'#0#1#7'Command'#7#12'ecSetMarker9'#8'Sh'
|
||||
+'ortCut'#3'9`'#0#1#7'Command'#7#12'EcFoldLevel1'#8'ShortCut'#4'1'#160#0#0#0#1
|
||||
,#7'Command'#7#12'EcFoldLevel2'#8'ShortCut'#4'2'#160#0#0#0#1#7'Command'#7#12
|
||||
+'EcFoldLevel1'#8'ShortCut'#4'3'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel1'#8
|
||||
+'ShortCut'#4'4'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel1'#8'ShortCut'#4'5'
|
||||
+#160#0#0#0#1#7'Command'#7#12'EcFoldLevel6'#8'ShortCut'#4'6'#160#0#0#0#1#7'Co'
|
||||
+'mmand'#7#12'EcFoldLevel7'#8'ShortCut'#4'7'#160#0#0#0#1#7'Command'#7#12'EcFo'
|
||||
+'ldLevel8'#8'ShortCut'#4'8'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel9'#8'Shor'
|
||||
+'tCut'#4'9'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel0'#8'ShortCut'#4'0'#160#0
|
||||
+#0#0#1#7'Command'#7#13'EcFoldCurrent'#8'ShortCut'#4'-'#160#0#0#0#1#7'Command'
|
||||
+#7#15'EcUnFoldCurrent'#8'ShortCut'#4'+'#160#0#0#0#1#7'Command'#7#18'EcToggle'
|
||||
+'MarkupWord'#8'ShortCut'#4'M'#128#0#0#0#1#7'Command'#7#14'ecNormalSelect'#8
|
||||
+'ShortCut'#3'N`'#0#1#7'Command'#7#14'ecColumnSelect'#8'ShortCut'#3'C`'#0#1#7
|
||||
+'Command'#7#12'ecLineSelect'#8'ShortCut'#3'L`'#0#1#7'Command'#7#5'ecTab'#8'S'
|
||||
+'hortCut'#2#9#0#1#7'Command'#7#10'ecShiftTab'#8'ShortCut'#3#9' '#0#1#7'Comma'
|
||||
+'nd'#7#14'ecMatchBracket'#8'ShortCut'#3'B`'#0#1#7'Command'#7#10'ecColSelUp'#8
|
||||
+'ShortCut'#4'&'#160#0#0#0#1#7'Command'#7#12'ecColSelDown'#8'ShortCut'#4'('
|
||||
+#160#0#0#0#1#7'Command'#7#12'ecColSelLeft'#8'ShortCut'#4'%'#160#0#0#0#1#7'Co'
|
||||
+'mmand'#7#13'ecColSelRight'#8'ShortCut'#4''''#160#0#0#0#1#7'Command'#7#16'ec'
|
||||
+'ColSelPageDown'#8'ShortCut'#4'"'#160#0#0#0#1#7'Command'#7#18'ecColSelPageBo'
|
||||
+'ttom'#8'ShortCut'#4'"'#224#0#0#0#1#7'Command'#7#14'ecColSelPageUp'#8'ShortC'
|
||||
+'ut'#4'!'#160#0#0#0#1#7'Command'#7#15'ecColSelPageTop'#8'ShortCut'#4'!'#224#0
|
||||
+#0#0#1#7'Command'#7#17'ecColSelLineStart'#8'ShortCut'#4'$'#160#0#0#0#1#7'Com'
|
||||
+'mand'#7#15'ecColSelLineEnd'#8'ShortCut'#4'#'#160#0#0#0#1#7'Command'#7#17'ec'
|
||||
+'ColSelEditorTop'#8'ShortCut'#4'$'#224#0#0#0#1#7'Command'#7#20'ecColSelEdito'
|
||||
+'rBottom'#8'ShortCut'#4'#'#224#0#0#0#0#12'MouseActions'#14#1#5'Shift'#11#0#9
|
||||
+'ShiftMask'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8
|
||||
+'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#1#9'MoveCaret'#9#6'Option'#2
|
||||
+#0#8'Priority'#2#0#0#1#5'Shift'#11#7'ssShift'#0#9'ShiftMask'#11#7'ssShift'#5
|
||||
+'ssAlt'#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6
|
||||
+'cdDown'#7'Command'#2#1#9'MoveCaret'#9#6'Option'#2#1#8'Priority'#2#0#0#1#5'S'
|
||||
+'hift'#11#5'ssAlt'#0#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbL'
|
||||
+'eft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#3#9
|
||||
+'MoveCaret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#7'ssShift'#5'ssA'
|
||||
+'lt'#0#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbLeft'#10'ClickC'
|
||||
+'ount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#3#9'MoveCaret'#9#6
|
||||
+'Option'#2#1#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7
|
||||
+#7'mbRight'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2
|
||||
+#12#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMa'
|
||||
+'sk'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccDouble'#8'ClickDir'#7#6
|
||||
+'cdDown'#7'Command'#2#6#9'MoveCaret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'S'
|
||||
+'hift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccTri'
|
||||
+'ple'#8'ClickDir'#7#6'cdDown'#7'Command'#2#7#9'MoveCaret'#9#6'Option'#2#0#8
|
||||
+'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10
|
||||
+'ClickCount'#7#6'ccQuad'#8'ClickDir'#7#6'cdDown'#7'Command'#2#8#9'MoveCaret'
|
||||
+#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Butto'
|
||||
+'n'#7#8'mbMiddle'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Com'
|
||||
+'mand'#2#10#9'MoveCaret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#6's'
|
||||
+'sCtrl'#0#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#6'ssCtrl'#0#6'Button'#7#6'mbLe'
|
||||
+'ft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2#11#9'Mo'
|
||||
+'veCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#15'MouseSelActions'#14#1#5'Shi'
|
||||
+'ft'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingl'
|
||||
+'e'#8'ClickDir'#7#6'cdDown'#7'Command'#2#9#9'MoveCaret'#8#6'Option'#2#0#8'Pr'
|
||||
+'iority'#2#0#0#0#13'Lines.Strings'#1#6#12'program new;'#6#5'begin'#6#4'end.'
|
||||
+#0#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#18'TSynGutterPartList'#0#0#15'T'
|
||||
+'SynGutterMarks'#0#5'Width'#2#23#0#0#20'TSynGutterLineNumber'#0#5'Width'#2#21
|
||||
+#12'MouseActions'#14#0#21'MarkupInfo.Background'#7#9'clBtnFace'#21'MarkupInf'
|
||||
+'o.Foreground'#7#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultiple'
|
||||
+'sOf'#2#1#9'ZeroStart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'Wi'
|
||||
+'dth'#2#4#13'ModifiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19
|
||||
+'TSynGutterSeparator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#12'Mous'
|
||||
+'eActions'#14#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#7'mbRight'#10'Cl'
|
||||
+'ickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2#16#9'MoveCaret'#8
|
||||
+#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#7'ssShift'#0
|
||||
+#6'Button'#7#8'mbMiddle'#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7
|
||||
+'Command'#2#14#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#7
|
||||
,'ssShift'#0#9'ShiftMask'#11#7'ssShift'#0#6'Button'#7#8'mbMiddle'#10'ClickCou'
|
||||
+'nt'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#14#9'MoveCaret'#8#6'Opt'
|
||||
+'ion'#2#1#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6
|
||||
+'mbLeft'#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#0#9
|
||||
+'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#21'MarkupInfo.Background'#7#6
|
||||
+'clNone'#21'MarkupInfo.Foreground'#7#6'clGray'#20'MouseActionsExpanded'#14#1
|
||||
+#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#5'cc'
|
||||
+'Any'#8'ClickDir'#7#6'cdDown'#7'Command'#2#14#9'MoveCaret'#8#6'Option'#2#0#8
|
||||
+'Priority'#2#0#0#0#21'MouseActionsCollapsed'#14#1#5'Shift'#11#6'ssCtrl'#0#9
|
||||
+'ShiftMask'#11#6'ssCtrl'#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#5'ccAny'#8
|
||||
+'ClickDir'#7#6'cdDown'#7'Command'#2#15#9'MoveCaret'#8#6'Option'#2#0#8'Priori'
|
||||
+'ty'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#6'ssCtrl'#0#6'Button'#7#6'mbLeft'
|
||||
+#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#15#9'MoveCar'
|
||||
+'et'#8#6'Option'#2#1#8'Priority'#2#0#0#0#0#0#0#0#5'TMemo'#5'Memo1'#4'Left'#2
|
||||
+#8#6'Height'#2'x'#3'Top'#3'p'#1#5'Width'#3#216#2#13'Lines.Strings'#1#6#5'Mem'
|
||||
+'o1'#0#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#1#0#0#8'TToolBar'#8'Too'
|
||||
+'lBar1'#4'Left'#2#0#6'Height'#2#24#3'Top'#2#0#5'Width'#3#251#2#7'Caption'#6#8
|
||||
+'ToolBar1'#6'Images'#7#17'Mufasa_Image_List'#8'TabOrder'#2#2#0#11'TToolButto'
|
||||
+'n'#6'TB_Run'#4'Left'#2#1#3'Top'#2#2#7'Caption'#6#6'TB_Run'#10'ImageIndex'#2
|
||||
+#0#7'OnClick'#7#12'Button1Click'#0#0#11'TToolButton'#8'TB_Pause'#4'Left'#2#24
|
||||
+#3'Top'#2#2#7'Caption'#6#11'ToolButton1'#10'ImageIndex'#2#1#0#0#11'TToolButt'
|
||||
+'on'#7'TB_Stop'#4'Left'#2'/'#3'Top'#2#2#7'Caption'#6#11'ToolButton1'#10'Imag'
|
||||
+'eIndex'#2#2#0#0#11'TToolButton'#11'ToolButton1'#4'Left'#2'F'#3'Top'#2#2#5'W'
|
||||
+'idth'#2#3#7'Caption'#6#11'ToolButton1'#5'Style'#7#10'tbsDivider'#0#0#11'TTo'
|
||||
+'olButton'#9'TB_NewTab'#4'Left'#2'I'#3'Top'#2#2#7'Caption'#6#9'TB_NewTab'#10
|
||||
+'ImageIndex'#2#3#0#0#11'TToolButton'#11'TB_CloseTab'#4'Left'#2'`'#3'Top'#2#2
|
||||
+#7'Caption'#6#11'TB_CloseTab'#10'ImageIndex'#2#4#0#0#11'TToolButton'#11'Tool'
|
||||
+'Button4'#4'Left'#2'w'#3'Top'#2#2#5'Width'#2#3#7'Caption'#6#11'ToolButton4'#5
|
||||
+'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#13'TB_ClearDebug'#4'Left'#2'z'#3
|
||||
+'Top'#2#2#7'Caption'#6#13'TB_ClearDebug'#10'ImageIndex'#2#5#0#0#11'TToolButt'
|
||||
+'on'#13'TB_PickColour'#4'Left'#3#145#0#3'Top'#2#2#7'Caption'#6#13'TB_PickCol'
|
||||
+'our'#10'ImageIndex'#2#6#0#0#11'TToolButton'#15'TB_SelectClient'#4'Left'#3
|
||||
+#168#0#3'Top'#2#2#7'Caption'#6#15'TB_SelectClient'#10'ImageIndex'#2#7#0#0#11
|
||||
+'TToolButton'#11'ToolButton8'#4'Left'#3#191#0#3'Top'#2#2#5'Width'#2#3#7'Capt'
|
||||
+'ion'#6#11'ToolButton8'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#10'TB_'
|
||||
+'Convert'#4'Left'#3#194#0#3'Top'#2#2#7'Caption'#6#10'TB_Convert'#7'Enabled'#8
|
||||
+#10'ImageIndex'#2#8#0#0#11'TToolButton'#16'TB_ReloadPlugins'#4'Left'#3#217#0
|
||||
+#3'Top'#2#2#7'Caption'#6#16'TB_ReloadPlugins'#7'Enabled'#8#10'ImageIndex'#2#9
|
||||
+#0#0#11'TToolButton'#6'TB_WAT'#4'Left'#3#240#0#3'Top'#2#2#7'Caption'#6#6'TB_'
|
||||
+'WAT'#7'Enabled'#8#10'ImageIndex'#2#10#0#0#0#17'TSynFreePascalSyn'#17'SynFre'
|
||||
+'ePascalSyn1'#7'Enabled'#8#12'CompilerMode'#7#9'pcmObjFPC'#14'NestedComments'
|
||||
+#9#4'left'#3'H'#2#3'top'#2#8#0#0#9'TMainMenu'#9'MainMenu1'#4'left'#3'h'#2#3
|
||||
+'top'#2#8#0#9'TMenuItem'#14'MenuItemScript'#7'Caption'#6#6'Script'#0#9'TMenu'
|
||||
+'Item'#11'MenuItemRun'#7'Caption'#6#3'Run'#8'ShortCut'#2'x'#7'OnClick'#7#16
|
||||
+'MenuItemRunClick'#0#0#0#0#10'TImageList'#17'Mufasa_Image_List'#4'left'#3'0'
|
||||
+#2#3'top'#2#8#6'Bitmap'#10#14'4'#0#0'Li'#13#0#0#0#16#0#0#0#16#0#0#0's'#255
|
||||
+#155#255'{'#255#160#255#128#255#164#255#131#255#166#255#133#255#167#255#131
|
||||
+#255#166#255#127#255#163#255'y'#255#159#255'p'#255#152#255'd'#255#144#255'X'
|
||||
+#255#135#255'L'#255#127#255'?'#255'u'#255'1'#255'k'#255'"'#255'`'#255#21#255
|
||||
+'W'#255's'#255#155#255'{'#255#160#255#127#255#163#255#130#255#165#255#132#255
|
||||
+#167#255#130#255#165#255'}'#255#162#255'u'#255#156#255'j'#255#148#255'^'#255
|
||||
+#139#255'P'#255#129#255'B'#255'w'#255'4'#255'm'#255'$'#255'b'#255#21#255'W'
|
||||
+#255#7#255'M'#255'p'#255#152#255'w'#255#157#255'|'#255#161#255#127#255#163
|
||||
+#255#127#255#163#255'}'#255#162#255'x'#255#158#255'o'#255#152#255'b'#255#142
|
||||
+#255'T'#255#132#255'E'#255'z'#255'5'#255'n'#255'%'#255'c'#255#21#255'W'#255#5
|
||||
+#255'L'#255#0#247'F'#255'l'#255#150#255'r'#255#154#255'v'#255#157#255'y'#255
|
||||
+#159#255'y'#255#159#255'v'#255#157#255'p'#255#152#255'e'#255#144#255'X'#255
|
||||
+#135#255'H'#255'|'#255'7'#255'o'#255'&'#255'c'#255#21#255'W'#255#4#255'K'#255
|
||||
+#0#244'E'#255#0#230'A'#255'd'#255#144#255'j'#255#148#255'm'#255#150#255'p'
|
||||
+#255#152#255'o'#255#152#255'l'#255#150#255'd'#255#144#255'Y'#255#136#255'J'
|
||||
+#255'}'#255'9'#255'q'#255''''#255'd'#255#22#255'X'#255#4#255'K'#255#0#242'D'
|
||||
+#255#0#227'@'#255#0#214'<'#255'\'#255#138#255'`'#255#141#255'c'#255#143#255
|
||||
+'d'#255#144#255'c'#255#143#255'^'#255#139#255'V'#255#134#255'I'#255'|'#255':'
|
||||
+#255'r'#255'('#255'e'#255#21#255'W'#255#2#255'I'#255#0#241'D'#255#0#224'?'
|
||||
,#255#0#209';'#255#0#197'8'#255'Q'#255#130#255'S'#255#132#255'U'#255#133#255
|
||||
+'T'#255#132#255'R'#255#131#255'L'#255#127#255'C'#255'x'#255'5'#255'n'#255'%'
|
||||
+#255'c'#255#17#255'T'#255#0#254'H'#255#0#236'C'#255#0#220'>'#255#0#204':'#255
|
||||
+#0#191'6'#255#0#180'3'#255'C'#255'x'#255'C'#255'x'#255'C'#255'x'#255'@'#255
|
||||
+'v'#255'<'#255's'#255'4'#255'm'#255'*'#255'f'#255#28#255'\'#255#10#255'O'#255
|
||||
+#0#247'F'#255#0#229'A'#255#0#212'<'#255#0#197'8'#255#0#182'3'#255#0#171'0'
|
||||
+#255#0#163'.'#255'4'#255'm'#255'1'#255'k'#255'.'#255'i'#255')'#255'e'#255'"'
|
||||
+#255'`'#255#25#255'Z'#255#13#255'Q'#255#0#254'H'#255#0#236'C'#255#0#218'>'
|
||||
+#255#0#201'9'#255#0#185'4'#255#0#172'1'#255#0#161'-'#255#0#152'+'#255#0#146
|
||||
+')'#255'#'#255'a'#255#30#255'^'#255#24#255'Y'#255#16#255'S'#255#7#255'M'#255
|
||||
+#0#253'G'#255#0#239'C'#255#0#224'?'#255#0#206':'#255#0#189'5'#255#0#173'1'
|
||||
+#255#0#160'-'#255#0#149'*'#255#0#140'('#255#0#134'&'#255#0#131'%'#255#19#255
|
||||
+'V'#255#12#255'Q'#255#3#255'J'#255#0#249'F'#255#0#238'C'#255#0#226'@'#255#0
|
||||
+#212'<'#255#0#195'7'#255#0#179'3'#255#0#162'.'#255#0#149'*'#255#0#137''''#255
|
||||
+#0#128'$'#255#0'z"'#255#0'w"'#255#0'v!'#255#4#255'K'#255#0#251'G'#255#0#239
|
||||
+'C'#255#0#227'@'#255#0#215'='#255#0#201'9'#255#0#186'5'#255#0#170'0'#255#0
|
||||
+#154'+'#255#0#140'('#255#0#128'$'#255#0'w"'#255#0'q '#255#0'l'#30#255#0'k'#30
|
||||
+#255#0'm'#31#255#0#246'E'#255#0#234'B'#255#0#221'>'#255#0#207':'#255#0#193'6'
|
||||
+#255#0#179'3'#255#0#164'.'#255#0#148'*'#255#0#133'&'#255#0'x"'#255#0'n'#31
|
||||
+#255#0'h'#29#255#0'c'#28#255#0'b'#28#255#0'b'#28#255#0'f'#29#255#0#232'B'#255
|
||||
+#0#218'>'#255#0#203'9'#255#0#188'5'#255#0#173'1'#255#0#158'-'#255#0#143'('
|
||||
+#255#0#128'$'#255#0's '#255#0'h'#29#255#0'`'#27#255#0'['#26#255#0'Y'#25#255#0
|
||||
+'Y'#25#255#0'\'#26#255#0'b'#28#255#0#218'>'#255#0#203'9'#255#0#187'5'#255#0
|
||||
+#170'0'#255#0#155','#255#0#140'('#255#0'~$'#255#0'p '#255#0'd'#28#255#0'['#26
|
||||
+#255#0'T'#24#255#0'Q'#23#255#0'Q'#23#255#0'S'#23#255#0'X'#25#255#0'`'#27#255
|
||||
+#0#206':'#255#0#190'6'#255#0#173'1'#255#0#157','#255#0#141'('#255#0'~$'#255#0
|
||||
+'q '#255#0'd'#28#255#0'Y'#25#255#0'R'#23#255#0'M'#22#255#0'L'#21#255#0'M'#22
|
||||
+#255#0'Q'#23#255#0'X'#25#255#0'a'#27#255's'#211#255#255'{'#213#255#255#128
|
||||
+#215#255#255#131#216#255#255#133#216#255#255#132#216#255#255#129#215#255#255
|
||||
+'{'#213#255#255's'#211#255#255'h'#207#255#255'^'#204#255#255'R'#200#255#255
|
||||
+'E'#196#255#255'7'#191#255#255')'#187#255#255#27#183#255#255's'#211#255#255
|
||||
+'{'#213#255#255#127#214#255#255#131#216#255#255#132#216#255#255#130#215#255
|
||||
+#255#127#214#255#255'x'#212#255#255'n'#209#255#255'b'#205#255#255'U'#201#255
|
||||
+#255'H'#197#255#255':'#192#255#255'+'#188#255#255#28#183#255#255#13#178#255
|
||||
+#255'p'#210#255#255'w'#212#255#255'|'#213#255#255#127#214#255#255#128#215#255
|
||||
+#255'~'#214#255#255'y'#212#255#255'r'#210#255#255'g'#207#255#255'Y'#202#255
|
||||
+#255'K'#198#255#255'<'#193#255#255','#188#255#255#28#183#255#255#13#178#255
|
||||
+#255#0#173#253#255'l'#208#255#255'r'#210#255#255'v'#211#255#255'y'#212#255
|
||||
+#255'y'#212#255#255'w'#212#255#255'r'#210#255#255'i'#207#255#255'\'#203#255
|
||||
+#255'M'#198#255#255'='#193#255#255'-'#188#255#255#28#183#255#255#12#178#255
|
||||
+#255#0#171#251#255#0#161#236#255'd'#206#255#255'j'#208#255#255'm'#209#255#255
|
||||
+'p'#210#255#255'p'#210#255#255'm'#209#255#255'g'#207#255#255']'#204#255#255
|
||||
+'O'#199#255#255'?'#194#255#255'.'#189#255#255#28#183#255#255#12#178#255#255#0
|
||||
+#171#251#255#0#160#234#255#0#150#220#255'\'#203#255#255'`'#204#255#255'c'#205
|
||||
+#255#255'd'#206#255#255'c'#205#255#255'_'#204#255#255'X'#202#255#255'M'#198
|
||||
+#255#255'?'#194#255#255'.'#189#255#255#28#183#255#255#10#177#255#255#0#169
|
||||
+#248#255#0#158#232#255#0#147#216#255#0#139#203#255'Q'#200#255#255'S'#200#255
|
||||
+#255'U'#201#255#255'T'#201#255#255'R'#200#255#255'M'#198#255#255'E'#196#255
|
||||
+#255'9'#192#255#255')'#187#255#255#23#181#255#255#5#176#255#255#0#166#244#255
|
||||
+#0#155#227#255#0#145#212#255#0#134#197#255#0'~'#185#255'C'#195#255#255'C'#195
|
||||
+#255#255'C'#195#255#255'@'#194#255#255'<'#193#255#255'6'#191#255#255','#188
|
||||
+#255#255#31#184#255#255#15#179#255#255#0#173#253#255#0#160#235#255#0#149#218
|
||||
+#255#0#139#203#255#0#129#189#255#0'x'#176#255#0'q'#166#255'4'#191#255#255'1'
|
||||
+#190#255#255'.'#189#255#255')'#187#255#255'#'#185#255#255#27#183#255#255#16
|
||||
+#179#255#255#1#174#255#255#0#164#241#255#0#153#224#255#0#141#206#255#0#130
|
||||
+#191#255#0'y'#178#255#0'q'#166#255#0'j'#155#255#0'e'#148#255'#'#185#255#255
|
||||
+#30#184#255#255#24#182#255#255#16#179#255#255#8#177#255#255#0#173#254#255#0
|
||||
+#165#242#255#0#155#227#255#0#143#210#255#0#132#194#255#0'y'#178#255#0'p'#164
|
||||
+#255#0'h'#153#255#0'b'#144#255#0']'#136#255#0'Y'#131#255#19#180#255#255#12
|
||||
+#178#255#255#3#175#255#255#0#170#249#255#0#163#239#255#0#155#227#255#0#145
|
||||
+#213#255#0#135#198#255#0'|'#182#255#0'q'#166#255#0'h'#152#255#0'`'#141#255#0
|
||||
+'Z'#132#255#0'U}'#255#0'Rx'#255#0'Qv'#255#4#175#255#255#0#171#251#255#0#163
|
||||
+#239#255#0#155#227#255#0#147#215#255#0#138#202#255#0#128#188#255#0'v'#173#255
|
||||
+#0'k'#157#255#0'b'#143#255#0'Y'#131#255#0'Sy'#255#0'Ns'#255#0'Kn'#255#0'Ik'
|
||||
,#255#0'Ik'#255#0#168#246#255#0#160#234#255#0#151#221#255#0#141#207#255#0#132
|
||||
+#194#255#0'z'#179#255#0'q'#165#255#0'f'#150#255#0']'#136#255#0'Sz'#255#0'Mq'
|
||||
+#255#0'Hi'#255#0'Ee'#255#0'Cb'#255#0'Cb'#255#0'Dd'#255#0#158#232#255#0#149
|
||||
+#218#255#0#139#203#255#0#128#188#255#0'v'#173#255#0'l'#159#255#0'c'#145#255#0
|
||||
+'Y'#131#255#0'Pu'#255#0'Hj'#255#0'Ba'#255#0'?\'#255#0'=Y'#255#0'=Y'#255#0'=Z'
|
||||
+'dth'#3#251#2#13'ActiveControl'#7#8'SynEdit1'#7'Caption'#6#9'Mufasa v2'#12'C'
|
||||
+'lientHeight'#3#4#2#11'ClientWidth'#3#251#2#4'Menu'#7#9'MainMenu1'#8'OnCreat'
|
||||
+'e'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#8'Position'#7#14'poScree'
|
||||
+'nCenter'#10'LCLVersion'#6#6'0.9.29'#0#8'TSynEdit'#8'SynEdit1'#4'Left'#2#8#6
|
||||
+'Height'#3'H'#1#3'Top'#2' '#5'Width'#3#232#2#5'Align'#7#8'alCustom'#11'Font.'
|
||||
+'Height'#2#243#9'Font.Name'#6#11'Courier New'#10'Font.Pitch'#7#7'fpFixed'#12
|
||||
+'Font.Quality'#7#16'fqNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'T'
|
||||
+'abOrder'#2#0#24'BookMarkOptions.OnChange'#13#12'Gutter.Width'#2'='#19'Gutte'
|
||||
+'r.MouseActions'#14#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'
|
||||
+#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#13#9'MoveCar'
|
||||
+'et'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'B'
|
||||
+'utton'#7#7'mbRight'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Co'
|
||||
+'mmand'#2#12#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#11'Highlighter'
|
||||
+#7#17'SynFreePascalSyn1'#10'Keystrokes'#14#1#7'Command'#7#4'ecUp'#8'ShortCut'
|
||||
+#2'&'#0#1#7'Command'#7#7'ecSelUp'#8'ShortCut'#3'& '#0#1#7'Command'#7#10'ecSc'
|
||||
+'rollUp'#8'ShortCut'#3'&@'#0#1#7'Command'#7#6'ecDown'#8'ShortCut'#2'('#0#1#7
|
||||
+'Command'#7#9'ecSelDown'#8'ShortCut'#3'( '#0#1#7'Command'#7#12'ecScrollDown'
|
||||
+#8'ShortCut'#3'(@'#0#1#7'Command'#7#6'ecLeft'#8'ShortCut'#2'%'#0#1#7'Command'
|
||||
+#7#9'ecSelLeft'#8'ShortCut'#3'% '#0#1#7'Command'#7#10'ecWordLeft'#8'ShortCut'
|
||||
+#3'%@'#0#1#7'Command'#7#13'ecSelWordLeft'#8'ShortCut'#3'%`'#0#1#7'Command'#7
|
||||
+#7'ecRight'#8'ShortCut'#2''''#0#1#7'Command'#7#10'ecSelRight'#8'ShortCut'#3
|
||||
+''' '#0#1#7'Command'#7#11'ecWordRight'#8'ShortCut'#3'''@'#0#1#7'Command'#7#14
|
||||
+'ecSelWordRight'#8'ShortCut'#3'''`'#0#1#7'Command'#7#10'ecPageDown'#8'ShortC'
|
||||
+'ut'#2'"'#0#1#7'Command'#7#13'ecSelPageDown'#8'ShortCut'#3'" '#0#1#7'Command'
|
||||
+#7#12'ecPageBottom'#8'ShortCut'#3'"@'#0#1#7'Command'#7#15'ecSelPageBottom'#8
|
||||
+'ShortCut'#3'"`'#0#1#7'Command'#7#8'ecPageUp'#8'ShortCut'#2'!'#0#1#7'Command'
|
||||
+#7#11'ecSelPageUp'#8'ShortCut'#3'! '#0#1#7'Command'#7#9'ecPageTop'#8'ShortCu'
|
||||
+'t'#3'!@'#0#1#7'Command'#7#12'ecSelPageTop'#8'ShortCut'#3'!`'#0#1#7'Command'
|
||||
+#7#11'ecLineStart'#8'ShortCut'#2'$'#0#1#7'Command'#7#14'ecSelLineStart'#8'Sh'
|
||||
+'ortCut'#3'$ '#0#1#7'Command'#7#11'ecEditorTop'#8'ShortCut'#3'$@'#0#1#7'Comm'
|
||||
+'and'#7#14'ecSelEditorTop'#8'ShortCut'#3'$`'#0#1#7'Command'#7#9'ecLineEnd'#8
|
||||
+'ShortCut'#2'#'#0#1#7'Command'#7#12'ecSelLineEnd'#8'ShortCut'#3'# '#0#1#7'Co'
|
||||
+'mmand'#7#14'ecEditorBottom'#8'ShortCut'#3'#@'#0#1#7'Command'#7#17'ecSelEdit'
|
||||
+'orBottom'#8'ShortCut'#3'#`'#0#1#7'Command'#7#12'ecToggleMode'#8'ShortCut'#2
|
||||
+'-'#0#1#7'Command'#7#6'ecCopy'#8'ShortCut'#3'-@'#0#1#7'Command'#7#7'ecPaste'
|
||||
+#8'ShortCut'#3'- '#0#1#7'Command'#7#12'ecDeleteChar'#8'ShortCut'#2'.'#0#1#7
|
||||
+'Command'#7#5'ecCut'#8'ShortCut'#3'. '#0#1#7'Command'#7#16'ecDeleteLastChar'
|
||||
+#8'ShortCut'#2#8#0#1#7'Command'#7#16'ecDeleteLastChar'#8'ShortCut'#3#8' '#0#1
|
||||
+#7'Command'#7#16'ecDeleteLastWord'#8'ShortCut'#3#8'@'#0#1#7'Command'#7#6'ecU'
|
||||
+'ndo'#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#7#6'ecRedo'#8'ShortCut'#4#8#160
|
||||
+#0#0#0#1#7'Command'#7#11'ecLineBreak'#8'ShortCut'#2#13#0#1#7'Command'#7#11'e'
|
||||
+'cSelectAll'#8'ShortCut'#3'A@'#0#1#7'Command'#7#6'ecCopy'#8'ShortCut'#3'C@'#0
|
||||
+#1#7'Command'#7#13'ecBlockIndent'#8'ShortCut'#3'I`'#0#1#7'Command'#7#11'ecLi'
|
||||
+'neBreak'#8'ShortCut'#3'M@'#0#1#7'Command'#7#12'ecInsertLine'#8'ShortCut'#3
|
||||
+'N@'#0#1#7'Command'#7#12'ecDeleteWord'#8'ShortCut'#3'T@'#0#1#7'Command'#7#15
|
||||
+'ecBlockUnindent'#8'ShortCut'#3'U`'#0#1#7'Command'#7#7'ecPaste'#8'ShortCut'#3
|
||||
+'V@'#0#1#7'Command'#7#5'ecCut'#8'ShortCut'#3'X@'#0#1#7'Command'#7#12'ecDelet'
|
||||
+'eLine'#8'ShortCut'#3'Y@'#0#1#7'Command'#7#11'ecDeleteEOL'#8'ShortCut'#3'Y`'
|
||||
+#0#1#7'Command'#7#6'ecUndo'#8'ShortCut'#3'Z@'#0#1#7'Command'#7#6'ecRedo'#8'S'
|
||||
+'hortCut'#3'Z`'#0#1#7'Command'#7#13'ecGotoMarker0'#8'ShortCut'#3'0@'#0#1#7'C'
|
||||
+'ommand'#7#13'ecGotoMarker1'#8'ShortCut'#3'1@'#0#1#7'Command'#7#13'ecGotoMar'
|
||||
+'ker2'#8'ShortCut'#3'2@'#0#1#7'Command'#7#13'ecGotoMarker3'#8'ShortCut'#3'3@'
|
||||
+#0#1#7'Command'#7#13'ecGotoMarker4'#8'ShortCut'#3'4@'#0#1#7'Command'#7#13'ec'
|
||||
+'GotoMarker5'#8'ShortCut'#3'5@'#0#1#7'Command'#7#13'ecGotoMarker6'#8'ShortCu'
|
||||
+'t'#3'6@'#0#1#7'Command'#7#13'ecGotoMarker7'#8'ShortCut'#3'7@'#0#1#7'Command'
|
||||
+#7#13'ecGotoMarker8'#8'ShortCut'#3'8@'#0#1#7'Command'#7#13'ecGotoMarker9'#8
|
||||
+'ShortCut'#3'9@'#0#1#7'Command'#7#12'ecSetMarker0'#8'ShortCut'#3'0`'#0#1#7'C'
|
||||
+'ommand'#7#12'ecSetMarker1'#8'ShortCut'#3'1`'#0#1#7'Command'#7#12'ecSetMarke'
|
||||
+'r2'#8'ShortCut'#3'2`'#0#1#7'Command'#7#12'ecSetMarker3'#8'ShortCut'#3'3`'#0
|
||||
+#1#7'Command'#7#12'ecSetMarker4'#8'ShortCut'#3'4`'#0#1#7'Command'#7#12'ecSet'
|
||||
+'Marker5'#8'ShortCut'#3'5`'#0#1#7'Command'#7#12'ecSetMarker6'#8'ShortCut'#3
|
||||
+'6`'#0#1#7'Command'#7#12'ecSetMarker7'#8'ShortCut'#3'7`'#0#1#7'Command'#7#12
|
||||
+'ecSetMarker8'#8'ShortCut'#3'8`'#0#1#7'Command'#7#12'ecSetMarker9'#8'ShortCu'
|
||||
,'t'#3'9`'#0#1#7'Command'#7#12'EcFoldLevel1'#8'ShortCut'#4'1'#160#0#0#0#1#7'C'
|
||||
+'ommand'#7#12'EcFoldLevel2'#8'ShortCut'#4'2'#160#0#0#0#1#7'Command'#7#12'EcF'
|
||||
+'oldLevel1'#8'ShortCut'#4'3'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel1'#8'Sho'
|
||||
+'rtCut'#4'4'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel1'#8'ShortCut'#4'5'#160#0
|
||||
+#0#0#1#7'Command'#7#12'EcFoldLevel6'#8'ShortCut'#4'6'#160#0#0#0#1#7'Command'
|
||||
+#7#12'EcFoldLevel7'#8'ShortCut'#4'7'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel'
|
||||
+'8'#8'ShortCut'#4'8'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel9'#8'ShortCut'#4
|
||||
+'9'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel0'#8'ShortCut'#4'0'#160#0#0#0#1#7
|
||||
+'Command'#7#13'EcFoldCurrent'#8'ShortCut'#4'-'#160#0#0#0#1#7'Command'#7#15'E'
|
||||
+'cUnFoldCurrent'#8'ShortCut'#4'+'#160#0#0#0#1#7'Command'#7#18'EcToggleMarkup'
|
||||
+'Word'#8'ShortCut'#4'M'#128#0#0#0#1#7'Command'#7#14'ecNormalSelect'#8'ShortC'
|
||||
+'ut'#3'N`'#0#1#7'Command'#7#14'ecColumnSelect'#8'ShortCut'#3'C`'#0#1#7'Comma'
|
||||
+'nd'#7#12'ecLineSelect'#8'ShortCut'#3'L`'#0#1#7'Command'#7#5'ecTab'#8'ShortC'
|
||||
+'ut'#2#9#0#1#7'Command'#7#10'ecShiftTab'#8'ShortCut'#3#9' '#0#1#7'Command'#7
|
||||
+#14'ecMatchBracket'#8'ShortCut'#3'B`'#0#1#7'Command'#7#10'ecColSelUp'#8'Shor'
|
||||
+'tCut'#4'&'#160#0#0#0#1#7'Command'#7#12'ecColSelDown'#8'ShortCut'#4'('#160#0
|
||||
+#0#0#1#7'Command'#7#12'ecColSelLeft'#8'ShortCut'#4'%'#160#0#0#0#1#7'Command'
|
||||
+#7#13'ecColSelRight'#8'ShortCut'#4''''#160#0#0#0#1#7'Command'#7#16'ecColSelP'
|
||||
+'ageDown'#8'ShortCut'#4'"'#160#0#0#0#1#7'Command'#7#18'ecColSelPageBottom'#8
|
||||
+'ShortCut'#4'"'#224#0#0#0#1#7'Command'#7#14'ecColSelPageUp'#8'ShortCut'#4'!'
|
||||
+#160#0#0#0#1#7'Command'#7#15'ecColSelPageTop'#8'ShortCut'#4'!'#224#0#0#0#1#7
|
||||
+'Command'#7#17'ecColSelLineStart'#8'ShortCut'#4'$'#160#0#0#0#1#7'Command'#7
|
||||
+#15'ecColSelLineEnd'#8'ShortCut'#4'#'#160#0#0#0#1#7'Command'#7#17'ecColSelEd'
|
||||
+'itorTop'#8'ShortCut'#4'$'#224#0#0#0#1#7'Command'#7#20'ecColSelEditorBottom'
|
||||
+#8'ShortCut'#4'#'#224#0#0#0#0#12'MouseActions'#14#1#5'Shift'#11#0#9'ShiftMas'
|
||||
+'k'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccSing'
|
||||
+'le'#8'ClickDir'#7#6'cdDown'#7'Command'#2#1#9'MoveCaret'#9#6'Option'#2#0#8'P'
|
||||
+'riority'#2#0#0#1#5'Shift'#11#7'ssShift'#0#9'ShiftMask'#11#7'ssShift'#5'ssAl'
|
||||
+'t'#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdD'
|
||||
+'own'#7'Command'#2#1#9'MoveCaret'#9#6'Option'#2#1#8'Priority'#2#0#0#1#5'Shif'
|
||||
+'t'#11#5'ssAlt'#0#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbLeft'
|
||||
+#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#3#9'MoveC'
|
||||
+'aret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#7'ssShift'#5'ssAlt'#0
|
||||
+#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7
|
||||
+#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#3#9'MoveCaret'#9#6'Option'
|
||||
+#2#1#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#7'mbRig'
|
||||
+'ht'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2#12#9'Mo'
|
||||
+'veCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0
|
||||
+#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccDouble'#8'ClickDir'#7#6'cdDown'#7
|
||||
+'Command'#2#6#9'MoveCaret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#0
|
||||
+#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccTriple'#8'Clic'
|
||||
+'kDir'#7#6'cdDown'#7'Command'#2#7#9'MoveCaret'#9#6'Option'#2#0#8'Priority'#2
|
||||
+#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7
|
||||
+#6'ccQuad'#8'ClickDir'#7#6'cdDown'#7'Command'#2#8#9'MoveCaret'#9#6'Option'#2
|
||||
+#0#8'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#8'mbMiddl'
|
||||
+'e'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Command'#2#10#9'M'
|
||||
+'oveCaret'#9#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#6'ssCtrl'#0#9'Shi'
|
||||
+'ftMask'#11#7'ssShift'#5'ssAlt'#6'ssCtrl'#0#6'Button'#7#6'mbLeft'#10'ClickCo'
|
||||
+'unt'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2#11#9'MoveCaret'#8#6'O'
|
||||
+'ption'#2#0#8'Priority'#2#0#0#0#15'MouseSelActions'#14#1#5'Shift'#11#0#9'Shi'
|
||||
+'ftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'
|
||||
+#7#6'cdDown'#7'Command'#2#9#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0
|
||||
+#13'Lines.Strings'#1#6#12'program new;'#6#5'begin'#6#4'end.'#0#21'BracketHig'
|
||||
+'hlightStyle'#7#8'sbhsBoth'#0#18'TSynGutterPartList'#0#0#15'TSynGutterMarks'
|
||||
+#0#5'Width'#2#23#0#0#20'TSynGutterLineNumber'#0#5'Width'#2#21#12'MouseAction'
|
||||
+'s'#14#0#21'MarkupInfo.Background'#7#9'clBtnFace'#21'MarkupInfo.Foreground'#7
|
||||
+#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultiplesOf'#2#1#9'ZeroS'
|
||||
+'tart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'Width'#2#4#13'Modi'
|
||||
+'fiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19'TSynGutterSepar'
|
||||
+'ator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#12'MouseActions'#14#1#5
|
||||
+'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#7'mbRight'#10'ClickCount'#7#8'ccS'
|
||||
+'ingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2#16#9'MoveCaret'#8#6'Option'#2#0#8
|
||||
+'Priority'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#7'ssShift'#0#6'Button'#7#8
|
||||
+'mbMiddle'#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#14
|
||||
,#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shift'#11#7'ssShift'#0#9
|
||||
+'ShiftMask'#11#7'ssShift'#0#6'Button'#7#8'mbMiddle'#10'ClickCount'#7#5'ccAny'
|
||||
+#8'ClickDir'#7#6'cdDown'#7'Command'#2#14#9'MoveCaret'#8#6'Option'#2#1#8'Prio'
|
||||
+'rity'#2#0#0#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'Clic'
|
||||
+'kCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#0#9'MoveCaret'#8#6
|
||||
+'Option'#2#0#8'Priority'#2#0#0#0#21'MarkupInfo.Background'#7#6'clNone'#21'Ma'
|
||||
+'rkupInfo.Foreground'#7#6'clGray'#20'MouseActionsExpanded'#14#1#5'Shift'#11#0
|
||||
+#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#5'ccAny'#8'ClickDi'
|
||||
+'r'#7#6'cdDown'#7'Command'#2#14#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0
|
||||
+#0#0#21'MouseActionsCollapsed'#14#1#5'Shift'#11#6'ssCtrl'#0#9'ShiftMask'#11#6
|
||||
+'ssCtrl'#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'c'
|
||||
+'dDown'#7'Command'#2#15#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'S'
|
||||
+'hift'#11#0#9'ShiftMask'#11#6'ssCtrl'#0#6'Button'#7#6'mbLeft'#10'ClickCount'
|
||||
+#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#15#9'MoveCaret'#8#6'Option'
|
||||
+#2#1#8'Priority'#2#0#0#0#0#0#0#0#5'TMemo'#5'Memo1'#4'Left'#2#8#6'Height'#2'x'
|
||||
+#3'Top'#3'p'#1#5'Width'#3#216#2#13'Lines.Strings'#1#6#5'Memo1'#0#10'ScrollBa'
|
||||
+'rs'#7#10'ssAutoBoth'#8'TabOrder'#2#1#0#0#8'TToolBar'#8'ToolBar1'#4'Left'#2#0
|
||||
+#6'Height'#2#24#3'Top'#2#0#5'Width'#3#251#2#7'Caption'#6#8'ToolBar1'#6'Image'
|
||||
+'s'#7#17'Mufasa_Image_List'#8'TabOrder'#2#2#0#11'TToolButton'#6'TB_Run'#4'Le'
|
||||
+'ft'#2#1#3'Top'#2#2#7'Caption'#6#6'TB_Run'#10'ImageIndex'#2#0#7'OnClick'#7#12
|
||||
+'Button1Click'#0#0#11'TToolButton'#8'TB_Pause'#4'Left'#2#24#3'Top'#2#2#7'Cap'
|
||||
+'tion'#6#11'ToolButton1'#7'Enabled'#8#10'ImageIndex'#2#1#0#0#11'TToolButton'
|
||||
+#7'TB_Stop'#4'Left'#2'/'#3'Top'#2#2#7'Caption'#6#11'ToolButton1'#7'Enabled'#8
|
||||
+#10'ImageIndex'#2#2#0#0#11'TToolButton'#11'ToolButton1'#4'Left'#2'F'#3'Top'#2
|
||||
+#2#5'Width'#2#3#7'Caption'#6#11'ToolButton1'#5'Style'#7#10'tbsDivider'#0#0#11
|
||||
+'TToolButton'#9'TB_NewTab'#4'Left'#2'I'#3'Top'#2#2#7'Caption'#6#9'TB_NewTab'
|
||||
+#7'Enabled'#8#10'ImageIndex'#2#3#0#0#11'TToolButton'#11'TB_CloseTab'#4'Left'
|
||||
+#2'`'#3'Top'#2#2#7'Caption'#6#11'TB_CloseTab'#7'Enabled'#8#10'ImageIndex'#2#4
|
||||
+#0#0#11'TToolButton'#11'ToolButton4'#4'Left'#2'w'#3'Top'#2#2#5'Width'#2#3#7
|
||||
+'Caption'#6#11'ToolButton4'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#13
|
||||
+'TB_ClearDebug'#4'Left'#2'z'#3'Top'#2#2#7'Caption'#6#13'TB_ClearDebug'#7'Ena'
|
||||
+'bled'#8#10'ImageIndex'#2#5#0#0#11'TToolButton'#13'TB_PickColour'#4'Left'#3
|
||||
+#145#0#3'Top'#2#2#7'Caption'#6#13'TB_PickColour'#7'Enabled'#8#10'ImageIndex'
|
||||
+#2#6#0#0#11'TToolButton'#15'TB_SelectClient'#4'Left'#3#168#0#3'Top'#2#2#7'Ca'
|
||||
+'ption'#6#15'TB_SelectClient'#7'Enabled'#8#10'ImageIndex'#2#7#0#0#11'TToolBu'
|
||||
+'tton'#11'ToolButton8'#4'Left'#3#191#0#3'Top'#2#2#5'Width'#2#3#7'Caption'#6
|
||||
+#11'ToolButton8'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#10'TB_Convert'
|
||||
+#4'Left'#3#194#0#3'Top'#2#2#7'Caption'#6#10'TB_Convert'#7'Enabled'#8#10'Imag'
|
||||
+'eIndex'#2#8#0#0#11'TToolButton'#16'TB_ReloadPlugins'#4'Left'#3#217#0#3'Top'
|
||||
+#2#2#7'Caption'#6#16'TB_ReloadPlugins'#7'Enabled'#8#10'ImageIndex'#2#9#0#0#11
|
||||
+'TToolButton'#6'TB_WAT'#4'Left'#3#240#0#3'Top'#2#2#7'Caption'#6#6'TB_WAT'#7
|
||||
+'Enabled'#8#10'ImageIndex'#2#10#0#0#0#17'TSynFreePascalSyn'#17'SynFreePascal'
|
||||
+'Syn1'#7'Enabled'#8#12'CompilerMode'#7#9'pcmObjFPC'#14'NestedComments'#9#4'l'
|
||||
+'eft'#3'H'#2#3'top'#2#8#0#0#9'TMainMenu'#9'MainMenu1'#4'left'#3'h'#2#3'top'#2
|
||||
+#8#0#9'TMenuItem'#14'MenuItemScript'#7'Caption'#6#6'Script'#0#9'TMenuItem'#11
|
||||
+'MenuItemRun'#7'Caption'#6#3'Run'#8'ShortCut'#2'x'#7'OnClick'#7#16'MenuItemR'
|
||||
+'unClick'#0#0#0#0#10'TImageList'#17'Mufasa_Image_List'#4'left'#3'0'#2#3'top'
|
||||
+#2#8#6'Bitmap'#10#14'4'#0#0'Li'#13#0#0#0#16#0#0#0#16#0#0#0's'#255#155#255'{'
|
||||
+#255#160#255#128#255#164#255#131#255#166#255#133#255#167#255#131#255#166#255
|
||||
+#127#255#163#255'y'#255#159#255'p'#255#152#255'd'#255#144#255'X'#255#135#255
|
||||
+'L'#255#127#255'?'#255'u'#255'1'#255'k'#255'"'#255'`'#255#21#255'W'#255's'
|
||||
+#255#155#255'{'#255#160#255#127#255#163#255#130#255#165#255#132#255#167#255
|
||||
+#130#255#165#255'}'#255#162#255'u'#255#156#255'j'#255#148#255'^'#255#139#255
|
||||
+'P'#255#129#255'B'#255'w'#255'4'#255'm'#255'$'#255'b'#255#21#255'W'#255#7#255
|
||||
+'M'#255'p'#255#152#255'w'#255#157#255'|'#255#161#255#127#255#163#255#127#255
|
||||
+#163#255'}'#255#162#255'x'#255#158#255'o'#255#152#255'b'#255#142#255'T'#255
|
||||
+#132#255'E'#255'z'#255'5'#255'n'#255'%'#255'c'#255#21#255'W'#255#5#255'L'#255
|
||||
+#0#247'F'#255'l'#255#150#255'r'#255#154#255'v'#255#157#255'y'#255#159#255'y'
|
||||
+#255#159#255'v'#255#157#255'p'#255#152#255'e'#255#144#255'X'#255#135#255'H'
|
||||
+#255'|'#255'7'#255'o'#255'&'#255'c'#255#21#255'W'#255#4#255'K'#255#0#244'E'
|
||||
+#255#0#230'A'#255'd'#255#144#255'j'#255#148#255'm'#255#150#255'p'#255#152#255
|
||||
+'o'#255#152#255'l'#255#150#255'd'#255#144#255'Y'#255#136#255'J'#255'}'#255'9'
|
||||
+#255'q'#255''''#255'd'#255#22#255'X'#255#4#255'K'#255#0#242'D'#255#0#227'@'
|
||||
+#255#0#214'<'#255'\'#255#138#255'`'#255#141#255'c'#255#143#255'd'#255#144#255
|
||||
,'c'#255#143#255'^'#255#139#255'V'#255#134#255'I'#255'|'#255':'#255'r'#255'('
|
||||
+#255'e'#255#21#255'W'#255#2#255'I'#255#0#241'D'#255#0#224'?'#255#0#209';'#255
|
||||
+#0#197'8'#255'Q'#255#130#255'S'#255#132#255'U'#255#133#255'T'#255#132#255'R'
|
||||
+#255#131#255'L'#255#127#255'C'#255'x'#255'5'#255'n'#255'%'#255'c'#255#17#255
|
||||
+'T'#255#0#254'H'#255#0#236'C'#255#0#220'>'#255#0#204':'#255#0#191'6'#255#0
|
||||
+#180'3'#255'C'#255'x'#255'C'#255'x'#255'C'#255'x'#255'@'#255'v'#255'<'#255's'
|
||||
+#255'4'#255'm'#255'*'#255'f'#255#28#255'\'#255#10#255'O'#255#0#247'F'#255#0
|
||||
+#229'A'#255#0#212'<'#255#0#197'8'#255#0#182'3'#255#0#171'0'#255#0#163'.'#255
|
||||
+'4'#255'm'#255'1'#255'k'#255'.'#255'i'#255')'#255'e'#255'"'#255'`'#255#25#255
|
||||
+'Z'#255#13#255'Q'#255#0#254'H'#255#0#236'C'#255#0#218'>'#255#0#201'9'#255#0
|
||||
+#185'4'#255#0#172'1'#255#0#161'-'#255#0#152'+'#255#0#146')'#255'#'#255'a'#255
|
||||
+#30#255'^'#255#24#255'Y'#255#16#255'S'#255#7#255'M'#255#0#253'G'#255#0#239'C'
|
||||
+#255#0#224'?'#255#0#206':'#255#0#189'5'#255#0#173'1'#255#0#160'-'#255#0#149
|
||||
+'*'#255#0#140'('#255#0#134'&'#255#0#131'%'#255#19#255'V'#255#12#255'Q'#255#3
|
||||
+#255'J'#255#0#249'F'#255#0#238'C'#255#0#226'@'#255#0#212'<'#255#0#195'7'#255
|
||||
+#0#179'3'#255#0#162'.'#255#0#149'*'#255#0#137''''#255#0#128'$'#255#0'z"'#255
|
||||
+#0'w"'#255#0'v!'#255#4#255'K'#255#0#251'G'#255#0#239'C'#255#0#227'@'#255#0
|
||||
+#215'='#255#0#201'9'#255#0#186'5'#255#0#170'0'#255#0#154'+'#255#0#140'('#255
|
||||
+#0#128'$'#255#0'w"'#255#0'q '#255#0'l'#30#255#0'k'#30#255#0'm'#31#255#0#246
|
||||
+'E'#255#0#234'B'#255#0#221'>'#255#0#207':'#255#0#193'6'#255#0#179'3'#255#0
|
||||
+#164'.'#255#0#148'*'#255#0#133'&'#255#0'x"'#255#0'n'#31#255#0'h'#29#255#0'c'
|
||||
+#28#255#0'b'#28#255#0'b'#28#255#0'f'#29#255#0#232'B'#255#0#218'>'#255#0#203
|
||||
+'9'#255#0#188'5'#255#0#173'1'#255#0#158'-'#255#0#143'('#255#0#128'$'#255#0's'
|
||||
+' '#255#0'h'#29#255#0'`'#27#255#0'['#26#255#0'Y'#25#255#0'Y'#25#255#0'\'#26
|
||||
+#255#0'b'#28#255#0#218'>'#255#0#203'9'#255#0#187'5'#255#0#170'0'#255#0#155','
|
||||
+#255#0#140'('#255#0'~$'#255#0'p '#255#0'd'#28#255#0'['#26#255#0'T'#24#255#0
|
||||
+'Q'#23#255#0'Q'#23#255#0'S'#23#255#0'X'#25#255#0'`'#27#255#0#206':'#255#0#190
|
||||
+'6'#255#0#173'1'#255#0#157','#255#0#141'('#255#0'~$'#255#0'q '#255#0'd'#28
|
||||
+#255#0'Y'#25#255#0'R'#23#255#0'M'#22#255#0'L'#21#255#0'M'#22#255#0'Q'#23#255
|
||||
+#0'X'#25#255#0'a'#27#255's'#211#255#255'{'#213#255#255#128#215#255#255#131
|
||||
+#216#255#255#133#216#255#255#132#216#255#255#129#215#255#255'{'#213#255#255
|
||||
+'s'#211#255#255'h'#207#255#255'^'#204#255#255'R'#200#255#255'E'#196#255#255
|
||||
+'7'#191#255#255')'#187#255#255#27#183#255#255's'#211#255#255'{'#213#255#255
|
||||
+#127#214#255#255#131#216#255#255#132#216#255#255#130#215#255#255#127#214#255
|
||||
+#255'x'#212#255#255'n'#209#255#255'b'#205#255#255'U'#201#255#255'H'#197#255
|
||||
+#255':'#192#255#255'+'#188#255#255#28#183#255#255#13#178#255#255'p'#210#255
|
||||
+#255'w'#212#255#255'|'#213#255#255#127#214#255#255#128#215#255#255'~'#214#255
|
||||
+#255'y'#212#255#255'r'#210#255#255'g'#207#255#255'Y'#202#255#255'K'#198#255
|
||||
+#255'<'#193#255#255','#188#255#255#28#183#255#255#13#178#255#255#0#173#253
|
||||
+#255'l'#208#255#255'r'#210#255#255'v'#211#255#255'y'#212#255#255'y'#212#255
|
||||
+#255'w'#212#255#255'r'#210#255#255'i'#207#255#255'\'#203#255#255'M'#198#255
|
||||
+#255'='#193#255#255'-'#188#255#255#28#183#255#255#12#178#255#255#0#171#251
|
||||
+#255#0#161#236#255'd'#206#255#255'j'#208#255#255'm'#209#255#255'p'#210#255
|
||||
+#255'p'#210#255#255'm'#209#255#255'g'#207#255#255']'#204#255#255'O'#199#255
|
||||
+#255'?'#194#255#255'.'#189#255#255#28#183#255#255#12#178#255#255#0#171#251
|
||||
+#255#0#160#234#255#0#150#220#255'\'#203#255#255'`'#204#255#255'c'#205#255#255
|
||||
+'d'#206#255#255'c'#205#255#255'_'#204#255#255'X'#202#255#255'M'#198#255#255
|
||||
+'?'#194#255#255'.'#189#255#255#28#183#255#255#10#177#255#255#0#169#248#255#0
|
||||
+#158#232#255#0#147#216#255#0#139#203#255'Q'#200#255#255'S'#200#255#255'U'#201
|
||||
+#255#255'T'#201#255#255'R'#200#255#255'M'#198#255#255'E'#196#255#255'9'#192
|
||||
+#255#255')'#187#255#255#23#181#255#255#5#176#255#255#0#166#244#255#0#155#227
|
||||
+#255#0#145#212#255#0#134#197#255#0'~'#185#255'C'#195#255#255'C'#195#255#255
|
||||
+'C'#195#255#255'@'#194#255#255'<'#193#255#255'6'#191#255#255','#188#255#255
|
||||
+#31#184#255#255#15#179#255#255#0#173#253#255#0#160#235#255#0#149#218#255#0
|
||||
+#139#203#255#0#129#189#255#0'x'#176#255#0'q'#166#255'4'#191#255#255'1'#190
|
||||
+#255#255'.'#189#255#255')'#187#255#255'#'#185#255#255#27#183#255#255#16#179
|
||||
+#255#255#1#174#255#255#0#164#241#255#0#153#224#255#0#141#206#255#0#130#191
|
||||
+#255#0'y'#178#255#0'q'#166#255#0'j'#155#255#0'e'#148#255'#'#185#255#255#30
|
||||
+#184#255#255#24#182#255#255#16#179#255#255#8#177#255#255#0#173#254#255#0#165
|
||||
+#242#255#0#155#227#255#0#143#210#255#0#132#194#255#0'y'#178#255#0'p'#164#255
|
||||
+#0'h'#153#255#0'b'#144#255#0']'#136#255#0'Y'#131#255#19#180#255#255#12#178
|
||||
+#255#255#3#175#255#255#0#170#249#255#0#163#239#255#0#155#227#255#0#145#213
|
||||
+#255#0#135#198#255#0'|'#182#255#0'q'#166#255#0'h'#152#255#0'`'#141#255#0'Z'
|
||||
+#132#255#0'U}'#255#0'Rx'#255#0'Qv'#255#4#175#255#255#0#171#251#255#0#163#239
|
||||
,#255#0#155#227#255#0#147#215#255#0#138#202#255#0#128#188#255#0'v'#173#255#0
|
||||
+'k'#157#255#0'b'#143#255#0'Y'#131#255#0'Sy'#255#0'Ns'#255#0'Kn'#255#0'Ik'#255
|
||||
+#0'Ik'#255#0#168#246#255#0#160#234#255#0#151#221#255#0#141#207#255#0#132#194
|
||||
+#255#0'z'#179#255#0'q'#165#255#0'f'#150#255#0']'#136#255#0'Sz'#255#0'Mq'#255
|
||||
+#0'Hi'#255#0'Ee'#255#0'Cb'#255#0'Cb'#255#0'Dd'#255#0#158#232#255#0#149#218
|
||||
+#255#0#139#203#255#0#128#188#255#0'v'#173#255#0'l'#159#255#0'c'#145#255#0'Y'
|
||||
+#131#255#0'Pu'#255#0'Hj'#255#0'Ba'#255#0'?\'#255#0'=Y'#255#0'=Y'#255#0'=Z'
|
||||
+#255#0'A_'#255#0#149#218#255#0#139#203#255#0#128#187#255#0'u'#171#255#0'j'
|
||||
+#155#255#0'`'#141#255#0'W'#127#255#0'Mq'#255#0'Ee'#255#0'?\'#255#0';V'#255#0
|
||||
+'8R'#255#0'7P'#255#0'8R'#255#0';V'#255#0'?\'#255#0#141#206#255#0#130#190#255
|
||||
@ -317,9 +321,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255'kkk'#255#200#200
|
||||
+#201#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181
|
||||
+#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255
|
||||
+#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181
|
||||
+#255'kkk'#255#200#200#201#255#181#181#181#255#181#181#181#255#181#181#181#255
|
||||
,#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181
|
||||
+#255'kkk'#255#200#200#201#255#181#181#181#255#181#181#181#255#181#181#181#255
|
||||
+#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181
|
||||
+#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181
|
||||
+#181#255#181#181#181#255'kkk'#255#200#200#201#255#181#181#181#255#181#181#181
|
||||
+#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181
|
||||
@ -381,9 +385,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#201#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181
|
||||
+#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255
|
||||
+#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181
|
||||
+#255'kkk'#255#200#200#201#255#181#181#181#255#181#181#181#255#181#181#181#255
|
||||
,#255'kkk'#255#200#200#201#255#181#181#181#255#181#181#181#255#181#181#181#255
|
||||
+#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181
|
||||
,#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181
|
||||
+#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181
|
||||
+#181#255#181#181#181#255'kkk'#255#200#200#201#255#181#181#181#255#181#181#181
|
||||
+#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181
|
||||
+#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255#181
|
||||
@ -445,9 +449,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+'<<<'#255'555'#255'111'#255'...'#255',,,'#255'333'#255';=>'#236#22#23#23#166
|
||||
+#0#0#0'R'#0#0#0'"'#0#0#0#15#0#0#0#4#0#0#0#0#0#0#0'#'#0#0#0'k'#0#0#0#143#0#0#0
|
||||
+#143#0#0#0#143#0#0#0#143#0#0#0#143#0#0#0#143#0#0#0#143#0#0#0#136#0#0#0'c'#0#0
|
||||
+#0'('#0#0#0#6#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#11#0#0#0'#'#0#0#0'/'#0#0#0'/'#0#0
|
||||
,#0'('#0#0#0#6#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#11#0#0#0'#'#0#0#0'/'#0#0#0'/'#0#0
|
||||
+#0'/'#0#0#0'/'#0#0#0'/'#0#0#0'/'#0#0#0'/'#0#0#0','#0#0#0#31#0#0#0#12#0#0#0#1
|
||||
,#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'fff'#255#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
@ -509,9 +513,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0
|
||||
+#255#0#0#0#255#0#0#0#255'EEE'#255#10#10#10#185#0#0#0#223#0#0#0#223#0#0#0#223
|
||||
+#0#0#0#223#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0
|
||||
+#223#0#0#0#223#0#0#0#223#0#0#0#223'###'#169#255#255#255#0#255#255#255#0#255
|
||||
,#223#0#0#0#223#0#0#0#223#0#0#0#223'###'#169#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#0#0#0#223#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0
|
||||
,#0#0#255#0#0#0#255#0#0#0#223#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#0#0#255#0#0#0#255#0#0#0#223#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#0#223
|
||||
+#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#223#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#10#10#10#187#0#0#0#223#0
|
||||
@ -573,9 +577,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+'WW['#255'SSW'#255'LLP'#255#0#0#0'#'#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'YY\'#255#192#192#198#246#196
|
||||
+#196#202#255#175#175#180#217'CCG'#255#0#0#0'_'#255#255#255#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0'@@'#255#255'::'#255#255'::'#255#255'=='#255#255#0#0#0'#'#0#0#0#11'M'
|
||||
,#0#0#0#0'@@'#255#255'::'#255#255'::'#255#255'=='#255#255#0#0#0'#'#0#0#0#11'M'
|
||||
+'MP'#255#191#191#197#246#194#194#200#255#182#182#188#206'AAD'#255#0#0#0'k'
|
||||
,#255#255#255#0#0#0#0#0#0#0#0#0''''''#255#255#17#17#255#255#11#11#255#255#24
|
||||
+#255#255#255#0#0#0#0#0#0#0#0#0''''''#255#255#17#17#255#255#11#11#255#255#24
|
||||
+#24#255#255'++'#255#255'00'#255#255#0#0#0';FFJ'#255#189#189#195#246#192#192
|
||||
+#198#255#190#190#196#195'BBF'#255#0#0#0'_'#255#255#255#0#0#0#0#0'%%'#255#255
|
||||
+#0#0#251#255#0#0#0'w'#0#0#0#143#0#0#0#143#26#26#255#255'!!'#255#255#13#13#255
|
||||
@ -637,9 +641,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#0#0#0#11#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'zXA'#7'zU'
|
||||
,#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'zXA'#7'zU'
|
||||
+'='#6'|V='#4'{W='#6'zX@%{Y@''yXB'#10#0#0#0#0'@C_'#4#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'{W='#0'wU>'#13#171'i'
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'{W='#0'wU>'#13#171'i'
|
||||
+#27#26'KF[m'#6'6'#171#223#2'5'#173#255#2'6'#176#251#6'+'#141#164#0#0#0#0'"0c'
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'<@h'#29#25'8'#142
|
||||
+#207#9'.'#142#253#1'5'#177#255#4'('#148#255#2'/'#159#254#1'2'#171#255#6'$|'
|
||||
@ -701,9 +705,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#255#194#9#0#255#179#8#0#255#167#8#0#255#155#7#0#255#147#7#0#255#143#7#0#255
|
||||
+#255'*'#31#255#255'$'#25#255#255#29#18#255#255#22#10#255#255#13#1#255#245#12
|
||||
+#0#255#232#11#0#255#215#10#0#255#198#9#0#255#181#9#0#255#166#8#0#255#153#7#0
|
||||
+#255#143#7#0#255#135#6#0#255#129#6#0#255#128#6#0#255#255#26#15#255#255#18#6
|
||||
,#255#143#7#0#255#135#6#0#255#129#6#0#255#128#6#0#255#255#26#15#255#255#18#6
|
||||
+#255#252#12#0#255#242#11#0#255#230#11#0#255#218#10#0#255#203#10#0#255#187#9#0
|
||||
,#255#170#8#0#255#155#7#0#255#141#7#0#255#131#6#0#255'{'#6#0#255'v'#6#0#255's'
|
||||
+#255#170#8#0#255#155#7#0#255#141#7#0#255#131#6#0#255'{'#6#0#255'v'#6#0#255's'
|
||||
+#5#0#255't'#5#0#255#255#12#0#255#245#12#0#255#233#11#0#255#220#10#0#255#206
|
||||
+#10#0#255#193#9#0#255#178#8#0#255#161#8#0#255#146#7#0#255#132#6#0#255'y'#6#0
|
||||
+#255'q'#5#0#255'k'#5#0#255'h'#5#0#255'h'#5#0#255'k'#5#0#255#240#11#0#255#227
|
||||
|
Loading…
Reference in New Issue
Block a user