From 5f8b9009d15b2647fd3a4840bf404873b6f19913 Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Mon, 12 Oct 2009 17:35:50 +0000 Subject: [PATCH] Fix for time. ;-) git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@126 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Doc/mufasa_intro.tex | 14 +- Known Issues.txt | 1 - Projects/SAMufasaGUI/project1.lpi | 259 +++--- Projects/SAMufasaGUI/testunit.lfm | 5 +- Projects/SAMufasaGUI/testunit.lrs | 1293 ++++++++++++++--------------- Units/MMLAddon/mmlpsthread.pas | 2 +- 6 files changed, 806 insertions(+), 768 deletions(-) diff --git a/Doc/mufasa_intro.tex b/Doc/mufasa_intro.tex index 0f94c9e..965822e 100644 --- a/Doc/mufasa_intro.tex +++ b/Doc/mufasa_intro.tex @@ -122,7 +122,7 @@ the real class implements several other features. Among those are copying a feature that allows the user to ``Lock'' the Windows' current data in Mufasa-maintained memory. \\ -Quick overview of functions: +\subsection{Quick overview of functions} \begin{itemize} \item ReturnData @@ -138,6 +138,18 @@ Together, these functions form the core of the window management. However; to fake user input, a programmer also needs the ability to manipulate user input. Which brings us to the next MML Core class. +\subsection{Freeze} + +The Window class also contains a feature called `Freeze'. +Freeze allows one to save the current Client's Window data. +All further methods that use the Client's Window data now use the saved +data, until `UnFreeze' is called. \\ + +This feature was easy to implement since we only had to modify the +`ReturnData' method. If used wisely, this can speed up your program +a lot, depending on the client size. It makes FindColorsTolerance about +6 times faster on my system. + \section{The Input Class} The \textbf{Input} Class is the class that takes care of all the input. \\ diff --git a/Known Issues.txt b/Known Issues.txt index 89dbcbb..685760b 100644 --- a/Known Issues.txt +++ b/Known Issues.txt @@ -2,7 +2,6 @@ Known issues: Linux: - Mouse Clicking only works in the client, and the mouse click must be in the client, otherwise the event is ignored. - - CopyClientToBitmap isn't stable for IntArrPtr. Windows: diff --git a/Projects/SAMufasaGUI/project1.lpi b/Projects/SAMufasaGUI/project1.lpi index d5b16e4..cec13ed 100644 --- a/Projects/SAMufasaGUI/project1.lpi +++ b/Projects/SAMufasaGUI/project1.lpi @@ -7,7 +7,7 @@ <UseXPManifest Value="True"/> - <ActiveEditorIndexAtStart Value="10"/> + <ActiveEditorIndexAtStart Value="11"/> </General> <VersionInfo> <ProjectVersion Value=""/> @@ -33,16 +33,14 @@ <PackageName Value="LCL"/> </Item2> </RequiredPackages> - <Units Count="135"> + <Units Count="136"> <Unit0> <Filename Value="project1.lpr"/> <IsPartOfProject Value="True"/> <UnitName Value="project1"/> - <CursorPos X="1" Y="1"/> + <CursorPos X="71" Y="10"/> <TopLine Value="1"/> - <EditorIndex Value="0"/> - <UsageCount Value="191"/> - <Loaded Value="True"/> + <UsageCount Value="196"/> </Unit0> <Unit1> <Filename Value="unit1.pas"/> @@ -170,9 +168,11 @@ <HasResources Value="True"/> <ResourceBaseClass Value="Form"/> <UnitName Value="TestUnit"/> - <CursorPos X="1" Y="1"/> + <CursorPos X="111" Y="8"/> <TopLine Value="1"/> - <UsageCount Value="157"/> + <EditorIndex Value="16"/> + <UsageCount Value="162"/> + <Loaded Value="True"/> </Unit18> <Unit19> <Filename Value="../cogat/Units/CogatUnits/compcolors.pas"/> @@ -300,20 +300,20 @@ <Filename Value="../../Units/MMLCore/client.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="Client"/> - <CursorPos X="1" Y="1"/> - <TopLine Value="1"/> - <EditorIndex Value="4"/> - <UsageCount Value="156"/> + <CursorPos X="46" Y="32"/> + <TopLine Value="20"/> + <EditorIndex Value="3"/> + <UsageCount Value="161"/> <Loaded Value="True"/> </Unit37> <Unit38> <Filename Value="../../Units/MMLCore/mufasatypes.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="MufasaTypes"/> - <CursorPos X="17" Y="40"/> - <TopLine Value="9"/> - <EditorIndex Value="3"/> - <UsageCount Value="156"/> + <CursorPos X="1" Y="1"/> + <TopLine Value="1"/> + <EditorIndex Value="2"/> + <UsageCount Value="161"/> <Loaded Value="True"/> </Unit38> <Unit39> @@ -327,18 +327,20 @@ <Filename Value="../../Units/MMLCore/files.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="files"/> - <CursorPos X="15" Y="76"/> - <TopLine Value="47"/> - <UsageCount Value="157"/> + <CursorPos X="33" Y="11"/> + <TopLine Value="1"/> + <EditorIndex Value="5"/> + <UsageCount Value="162"/> + <Loaded Value="True"/> </Unit40> <Unit41> <Filename Value="../../Units/MMLCore/window.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="Window"/> - <CursorPos X="3" Y="241"/> - <TopLine Value="233"/> - <EditorIndex Value="7"/> - <UsageCount Value="156"/> + <CursorPos X="1" Y="1"/> + <TopLine Value="1"/> + <EditorIndex Value="9"/> + <UsageCount Value="161"/> <Loaded Value="True"/> </Unit41> <Unit42> @@ -365,18 +367,20 @@ <Unit45> <Filename Value="../../Units/MMLCore/input.pas"/> <UnitName Value="Input"/> - <CursorPos X="32" Y="251"/> - <TopLine Value="220"/> - <UsageCount Value="21"/> + <CursorPos X="36" Y="18"/> + <TopLine Value="1"/> + <EditorIndex Value="4"/> + <UsageCount Value="23"/> + <Loaded Value="True"/> </Unit45> <Unit46> <Filename Value="../../Units/MMLCore/finder.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="finder"/> - <CursorPos X="7" Y="8"/> + <CursorPos X="26" Y="9"/> <TopLine Value="1"/> - <EditorIndex Value="1"/> - <UsageCount Value="149"/> + <EditorIndex Value="0"/> + <UsageCount Value="154"/> <Loaded Value="True"/> </Unit46> <Unit47> @@ -390,9 +394,9 @@ <Filename Value="../../Units/MMLAddon/mmlthread.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="MMLThread"/> - <CursorPos X="63" Y="64"/> - <TopLine Value="52"/> - <UsageCount Value="147"/> + <CursorPos X="10" Y="62"/> + <TopLine Value="50"/> + <UsageCount Value="152"/> </Unit48> <Unit49> <Filename Value="../../../Documents/fpc/rtl/objpas/classes/classesh.inc"/> @@ -404,10 +408,10 @@ <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="mmlpsthread"/> - <CursorPos X="47" Y="11"/> - <TopLine Value="1"/> - <EditorIndex Value="9"/> - <UsageCount Value="145"/> + <CursorPos X="14" Y="236"/> + <TopLine Value="229"/> + <EditorIndex Value="11"/> + <UsageCount Value="150"/> <Loaded Value="True"/> </Unit50> <Unit51> @@ -515,9 +519,11 @@ </Unit65> <Unit66> <Filename Value="../../Units/MMLAddon/PSInc/pscompile.inc"/> - <CursorPos X="51" Y="18"/> - <TopLine Value="1"/> - <UsageCount Value="46"/> + <CursorPos X="42" Y="79"/> + <TopLine Value="48"/> + <EditorIndex Value="14"/> + <UsageCount Value="49"/> + <Loaded Value="True"/> </Unit66> <Unit67> <Filename Value="../../../FPC/FPCCheckout/rtl/win/tthread.inc"/> @@ -537,8 +543,8 @@ <UnitName Value="bitmaps"/> <CursorPos X="1" Y="1"/> <TopLine Value="1"/> - <EditorIndex Value="5"/> - <UsageCount Value="135"/> + <EditorIndex Value="6"/> + <UsageCount Value="140"/> <Loaded Value="True"/> </Unit69> <Unit70> @@ -550,16 +556,18 @@ </Unit70> <Unit71> <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/colour.inc"/> - <CursorPos X="1" Y="1"/> - <TopLine Value="1"/> + <CursorPos X="86" Y="33"/> + <TopLine Value="10"/> <UsageCount Value="16"/> </Unit71> <Unit72> <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/bitmap.inc"/> <IsPartOfProject Value="True"/> - <CursorPos X="55" Y="24"/> - <TopLine Value="1"/> - <UsageCount Value="134"/> + <CursorPos X="26" Y="93"/> + <TopLine Value="62"/> + <EditorIndex Value="13"/> + <UsageCount Value="139"/> + <Loaded Value="True"/> </Unit72> <Unit73> <Filename Value="../../../FPC/FPCCheckout/packages/fcl-image/src/fpcanvas.inc"/> @@ -689,10 +697,10 @@ <Filename Value="../../Units/MMLCore/colour_conv.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="colour_conv"/> - <CursorPos X="20" Y="5"/> + <CursorPos X="19" Y="21"/> <TopLine Value="1"/> - <EditorIndex Value="2"/> - <UsageCount Value="117"/> + <EditorIndex Value="1"/> + <UsageCount Value="122"/> <Loaded Value="True"/> </Unit92> <Unit93> @@ -706,13 +714,13 @@ <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/mouse.inc"/> <CursorPos X="1" Y="1"/> <TopLine Value="1"/> - <UsageCount Value="10"/> + <UsageCount Value="9"/> </Unit94> <Unit95> <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/other.inc"/> - <CursorPos X="41" Y="15"/> + <CursorPos X="1" Y="1"/> <TopLine Value="1"/> - <UsageCount Value="10"/> + <UsageCount Value="8"/> </Unit95> <Unit96> <Filename Value="../../Units/PascalScript/uPSCompiler.pas"/> @@ -750,9 +758,9 @@ <Filename Value="../../Units/MMLAddon/plugins.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="plugins"/> - <CursorPos X="1" Y="1"/> - <TopLine Value="1"/> - <UsageCount Value="111"/> + <CursorPos X="86" Y="128"/> + <TopLine Value="128"/> + <UsageCount Value="116"/> </Unit101> <Unit102> <Filename Value="../../../Compilertje/Units/CogatUnits/compfiles.pas"/> @@ -784,9 +792,7 @@ <Filename Value="../../Units/MMLAddon/PSInc/psdefines.inc"/> <CursorPos X="1" Y="1"/> <TopLine Value="1"/> - <EditorIndex Value="10"/> <UsageCount Value="12"/> - <Loaded Value="True"/> </Unit106> <Unit107> <Filename Value="../../Units/PascalScript/x86.inc"/> @@ -802,9 +808,9 @@ </Unit108> <Unit109> <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/math.inc"/> - <CursorPos X="1" Y="1"/> + <CursorPos X="10" Y="1"/> <TopLine Value="1"/> - <UsageCount Value="10"/> + <UsageCount Value="7"/> </Unit109> <Unit110> <Filename Value="../../../lazarus/lcl/controls.pp"/> @@ -844,10 +850,10 @@ <Filename Value="../../Units/MMLCore/dtm.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="dtm"/> - <CursorPos X="39" Y="401"/> - <TopLine Value="384"/> - <EditorIndex Value="6"/> - <UsageCount Value="92"/> + <CursorPos X="6" Y="17"/> + <TopLine Value="1"/> + <EditorIndex Value="7"/> + <UsageCount Value="97"/> <Loaded Value="True"/> </Unit115> <Unit116> @@ -861,9 +867,11 @@ <Filename Value="../../Units/MMLAddon/colourpicker.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="colourpicker"/> - <CursorPos X="1" Y="1"/> - <TopLine Value="1"/> - <UsageCount Value="88"/> + <CursorPos X="53" Y="33"/> + <TopLine Value="15"/> + <EditorIndex Value="15"/> + <UsageCount Value="93"/> + <Loaded Value="True"/> </Unit117> <Unit118> <Filename Value="../../../cogat/Units/CogatUnits/compdragger.pas"/> @@ -886,9 +894,9 @@ <Filename Value="../../Units/MMLAddon/windowselector.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="windowselector"/> - <CursorPos X="1" Y="1"/> - <TopLine Value="1"/> - <UsageCount Value="78"/> + <CursorPos X="76" Y="83"/> + <TopLine Value="65"/> + <UsageCount Value="83"/> </Unit120> <Unit121> <Filename Value="../../../usr/lib64/fpc/2.2.4/source/rtl/objpas/classes/classesh.inc"/> @@ -920,10 +928,10 @@ <Filename Value="../../Units/MMLCore/dtmutil.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="dtmutil"/> - <CursorPos X="1" Y="13"/> + <CursorPos X="32" Y="18"/> <TopLine Value="1"/> - <EditorIndex Value="8"/> - <UsageCount Value="65"/> + <EditorIndex Value="10"/> + <UsageCount Value="70"/> <Loaded Value="True"/> </Unit125> <Unit126> @@ -935,8 +943,8 @@ </Unit126> <Unit127> <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/dtm.inc"/> - <CursorPos X="1" Y="1"/> - <TopLine Value="1"/> + <CursorPos X="2" Y="23"/> + <TopLine Value="6"/> <UsageCount Value="22"/> </Unit127> <Unit128> @@ -964,9 +972,11 @@ <Filename Value="../../Units/MMLCore/mmath.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="mmath"/> - <CursorPos X="35" Y="45"/> - <TopLine Value="14"/> - <UsageCount Value="45"/> + <CursorPos X="1" Y="1"/> + <TopLine Value="1"/> + <EditorIndex Value="8"/> + <UsageCount Value="50"/> + <Loaded Value="True"/> </Unit131> <Unit132> <Filename Value="../../../Documents/fpc/rtl/objpas/types.pp"/> @@ -989,120 +999,137 @@ <TopLine Value="1"/> <UsageCount Value="10"/> </Unit134> + <Unit135> + <Filename Value="../../../../Documents/lazarus/lcl/lclintf.pas"/> + <UnitName Value="LCLIntf"/> + <CursorPos X="10" Y="80"/> + <TopLine Value="65"/> + <EditorIndex Value="12"/> + <UsageCount Value="10"/> + <Loaded Value="True"/> + </Unit135> </Units> - <JumpHistory Count="28" HistoryIndex="27"> + <JumpHistory Count="30" HistoryIndex="29"> <Position1> <Filename Value="../../Units/MMLCore/bitmaps.pas"/> - <Caret Line="78" Column="129" TopLine="68"/> + <Caret Line="57" Column="52" TopLine="16"/> </Position1> <Position2> <Filename Value="../../Units/MMLCore/bitmaps.pas"/> - <Caret Line="270" Column="13" TopLine="242"/> + <Caret Line="78" Column="129" TopLine="68"/> </Position2> <Position3> <Filename Value="../../Units/MMLCore/bitmaps.pas"/> - <Caret Line="4" Column="116" TopLine="1"/> + <Caret Line="270" Column="13" TopLine="242"/> </Position3> <Position4> - <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="36" Column="43" TopLine="2"/> + <Filename Value="../../Units/MMLCore/bitmaps.pas"/> + <Caret Line="4" Column="116" TopLine="1"/> </Position4> <Position5> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="38" Column="90" TopLine="10"/> + <Caret Line="36" Column="43" TopLine="2"/> </Position5> <Position6> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="579" Column="25" TopLine="542"/> + <Caret Line="38" Column="90" TopLine="10"/> </Position6> <Position7> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="7" Column="132" TopLine="1"/> + <Caret Line="579" Column="25" TopLine="542"/> </Position7> <Position8> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="124" Column="19" TopLine="96"/> + <Caret Line="7" Column="132" TopLine="1"/> </Position8> <Position9> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="207" Column="19" TopLine="179"/> + <Caret Line="124" Column="19" TopLine="96"/> </Position9> <Position10> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="582" Column="53" TopLine="543"/> + <Caret Line="207" Column="19" TopLine="179"/> </Position10> <Position11> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="38" Column="53" TopLine="1"/> + <Caret Line="582" Column="53" TopLine="543"/> </Position11> <Position12> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="570" Column="127" TopLine="527"/> + <Caret Line="38" Column="53" TopLine="1"/> </Position12> <Position13> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="546" Column="51" TopLine="543"/> + <Caret Line="570" Column="127" TopLine="527"/> </Position13> <Position14> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="540" Column="32" TopLine="525"/> + <Caret Line="546" Column="51" TopLine="543"/> </Position14> <Position15> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="38" Column="68" TopLine="38"/> + <Caret Line="540" Column="32" TopLine="525"/> </Position15> <Position16> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="540" Column="46" TopLine="525"/> + <Caret Line="38" Column="68" TopLine="38"/> </Position16> <Position17> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="38" Column="46" TopLine="38"/> + <Caret Line="540" Column="46" TopLine="525"/> </Position17> <Position18> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="10" Column="137" TopLine="1"/> + <Caret Line="38" Column="46" TopLine="38"/> </Position18> <Position19> <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="124" Column="19" TopLine="96"/> + <Caret Line="10" Column="137" TopLine="1"/> </Position19> <Position20> - <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> - <Caret Line="135" Column="23" TopLine="120"/> + <Filename Value="../../Units/MMLCore/finder.pas"/> + <Caret Line="124" Column="19" TopLine="96"/> </Position20> <Position21> - <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="36" Column="1" TopLine="1"/> + <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> + <Caret Line="135" Column="23" TopLine="120"/> </Position21> <Position22> - <Filename Value="../../Units/MMLCore/finder.pas"/> - <Caret Line="8" Column="7" TopLine="1"/> + <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/bitmap.inc"/> + <Caret Line="108" Column="19" TopLine="61"/> </Position22> <Position23> - <Filename Value="../../Units/MMLCore/client.pas"/> - <Caret Line="23" Column="8" TopLine="1"/> + <Filename Value="../../Units/MMLCore/finder.pas"/> + <Caret Line="36" Column="1" TopLine="1"/> </Position23> <Position24> - <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> - <Caret Line="157" Column="22" TopLine="136"/> + <Filename Value="../../Units/MMLAddon/PSInc/Wrappers/bitmap.inc"/> + <Caret Line="114" Column="27" TopLine="77"/> </Position24> <Position25> - <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> - <Caret Line="159" Column="23" TopLine="136"/> + <Filename Value="../../Units/MMLCore/finder.pas"/> + <Caret Line="8" Column="7" TopLine="1"/> </Position25> <Position26> - <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> - <Caret Line="160" Column="22" TopLine="136"/> + <Filename Value="../../Units/MMLCore/client.pas"/> + <Caret Line="23" Column="52" TopLine="1"/> </Position26> <Position27> - <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> - <Caret Line="161" Column="22" TopLine="136"/> + <Filename Value="../../Units/MMLCore/dtm.pas"/> + <Caret Line="103" Column="10" TopLine="91"/> </Position27> <Position28> - <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> - <Caret Line="162" Column="21" TopLine="136"/> + <Filename Value="../../Units/MMLCore/client.pas"/> + <Caret Line="32" Column="46" TopLine="20"/> </Position28> + <Position29> + <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> + <Caret Line="21" Column="31" TopLine="1"/> + </Position29> + <Position30> + <Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/> + <Caret Line="244" Column="66" TopLine="229"/> + </Position30> </JumpHistory> </ProjectOptions> <CompilerOptions> diff --git a/Projects/SAMufasaGUI/testunit.lfm b/Projects/SAMufasaGUI/testunit.lfm index 2147b63..e0f4040 100644 --- a/Projects/SAMufasaGUI/testunit.lfm +++ b/Projects/SAMufasaGUI/testunit.lfm @@ -1,7 +1,7 @@ object Form1: TForm1 - Left = 408 + Left = 174 Height = 553 - Top = 207 + Top = 345 Width = 723 ActiveControl = SynEdit1 Caption = 'Mufasa v2' @@ -25,6 +25,7 @@ object Form1: TForm1 ParentColor = False ParentFont = False TabOrder = 0 + BookMarkOptions.OnChange = nil Gutter.Width = 61 Gutter.MouseActions = < item diff --git a/Projects/SAMufasaGUI/testunit.lrs b/Projects/SAMufasaGUI/testunit.lrs index e0b9b7a..4fa98bf 100644 --- a/Projects/SAMufasaGUI/testunit.lrs +++ b/Projects/SAMufasaGUI/testunit.lrs @@ -1,377 +1,369 @@ -{ This is an automatically generated lazarus resource file } - LazarusResources.Add('TForm1','FORMDATA',[ - 'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#152#1#6'Height'#3')'#2#3'Top'#3#207#0#5'W' - +'idth'#3#211#2#13'ActiveControl'#7#8'SynEdit1'#7'Caption'#6#9'Mufasa v2'#12 - +'ClientHeight'#3#16#2#11'ClientWidth'#3#211#2#4'Menu'#7#9'MainMenu1'#8'OnCre' - +'ate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#8'Position'#7#14'poScr' - +'eenCenter'#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#192#2#5'Align'#7#8'alCustom'#11'Fon' - +'t.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 - +'TabOrder'#2#0#12'Gutter.Width'#2'='#19'Gutter.MouseActions'#14#1#5'Shift'#11 + 'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#174#0#6'Height'#3')'#2#3'Top'#3'Y'#1#5'Wi' + +'dth'#3#211#2#13'ActiveControl'#7#8'SynEdit1'#7'Caption'#6#9'Mufasa v2'#12'C' + +'lientHeight'#3#16#2#11'ClientWidth'#3#211#2#4'Menu'#7#9'MainMenu1'#8'OnCrea' + +'te'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#8'Position'#7#14'poScre' + +'enCenter'#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#192#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#11'MaxLeftCha' + +'r'#2'P'#10'ScrollBars'#7#10'ssAutoBoth'#21'BracketHighlightStyle'#7#8'sbhsB' + +'oth'#0#18'TSynGutterPartList'#0#0#15'TSynGutterMarks'#0#5'Width'#2#23#0#0#20 + +'TSynGutterLineNumber'#0#5'Width'#2#21#12'MouseActions'#14#0#21'MarkupInfo.B' + +'ackground'#7#9'clBtnFace'#21'MarkupInfo.Foreground'#7#6'clNone'#10'DigitCou' + +'nt'#2#2#30'ShowOnlyLineNumbersMultiplesOf'#2#1#9'ZeroStart'#8#12'LeadingZer' + +'os'#8#0#0#17'TSynGutterChanges'#0#5'Width'#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'MouseActions'#14#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#16#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#1#5'Shif' + +'t'#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'Priority'#2#0#0#1#5'Shift'#11 +#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#5'ccAny'#8'Click' - +'Dir'#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'cdUp'#7'Command'#2#12#9'MoveCaret'#8#6'Option' - +#2#0#8'Priority'#2#0#0#0#11'Highlighter'#7#17'SynFreePascalSyn1'#10'Keystrok' - +'es'#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'Com' - +'mand'#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'ecSelWord' - +'Left'#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'ecWordRigh' - +'t'#8'ShortCut'#3'''@'#0#1#7'Command'#7#14'ecSelWordRight'#8'ShortCut'#3'''`' - +#0#1#7'Command'#7#10'ecPageDown'#8'ShortCut'#2'"'#0#1#7'Command'#7#13'ecSelP' - +'ageDown'#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'ShortCut'#3'!@'#0#1#7'Command'#7#12'ecS' - +'elPageTop'#8'ShortCut'#3'!`'#0#1#7'Command'#7#11'ecLineStart'#8'ShortCut'#2 - +'$'#0#1#7'Command'#7#14'ecSelLineStart'#8'ShortCut'#3'$ '#0#1#7'Command'#7#11 - +'ecEditorTop'#8'ShortCut'#3'$@'#0#1#7'Command'#7#14'ecSelEditorTop'#8'ShortC' - +'ut'#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'Short' - +'Cut'#3'#@'#0#1#7'Command'#7#17'ecSelEditorBottom'#8'ShortCut'#3'#`'#0#1#7'C' - +'ommand'#7#12'ecToggleMode'#8'ShortCut'#2'-'#0#1#7'Command'#7#6'ecCopy'#8'Sh' - +'ortCut'#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'ecUndo'#8'ShortCut'#4#8#128#0#0#0#1#7'C' - +'ommand'#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'ecSelectAll'#8'ShortCut'#3'A@'#0#1#7'C' - +'ommand'#7#6'ecCopy'#8'ShortCut'#3'C@'#0#1#7'Command'#7#13'ecBlockIndent'#8 - +'ShortCut'#3'I`'#0#1#7'Command'#7#11'ecLineBreak'#8'ShortCut'#3'M@'#0#1#7'Co' - +'mmand'#7#12'ecInsertLine'#8'ShortCut'#3'N@'#0#1#7'Command'#7#12'ecDeleteWor' - +'d'#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'S' - +'hortCut'#3'X@'#0#1#7'Command'#7#12'ecDeleteLine'#8'ShortCut'#3'Y@'#0#1#7'Co' - +'mmand'#7#11'ecDeleteEOL'#8'ShortCut'#3'Y`'#0#1#7'Command'#7#6'ecUndo'#8'Sho' - +'rtCut'#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'Sh' - +'ortCut'#3'1@'#0#1#7'Command'#7#13'ecGotoMarker2'#8'ShortCut'#3'2@'#0#1#7'Co' - +'mmand'#7#13'ecGotoMarker3'#8'ShortCut'#3'3@'#0#1#7'Command'#7#13'ecGotoMark' - +'er4'#8'ShortCut'#3'4@'#0#1#7'Command'#7#13'ecGotoMarker5'#8'ShortCut'#3'5@' - +#0#1#7'Command'#7#13'ecGotoMarker6'#8'ShortCut'#3'6@'#0#1#7'Command'#7#13'ec' - +'GotoMarker7'#8'ShortCut'#3'7@'#0#1#7'Command'#7#13'ecGotoMarker8'#8'ShortCu' - +'t'#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'Command'#7#12'ecSetMarker1'#8'Sh' - +'ortCut'#3'1`'#0#1#7'Command'#7#12'ecSetMarker2'#8'ShortCut'#3'2`'#0#1#7'Com' - +'mand'#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'ShortCut'#3'6`'#0#1#7'Command'#7#12'ecSetMark' - +'er7'#8'ShortCut'#3'7`'#0#1#7'Command'#7#12'ecSetMarker8'#8'ShortCut'#3'8`'#0 - +#1#7'Command'#7#12'ecSetMarker9'#8'ShortCut'#3'9`'#0#1#7'Command'#7#12'EcFol' - ,'dLevel1'#8'ShortCut'#4'1'#160#0#0#0#1#7'Command'#7#12'EcFoldLevel2'#8'Short' - +'Cut'#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'Command'#7#12'EcFoldLevel7'#8'ShortCut'#4'7' - +#160#0#0#0#1#7'Command'#7#12'EcFoldLevel8'#8'ShortCut'#4'8'#160#0#0#0#1#7'Co' - +'mmand'#7#12'EcFoldLevel9'#8'ShortCut'#4'9'#160#0#0#0#1#7'Command'#7#12'EcFo' - +'ldLevel0'#8'ShortCut'#4'0'#160#0#0#0#1#7'Command'#7#13'EcFoldCurrent'#8'Sho' - +'rtCut'#4'-'#160#0#0#0#1#7'Command'#7#15'EcUnFoldCurrent'#8'ShortCut'#4'+' - +#160#0#0#0#1#7'Command'#7#18'EcToggleMarkupWord'#8'ShortCut'#4'M'#128#0#0#0#1 - +#7'Command'#7#14'ecNormalSelect'#8'ShortCut'#3'N`'#0#1#7'Command'#7#14'ecCol' - +'umnSelect'#8'ShortCut'#3'C`'#0#1#7'Command'#7#12'ecLineSelect'#8'ShortCut'#3 - +'L`'#0#1#7'Command'#7#5'ecTab'#8'ShortCut'#2#9#0#1#7'Command'#7#10'ecShiftTa' - +'b'#8'ShortCut'#3#9' '#0#1#7'Command'#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'Command'#7#13'ecColSelRight'#8'ShortCut'#4'''' - +#160#0#0#0#1#7'Command'#7#16'ecColSelPageDown'#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'ecColSelPag' - +'eTop'#8'ShortCut'#4'!'#224#0#0#0#1#7'Command'#7#17'ecColSelLineStart'#8'Sho' - +'rtCut'#4'$'#160#0#0#0#1#7'Command'#7#15'ecColSelLineEnd'#8'ShortCut'#4'#' - +#160#0#0#0#1#7'Command'#7#17'ecColSelEditorTop'#8'ShortCut'#4'$'#224#0#0#0#1 - +#7'Command'#7#20'ecColSelEditorBottom'#8'ShortCut'#4'#'#224#0#0#0#0#12'Mouse' - +'Actions'#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'Optio' - +'n'#2#1#8'Priority'#2#0#0#1#5'Shift'#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'MoveCaret'#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'But' - +'ton'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#6'cdDown'#7'Com' - +'mand'#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'Click' - +'Dir'#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'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'ClickDir'#7#6'cdDown'#7'Command'#2#7#9'MoveC' - +'aret'#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'Co' - +'mmand'#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'mbMiddle'#10'ClickCount'#7#8'ccSingle'#8'Clic' - +'kDir'#7#6'cdDown'#7'Command'#2#10#9'MoveCaret'#9#6'Option'#2#0#8'Priority'#2 - +#0#0#1#5'Shift'#11#6'ssCtrl'#0#9'ShiftMask'#11#7'ssShift'#5'ssAlt'#6'ssCtrl' - +#0#6'Button'#7#6'mbLeft'#10'ClickCount'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7 - +'Command'#2#11#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#15'MouseSelA' - +'ctions'#14#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#6'mbLeft'#10'Click' - +'Count'#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#11'MaxLeftChar'#2'P'#10'ScrollBars'#7#10'ssAutoBoth'#21 - +'BracketHighlightStyle'#7#8'sbhsBoth'#0#18'TSynGutterPartList'#0#0#15'TSynGu' - +'tterMarks'#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'MarkupInfo.F' - +'oreground'#7#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultiplesOf' - +#2#1#9'ZeroStart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'Width'#2 - +#4#13'ModifiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19'TSynGu' - +'tterSeparator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#12'MouseActio' - +'ns'#14#1#5'Shift'#11#0#9'ShiftMask'#11#0#6'Button'#7#7'mbRight'#10'ClickCou' - +'nt'#7#8'ccSingle'#8'ClickDir'#7#4'cdUp'#7'Command'#2#16#9'MoveCaret'#8#6'Op' - +'tion'#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'C' - ,'ommand'#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#8'TToolBar'#8'ToolBar1'#4'L' - +'eft'#2#0#6'Height'#2#24#3'Top'#2#0#5'Width'#3#211#2#7'Caption'#6#8'ToolBar1' - +#6'Images'#7#17'Mufasa_Image_List'#8'TabOrder'#2#2#0#11'TToolButton'#6'TB_Ru' - +'n'#4'Left'#2#1#3'Top'#2#2#7'Caption'#6#6'TB_Run'#10'ImageIndex'#2#0#7'OnCli' - +'ck'#7#12'Button1Click'#0#0#11'TToolButton'#8'TB_Pause'#4'Left'#2#24#3'Top'#2 - +#2#7'Caption'#6#11'ToolButton1'#7'Enabled'#8#10'ImageIndex'#2#1#0#0#11'TTool' - +'Button'#7'TB_Stop'#4'Left'#2'/'#3'Top'#2#2#7'Caption'#6#11'ToolButton1'#7'E' - +'nabled'#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'tbsDi' - +'vider'#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_Clos' - +'eTab'#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_C' - +'learDebug'#7'Enabled'#8#10'ImageIndex'#2#5#0#0#11'TToolButton'#13'TB_PickCo' - +'lour'#4'Left'#3#145#0#3'Top'#2#2#7'Caption'#6#13'TB_PickColour'#10'ImageInd' - +'ex'#2#6#7'OnClick'#7#14'PickColorEvent'#0#0#11'TToolButton'#15'TB_SelectCli' - +'ent'#4'Left'#3#168#0#3'Top'#2#2#7'Caption'#6#15'TB_SelectClient'#10'ImageIn' - +'dex'#2#7#11'OnMouseDown'#7#13'Selector_DOWN'#0#0#11'TToolButton'#11'ToolBut' - +'ton8'#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'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'#7'TB_' - +'Tray'#4'Left'#3#240#0#3'Top'#2#2#7'Caption'#6#7'TB_Tray'#10'ImageIndex'#2#10 - +#7'OnClick'#7#6'ToTray'#0#0#0#5'TMemo'#5'Memo1'#4'Left'#2#13#6'Height'#3#134 - +#0#3'Top'#3'r'#1#5'Width'#3#182#2#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder' - +#2#1#0#0#17'TSynFreePascalSyn'#17'SynFreePascalSyn1'#7'Enabled'#8#12'Compile' - +'rMode'#7#9'pcmObjFPC'#14'NestedComments'#9#4'left'#3'0'#2#0#0#9'TMainMenu'#9 - +'MainMenu1'#4'left'#3'`'#2#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'MenuItemRunClick'#0#0#0#0#10'TImageList'#17'Mufasa_Image_Li' - +'st'#4'left'#3#0#2#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 - +#0'v'#173#255#0'k'#157#255#0'`'#141#255#0'W'#127#255#0'Mq'#255#0'Ee'#255#0'>' - +'['#255#0'9S'#255#0'5N'#255#0'4L'#255#0'5M'#255#0'6O'#255#0'9T'#255#0'?\'#255 - +'ss'#255#255'{{'#255#255#128#128#255#255#131#131#255#255#132#132#255#255#130 - +#130#255#255'~~'#255#255'ww'#255#255'mm'#255#255'aa'#255#255'UU'#255#255'HH' - +#255#255'::'#255#255'++'#255#255#29#29#255#255#16#16#255#240'ss'#255#255'{{' - +#255#255#127#127#255#255#130#130#255#255#131#131#255#255#129#129#255#255'||' - +#255#255'ss'#255#255'gg'#255#255'[['#255#255'LL'#255#255'=='#255#255'..'#255 - +#255#31#31#255#255#16#16#255#255#2#2#255#240'pp'#255#255'ww'#255#255'||'#255 - +#255#127#127#255#255#127#127#255#255'||'#255#255'vv'#255#255'mm'#255#255'__' - +#255#255'PP'#255#255'@@'#255#255'00'#255#255#31#31#255#255#15#15#255#255#0#0 - +#255#255#0#0#242#240'kk'#255#255'rr'#255#255'vv'#255#255'xx'#255#255'xx'#255 - +#255'uu'#255#255'mm'#255#255'bb'#255#255'TT'#255#255'CC'#255#255'22'#255#255 - +' '#255#255#15#15#255#255#0#0#254#255#0#0#239#255#0#0#226#240'dd'#255#255'j' - +'j'#255#255'mm'#255#255'nn'#255#255'mm'#255#255'jj'#255#255'aa'#255#255'UU' - +#255#255'FF'#255#255'44'#255#255'!!'#255#255#15#15#255#255#0#0#253#255#0#0 - +#236#255#0#0#221#255#0#0#209#240'[['#255#255'^^'#255#255'aa'#255#255'aa'#255 - +#255'``'#255#255'[['#255#255'RR'#255#255'DD'#255#255'33'#255#255' '#255#255 - +#13#13#255#255#0#0#251#255#0#0#233#255#0#0#217#255#0#0#203#255#0#0#192#240'N' - +'N'#255#255'PP'#255#255'QQ'#255#255'OO'#255#255'LL'#255#255'FF'#255#255'<<' - +#255#255'--'#255#255#28#28#255#255#8#8#255#255#0#0#245#255#0#0#227#255#0#0 - +#211#255#0#0#196#255#0#0#183#255#0#0#175#240'??'#255#255'>>'#255#255'=='#255 - +#255'::'#255#255'44'#255#255',,'#255#255' '#255#255#16#16#255#255#0#0#254 - +#255#0#0#236#255#0#0#218#255#0#0#201#255#0#0#186#255#0#0#173#255#0#0#164#255 - +#0#0#157#240'..'#255#255'++'#255#255'&&'#255#255' '#255#255#25#25#255#255#15 - +#15#255#255#1#1#255#255#0#0#242#255#0#0#224#255#0#0#205#255#0#0#188#255#0#0 - +#174#255#0#0#161#255#0#0#152#255#0#0#144#255#0#0#140#240#28#28#255#255#22#22 - +#255#255#15#15#255#255#7#7#255#255#0#0#253#255#0#0#241#255#0#0#227#255#0#0 - +#210#255#0#0#193#255#0#0#176#255#0#0#161#255#0#0#149#255#0#0#139#255#0#0#131 - +#255#0#0#127#255#0#0'~'#240#12#12#255#255#4#4#255#255#0#0#249#255#0#0#239#255 - +#0#0#227#255#0#0#213#255#0#0#198#255#0#0#182#255#0#0#164#255#0#0#149#255#0#0 - +#137#255#0#0#127#255#0#0'w'#255#0#0's'#255#0#0'q'#255#0#0's'#240#0#0#253#255 - +#0#0#242#255#0#0#229#255#0#0#216#255#0#0#203#255#0#0#188#255#0#0#173#255#0#0 - +#157#255#0#0#141#255#0#0#127#255#0#0't'#255#0#0'm'#255#0#0'h'#255#0#0'f'#255 - +#0#0'g'#255#0#0'k'#240#0#0#238#255#0#0#224#255#0#0#210#255#0#0#196#255#0#0 - +#181#255#0#0#166#255#0#0#150#255#0#0#135#255#0#0'y'#255#0#0'm'#255#0#0'e'#255 - +#0#0'_'#255#0#0'\'#255#0#0'\'#255#0#0'_'#255#0#0'f'#240#0#0#224#255#0#0#209 - +#255#0#0#193#255#0#0#177#255#0#0#161#255#0#0#146#255#0#0#131#255#0#0'u'#255#0 - +#0'h'#255#0#0'_'#255#0#0'X'#255#0#0'T'#255#0#0'T'#255#0#0'V'#255#0#0'['#255#0 - +#0'c'#240#0#0#211#255#0#0#194#255#0#0#178#255#0#0#161#255#0#0#145#255#0#0#130 - +#255#0#0't'#255#0#0'g'#255#0#0'\'#255#0#0'T'#255#0#0'P'#255#0#0'M'#255#0#0'O' - +#255#0#0'S'#255#0#0'Y'#255#0#0'c'#240#0#0#200#255#0#0#183#255#0#0#166#255#0#0 - +#149#255#0#0#134#255#0#0'w'#255#0#0'j'#255#0#0'_'#255#0#0'V'#255#0#0'P'#255#0 - +#0'M'#255#0#0'M'#255#0#0'O'#255#0#0'T'#255#0#0'\'#255#0#0'g'#240#255'3='#255 - +#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255 - +'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3=' - +#255#255'3='#255#255'3='#255#200#200#201#255#200#200#201#255#200#200#201#255 + +'Dir'#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'clG' + +'ray'#20'MouseActionsExpanded'#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 + +#14#9'MoveCaret'#8#6'Option'#2#0#8'Priority'#2#0#0#0#21'MouseActionsCollapse' + +'d'#14#1#5'Shift'#11#6'ssCtrl'#0#9'ShiftMask'#11#6'ssCtrl'#0#6'Button'#7#6'm' + +'bLeft'#10'ClickCount'#7#5'ccAny'#8'ClickDir'#7#6'cdDown'#7'Command'#2#15#9 + +'MoveCaret'#8#6'Option'#2#0#8'Priority'#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'MoveCaret'#8#6'Option'#2#1#8'Priority'#2#0#0#0#0#0 + +#0#0#8'TToolBar'#8'ToolBar1'#4'Left'#2#0#6'Height'#2#24#3'Top'#2#0#5'Width'#3 + +#211#2#7'Caption'#6#8'ToolBar1'#6'Images'#7#17'Mufasa_Image_List'#8'TabOrder' + +#2#2#0#11'TToolButton'#6'TB_Run'#4'Left'#2#1#3'Top'#2#2#7'Caption'#6#6'TB_Ru' + +'n'#10'ImageIndex'#2#0#7'OnClick'#7#12'Button1Click'#0#0#11'TToolButton'#8'T' + +'B_Pause'#4'Left'#2#24#3'Top'#2#2#7'Caption'#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'TToolButt' + +'on'#11'ToolButton1'#4'Left'#2'F'#3'Top'#2#2#5'Width'#2#3#7'Caption'#6#11'To' + +'olButton1'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#9'TB_NewTab'#4'Lef' + +'t'#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'ToolBut' + +'ton4'#4'Left'#2'w'#3'Top'#2#2#5'Width'#2#3#7'Caption'#6#11'ToolButton4'#5'S' + +'tyle'#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'Enabled'#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'#10'ImageIndex'#2#6#7'OnClick'#7#14'PickColorEvent'#0#0#11'TT' + +'oolButton'#15'TB_SelectClient'#4'Left'#3#168#0#3'Top'#2#2#7'Caption'#6#15'T' + +'B_SelectClient'#10'ImageIndex'#2#7#11'OnMouseDown'#7#13'Selector_DOWN'#0#0 + +#11'TToolButton'#11'ToolButton8'#4'Left'#3#191#0#3'Top'#2#2#5'Width'#2#3#7'C' + +'aption'#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'Enable' + +'d'#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'ImageInd' + +'ex'#2#9#0#0#11'TToolButton'#7'TB_Tray'#4'Left'#3#240#0#3'Top'#2#2#7'Caption' + +#6#7'TB_Tray'#10'ImageIndex'#2#10#7'OnClick'#7#6'ToTray'#0#0#0#5'TMemo'#5'Me' + +'mo1'#4'Left'#2#13#6'Height'#3#134#0#3'Top'#3'r'#1#5'Width'#3#182#2#10'Scrol' + +'lBars'#7#10'ssAutoBoth'#8'TabOrder'#2#1#0#0#17'TSynFreePascalSyn'#17'SynFre' + +'ePascalSyn1'#7'Enabled'#8#12'CompilerMode'#7#9'pcmObjFPC'#14'NestedComments' + +#9#4'left'#3'0'#2#0#0#9'TMainMenu'#9'MainMenu1'#4'left'#3'`'#2#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'MenuItemRunClick'#0#0#0#0 + +#10'TImageList'#17'Mufasa_Image_List'#4'left'#3#0#2#6'Bitmap'#10#14'4'#0#0'L' + +'i'#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#0'v'#173#255#0'k'#157#255#0'`'#141#255#0'W' + +#127#255#0'Mq'#255#0'Ee'#255#0'>['#255#0'9S'#255#0'5N'#255#0'4L'#255#0'5M' + +#255#0'6O'#255#0'9T'#255#0'?\'#255'ss'#255#255'{{'#255#255#128#128#255#255 + +#131#131#255#255#132#132#255#255#130#130#255#255'~~'#255#255'ww'#255#255'mm' + +#255#255'aa'#255#255'UU'#255#255'HH'#255#255'::'#255#255'++'#255#255#29#29 + +#255#255#16#16#255#240'ss'#255#255'{{'#255#255#127#127#255#255#130#130#255 + +#255#131#131#255#255#129#129#255#255'||'#255#255'ss'#255#255'gg'#255#255'[[' + +#255#255'LL'#255#255'=='#255#255'..'#255#255#31#31#255#255#16#16#255#255#2#2 + +#255#240'pp'#255#255'ww'#255#255'||'#255#255#127#127#255#255#127#127#255#255 + +'||'#255#255'vv'#255#255'mm'#255#255'__'#255#255'PP'#255#255'@@'#255#255'00' + +#255#255#31#31#255#255#15#15#255#255#0#0#255#255#0#0#242#240'kk'#255#255'rr' + +#255#255'vv'#255#255'xx'#255#255'xx'#255#255'uu'#255#255'mm'#255#255'bb'#255 + +#255'TT'#255#255'CC'#255#255'22'#255#255' '#255#255#15#15#255#255#0#0#254 + +#255#0#0#239#255#0#0#226#240'dd'#255#255'jj'#255#255'mm'#255#255'nn'#255#255 + +'mm'#255#255'jj'#255#255'aa'#255#255'UU'#255#255'FF'#255#255'44'#255#255'!!' + +#255#255#15#15#255#255#0#0#253#255#0#0#236#255#0#0#221#255#0#0#209#240'[[' + +#255#255'^^'#255#255'aa'#255#255'aa'#255#255'``'#255#255'[['#255#255'RR'#255 + +#255'DD'#255#255'33'#255#255' '#255#255#13#13#255#255#0#0#251#255#0#0#233 + +#255#0#0#217#255#0#0#203#255#0#0#192#240'NN'#255#255'PP'#255#255'QQ'#255#255 + +'OO'#255#255'LL'#255#255'FF'#255#255'<<'#255#255'--'#255#255#28#28#255#255#8 + +#8#255#255#0#0#245#255#0#0#227#255#0#0#211#255#0#0#196#255#0#0#183#255#0#0 + +#175#240'??'#255#255'>>'#255#255'=='#255#255'::'#255#255'44'#255#255',,'#255 + +#255' '#255#255#16#16#255#255#0#0#254#255#0#0#236#255#0#0#218#255#0#0#201 + +#255#0#0#186#255#0#0#173#255#0#0#164#255#0#0#157#240'..'#255#255'++'#255#255 + +'&&'#255#255' '#255#255#25#25#255#255#15#15#255#255#1#1#255#255#0#0#242#255 + +#0#0#224#255#0#0#205#255#0#0#188#255#0#0#174#255#0#0#161#255#0#0#152#255#0#0 + +#144#255#0#0#140#240#28#28#255#255#22#22#255#255#15#15#255#255#7#7#255#255#0 + +#0#253#255#0#0#241#255#0#0#227#255#0#0#210#255#0#0#193#255#0#0#176#255#0#0 + +#161#255#0#0#149#255#0#0#139#255#0#0#131#255#0#0#127#255#0#0'~'#240#12#12#255 + +#255#4#4#255#255#0#0#249#255#0#0#239#255#0#0#227#255#0#0#213#255#0#0#198#255 + +#0#0#182#255#0#0#164#255#0#0#149#255#0#0#137#255#0#0#127#255#0#0'w'#255#0#0 + +'s'#255#0#0'q'#255#0#0's'#240#0#0#253#255#0#0#242#255#0#0#229#255#0#0#216#255 + +#0#0#203#255#0#0#188#255#0#0#173#255#0#0#157#255#0#0#141#255#0#0#127#255#0#0 + +'t'#255#0#0'm'#255#0#0'h'#255#0#0'f'#255#0#0'g'#255#0#0'k'#240#0#0#238#255#0 + +#0#224#255#0#0#210#255#0#0#196#255#0#0#181#255#0#0#166#255#0#0#150#255#0#0 + +#135#255#0#0'y'#255#0#0'm'#255#0#0'e'#255#0#0'_'#255#0#0'\'#255#0#0'\'#255#0 + +#0'_'#255#0#0'f'#240#0#0#224#255#0#0#209#255#0#0#193#255#0#0#177#255#0#0#161 + +#255#0#0#146#255#0#0#131#255#0#0'u'#255#0#0'h'#255#0#0'_'#255#0#0'X'#255#0#0 + +'T'#255#0#0'T'#255#0#0'V'#255#0#0'['#255#0#0'c'#240#0#0#211#255#0#0#194#255#0 + +#0#178#255#0#0#161#255#0#0#145#255#0#0#130#255#0#0't'#255#0#0'g'#255#0#0'\' + +#255#0#0'T'#255#0#0'P'#255#0#0'M'#255#0#0'O'#255#0#0'S'#255#0#0'Y'#255#0#0'c' + +#240#0#0#200#255#0#0#183#255#0#0#166#255#0#0#149#255#0#0#134#255#0#0'w'#255#0 + +#0'j'#255#0#0'_'#255#0#0'V'#255#0#0'P'#255#0#0'M'#255#0#0'M'#255#0#0'O'#255#0 + +#0'T'#255#0#0'\'#255#0#0'g'#240#255'3='#255#255'3='#255#255'3='#255#255'3=' + +#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255 + +#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#200 + +#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255 +#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201 +#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200 - +#201#255#200#200#201#255#200#200#201#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#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 - +#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#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 + +#201#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#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#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'"'#180#0#255#181#181#181#255#181#181#181#255'kkk'#255 + +#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'"'#180#0#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 + +#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#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'"'#180#0#255'"'#180#0#255'"'#180#0#255'"'#180#0#255 - +'"'#180#0#255'kkk'#255#200#200#201#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'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#181#181#181#255#181#181#181#255#181#181#181#255'"'#180#0#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'"'#180#0#255#181#181#181#255#181#181#181#255'kkk'#255#200#200#201#255'k' - +'kk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk' - +#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255#255'3='#255#255'3' - +'='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3=' - +#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255 - +#255'3='#255#255'3='#255#200#200#201#255#200#200#201#255#200#200#201#255#200 - +#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255 - +#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201 - +#255#200#200#201#255#200#200#201#255'kkk'#255#200#200#201#255#181#181#181#255 + +#255'"'#180#0#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'kkk'#255#200#200#201 + +#255#181#181#181#255#181#181#181#255#181#181#181#255#181#181#181#255'"'#180#0 + +#255'"'#180#0#255'"'#180#0#255'"'#180#0#255'"'#180#0#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'"'#180#0#255#181#181#181#255#181#181#181#255'kk' + +'k'#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'"'#180#0#255#181#181#181#255 + +#181#181#181#255'kkk'#255#200#200#201#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255 + +'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk' + +#255'kkk'#255'kkk'#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3' + +'='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3=' + +#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#255'3='#255#200#200#201 + +#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200 + +#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200 + +#200#201#255#200#200#201#255#200#200#201#255#200#200#201#255#200#200#201#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 @@ -385,327 +377,334 @@ 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 +#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#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#0#0#208#255#181 - +#181#181#255#181#181#181#255#181#181#181#255#0#0#208#255'kkk'#255#200#200#201 + +#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#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#0#0#208#255#181#181#181#255#0#0#208#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#0#0#208#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#0#0#208#255#181#181#181#255#0#0#208 - +#255#181#181#181#255'kkk'#255#200#200#201#255#181#181#181#255#181#181#181#255 + +#181#255#181#181#181#255#0#0#208#255#181#181#181#255#181#181#181#255#181#181 + +#181#255#0#0#208#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#0#0#208#255#181#181#181#255#181#181#181 - +#255#181#181#181#255#0#0#208#255'kkk'#255#200#200#201#255'kkk'#255'kkk'#255 - +'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk' - +#255'kkk'#255'kkk'#255'kkk'#255'kkk'#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#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#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#203#207#210'+'#207#210#212#255#177#178#178#255#163#162#162#255#159 - +#159#159#255#156#156#156#255#148#148#148#255#146#146#146#255#152#152#152#255 - +#137#137#137#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#208#213#214'+'#201 - +#205#208#218#163#164#164#255#207#207#207#255#209#209#209#255#208#208#208#255 - +#209#209#209#255#206#206#206#255#213#213#213#255#201#201#201#255'kkk'#255#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#210#215#217'8'#199#204#205#199#170#171#171#255 - +#192#192#191#255#218#218#218#255#224#224#224#255#226#226#226#255#228#228#228 - +#255#233#233#233#255#208#208#208#255#128#128#128#255'YYY'#255#0#0#0#0#0#0#0#0 - +#0#0#0#0#215#220#222'<'#200#203#205#193#178#179#180#255#186#186#186#255#220 - +#220#220#255#212#212#212#255#215#215#215#255#218#218#218#255#218#218#218#255 - +#230#230#230#255#177#177#177#255'OOO'#255'OOO'#255#0#0#0#0#0#0#0#0#213#219 - +#220'3'#206#210#212#198#180#181#183#255#184#184#183#255#230#230#230#255#205 - +#205#205#255#206#206#206#255#210#210#210#255#212#212#212#255#214#214#214#255 - +#186#186#186#255#137#137#137#255'XXX'#255'BBB'#255#206#211#213#21#202#206#208 - +'#'#215#219#222#209#178#179#180#255#187#186#186#255#236#236#236#255#213#213 - +#213#255#202#202#202#255#200#200#200#255#203#203#203#255#200#200#200#255#186 - +#186#186#255'~~~'#255'MMM'#255'MMM'#255'BCC'#251#214#219#221#154#223#228#231 - +#243#170#172#172#255#192#192#192#255#234#234#234#255#220#220#220#255#211#211 - +#211#255#200#200#200#255#193#193#193#255#191#191#191#255#189#189#189#255#127 - +#127#127#255'QQQ'#255'EED'#255'>>?'#251'ILM'#226#208#212#216#154#167#168#169 - +#247#199#199#199#255#230#230#230#255#227#227#227#255#218#218#218#255#211#211 - +#211#255#198#198#198#255#180#180#180#255#185#185#185#255'|||'#255'TTT'#255'C' - +'CC'#255'((('#236#12#12#12#184'RUW'#216#178#180#181#229#132#132#132#253#190 - +#189#189#255#220#220#220#255#203#203#203#255#197#197#197#255#181#181#181#255 - +#166#166#166#255#170#170#170#255'vvv'#255'SSS'#255'JJJ'#255'<<<'#255'''''''' - +#237#0#0#0#139'*,-w'#136#135#135#255#157#157#157#255#188#189#189#255#193#193 - +#193#255#175#175#175#255#161#161#161#255#148#148#148#255#134#134#134#255'ccc' - +#255'III'#255'<<<'#255'777'#255'+++'#244#20#20#20#197#0#0#0'm'#0#0#0'.ooo' - +#255#193#193#193#255#192#192#192#255#168#168#168#255#153#153#153#255#140#140 - +#140#255#132#132#132#255'rrr'#255'111'#255'333'#255'$$$'#239#30#30#30#228#19 - +#19#19#195#0#0#0#131#0#0#0'E'#0#0#0#19'kkk'#255#144#144#144#255#140#140#140 - +#255'|||'#255'ooo'#255'fff'#255'```'#255'VVV'#255'333'#255'/00'#253#14#14#14 - +#191#0#0#0#139#0#0#0'h'#0#0#0'B'#0#0#0#25#0#0#0#4'ooo'#255'QQQ'#255'CCC'#255 - +'<<<'#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'/'#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 - +#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 - +#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#155#155#155#255#129#129#129#255'OOO'#255#16#16#16#255 + +#255#181#181#181#255#181#181#181#255#181#181#181#255#0#0#208#255#181#181#181 + +#255#0#0#208#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#0#0#208#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#0#0#208#255#181#181#181#255#0#0#208#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 + +#0#0#208#255#181#181#181#255#181#181#181#255#181#181#181#255#0#0#208#255'kkk' + +#255#200#200#201#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'k' + +'kk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk'#255'kkk' + +#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#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#157#157#157#255#140#140#140#255']]]'#255#18#18#18#255#0#0#0#255#0#0#0 - +#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#255#255#0#255#255#255#0#255#255#255#0#148#148#148#255#136 - +#136#136#255'^^^'#255#14#14#14#255#0#0#0#255#0#0#0#255#255#255#255#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#203#207#210'+'#207#210 + +#212#255#177#178#178#255#163#162#162#255#159#159#159#255#156#156#156#255#148 + +#148#148#255#146#146#146#255#152#152#152#255#137#137#137#255#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#208#213#214'+'#201#205#208#218#163#164#164#255#207 + +#207#207#255#209#209#209#255#208#208#208#255#209#209#209#255#206#206#206#255 + +#213#213#213#255#201#201#201#255'kkk'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#210 + +#215#217'8'#199#204#205#199#170#171#171#255#192#192#191#255#218#218#218#255 + +#224#224#224#255#226#226#226#255#228#228#228#255#233#233#233#255#208#208#208 + +#255#128#128#128#255'YYY'#255#0#0#0#0#0#0#0#0#0#0#0#0#215#220#222'<'#200#203 + +#205#193#178#179#180#255#186#186#186#255#220#220#220#255#212#212#212#255#215 + +#215#215#255#218#218#218#255#218#218#218#255#230#230#230#255#177#177#177#255 + +'OOO'#255'OOO'#255#0#0#0#0#0#0#0#0#213#219#220'3'#206#210#212#198#180#181#183 + +#255#184#184#183#255#230#230#230#255#205#205#205#255#206#206#206#255#210#210 + +#210#255#212#212#212#255#214#214#214#255#186#186#186#255#137#137#137#255'XXX' + +#255'BBB'#255#206#211#213#21#202#206#208'#'#215#219#222#209#178#179#180#255 + +#187#186#186#255#236#236#236#255#213#213#213#255#202#202#202#255#200#200#200 + +#255#203#203#203#255#200#200#200#255#186#186#186#255'~~~'#255'MMM'#255'MMM' + +#255'BCC'#251#214#219#221#154#223#228#231#243#170#172#172#255#192#192#192#255 + +#234#234#234#255#220#220#220#255#211#211#211#255#200#200#200#255#193#193#193 + +#255#191#191#191#255#189#189#189#255#127#127#127#255'QQQ'#255'EED'#255'>>?' + +#251'ILM'#226#208#212#216#154#167#168#169#247#199#199#199#255#230#230#230#255 + +#227#227#227#255#218#218#218#255#211#211#211#255#198#198#198#255#180#180#180 + +#255#185#185#185#255'|||'#255'TTT'#255'CCC'#255'((('#236#12#12#12#184'RUW' + +#216#178#180#181#229#132#132#132#253#190#189#189#255#220#220#220#255#203#203 + +#203#255#197#197#197#255#181#181#181#255#166#166#166#255#170#170#170#255'vvv' + +#255'SSS'#255'JJJ'#255'<<<'#255''''''''#237#0#0#0#139'*,-w'#136#135#135#255 + +#157#157#157#255#188#189#189#255#193#193#193#255#175#175#175#255#161#161#161 + +#255#148#148#148#255#134#134#134#255'ccc'#255'III'#255'<<<'#255'777'#255'+++' + +#244#20#20#20#197#0#0#0'm'#0#0#0'.ooo'#255#193#193#193#255#192#192#192#255 + +#168#168#168#255#153#153#153#255#140#140#140#255#132#132#132#255'rrr'#255'11' + +'1'#255'333'#255'$$$'#239#30#30#30#228#19#19#19#195#0#0#0#131#0#0#0'E'#0#0#0 + +#19'kkk'#255#144#144#144#255#140#140#140#255'|||'#255'ooo'#255'fff'#255'```' + +#255'VVV'#255'333'#255'/00'#253#14#14#14#191#0#0#0#139#0#0#0'h'#0#0#0'B'#0#0 + +#0#25#0#0#0#4'ooo'#255'QQQ'#255'CCC'#255'<<<'#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'/'#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#255#0#255#255#255#0#255#255#255#0 - +#255#255#255#0#255#255#255#0#255#255#255#0#127#127#128#255'UUU'#255#1#1#1#255 - +#0#0#0#255#0#0#0#255#0#0#0#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#255#255#0#255#255#255#0#255#255 - +#255#0#160#160#160#255#170#170#170#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0 - +#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#255#255#0#255#255#255#0#255#255#255#0#161#161#161#255#170 - +#170#170#255#195#195#195#255'CCC'#255#0#0#0#255#0#0#0#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#255 - +#255#0#255#255#255#0#255#255#255#0#163#163#163#255#171#171#171#255#199#199 - +#199#255'FFF'#255#17#17#17#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#255#255#0#255#255#255#0#255#255 - +#255#0#255#255#255#0#166#166#166#255#174#174#175#255#205#205#205#255'LLM'#255 - +#17#17#17#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#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 - +#172#172#172#255#180#180#180#255#208#208#208#255'RRR'#255#19#19#19#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#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#177#177#177 - +#255#190#190#190#255#214#214#214#255'ccd'#255#28#28#28#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#255 - +#255#0#255#255#255#0#255#255#255#0#155#225#251#255#166#166#166#255#189#189 - +#189#255#218#218#218#255'rrs'#255'"""'#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#255#255#0#255#255 - +#255#0#255#255#255#0#255#255#255#0'y'#214#249#255'~~~'#255#154#154#154#255'w' - +'wx'#255'$$$'#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#255#255#0#255#255#255#0#255#255#255#0#255#255 - +#255#0#255#255#255#0'P'#202#247#255'JJJ'#255'888'#255'((('#255#18'J_'#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#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 - +#0#172#236#255#0#140#192#255#27'm'#140#255#19'Nd'#255#14':J'#255#255#255#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#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#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#155#155 + +#155#255#129#129#129#255'OOO'#255#16#16#16#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#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#157#157#157#255#140#140 + +#140#255']]]'#255#18#18#18#255#0#0#0#255#0#0#0#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#255#255#0#255 - +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0'~'#173 - +#255#0'Xy'#255#20'>M'#255#16'2>'#255#16'2>'#255#18'6D'#255#30'[q'#255'*'#128 - +#159#255#18#146#194#255#20#167#222#255#0#170#232#255#0#168#230#255#0#157#215 - +#255#0#145#198#255#0'~'#173#255#255#255#255#0#255#255#255#0#255#255#255#0#255 - +#255#255#0'777'#8#29#29#29#255#13#13#13#173#255#255#255#0#255#255#255#0#14#14 - +#14#173' '#255':::'#2#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'$$$R'#2#2#2#215#0#0#0#255#0#0#0 - +#223#255#255#255#0#255#255#255#0#0#0#0#223#0#0#0#255#3#3#3#211',,,F'#255#255 - +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#18#18#18#151#0 - +#0#0#223#0#0#0#255#0#0#0#255#0#0#0#223#255#255#255#0#255#255#255#0#0#0#0#223 - +#0#0#0#255#0#0#0#255#0#0#0#223#28#28#28#139#255#255#255#0#255#255#255#0#255 - +#255#255#0#28#28#28'p'#0#0#0#223#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#223#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#223'0' - +'00b'#255#255#255#0'666'#14#1#1#1#221#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#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0 - +#255#3#3#3#217'ccc'#2#29#29#29#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0 + +#255#255#0#255#255#255#0#148#148#148#255#136#136#136#255'^^^'#255#14#14#14 + +#255#0#0#0#255#0#0#0#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#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#127#127#128#255'UUU'#255#1#1#1#255#0#0#0#255#0#0#0#255#0#0#0 + +#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#255#255#0#255#255#255#0#255#255#255#0#160#160#160#255#170 + +#170#170#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#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#255#255#0 + +#255#255#255#0#255#255#255#0#161#161#161#255#170#170#170#255#195#195#195#255 + +'CCC'#255#0#0#0#255#0#0#0#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#255#255#0#255#255#255#0#255#255 + +#255#0#163#163#163#255#171#171#171#255#199#199#199#255'FFF'#255#17#17#17#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#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#166#166 + +#166#255#174#174#175#255#205#205#205#255'LLM'#255#17#17#17#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 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#172#172#172#255#180#180 + +#180#255#208#208#208#255'RRR'#255#19#19#19#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#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#177#177#177#255#190#190#190#255#214 + +#214#214#255'ccd'#255#28#28#28#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#255#255#0#255#255#255#0#255 + +#255#255#0#155#225#251#255#166#166#166#255#189#189#189#255#218#218#218#255'r' + +'rs'#255'"""'#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#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0'y'#214#249#255'~~~'#255#154#154#154#255'wwx'#255'$$$'#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 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'P'#202#247 + +#255'JJJ'#255'888'#255'((('#255#18'J_'#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#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#172#236#255#0#140#192#255 + +#27'm'#140#255#19'Nd'#255#14':J'#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#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#0'~'#173#255#0'Xy'#255#20'>M'#255#16 + +'2>'#255#16'2>'#255#18'6D'#255#30'[q'#255'*'#128#159#255#18#146#194#255#20 + +#167#222#255#0#170#232#255#0#168#230#255#0#157#215#255#0#145#198#255#0'~'#173 + +#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'777'#8#29#29#29 + +#255#13#13#13#173#255#255#255#0#255#255#255#0#14#14#14#173' '#255':::'#2 + +#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'$$$R'#2#2#2#215#0#0#0#255#0#0#0#223#255#255#255#0 + +#255#255#255#0#0#0#0#223#0#0#0#255#3#3#3#211',,,F'#255#255#255#0#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0#18#18#18#151#0#0#0#223#0#0#0#255 + +#0#0#0#255#0#0#0#223#255#255#255#0#255#255#255#0#0#0#0#223#0#0#0#255#0#0#0 + +#255#0#0#0#223#28#28#28#139#255#255#255#0#255#255#255#0#255#255#255#0#28#28 + +#28'p'#0#0#0#223#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#223#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#223'000b'#255#255 + +#255#0'666'#14#1#1#1#221#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#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#3#3#3 + +#217'ccc'#2#29#29#29#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#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 - +#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#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 - +#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#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#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 + +#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#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#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 - +#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255'bbb'#255'>>>'#14 - +#1#1#1#221#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#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#5#5#5#217#172#172#172 - +#2#255#255#255#0'%%%t'#0#0#0#223#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#223#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#223'i' - +'iid'#255#255#255#0#255#255#255#0#255#255#255#0#29#29#29#155#0#0#0#223#0#0#0 - +#255#0#0#0#255#0#0#0#223#255#255#255#0#255#255#255#0#0#0#0#223#0#0#0#255#0#0 - +#0#255#0#0#0#223'LLL'#139#255#255#255#0#255#255#255#0#255#255#255#0#255#255 - +#255#0#255#255#255#0'HHHR'#6#6#6#215#0#0#0#255#0#0#0#223#255#255#255#0#255 - +#255#255#0#0#0#0#223#0#0#0#255#11#11#11#211#139#139#139'F'#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#129#129#129#8'NNN'#255'%%%'#175#255#255#255#0#255#255#255#0',,,'#173 - +'ddd'#255#190#190#190#2#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255 - +#0#0#0#0#0#0#0#0#0#225#238#225#255#197#220#197#255#219#233#219#255#244#249 - +#244#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#174#213#176#255#214#248#225#255#207#250#221#255 - +#181#248#204#255'x'#216#145#255'@'#139'@'#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#202#225#202#255#197 - +#247#213#255#156#244#185#255'}'#228#159#255#10'Y'#12#255#0#0#0#191#0#0#0#0 - +#195#196#237#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#149 - +#196#149#255#187#243#206#255#157#240#186#255'k'#212#142#255'N'#154'h'#255#10 - +'D'#10#255#0#0#0#191#0#0#0#0#221#221#246#255'RW'#199#255#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#132#195#132#255#134#227#165#255'l'#224#146#255'K'#170'k' - +#255#1'/'#1#255'*Y:'#255'6U6'#255#0#0#0#191#0#0#0#0#0#0#0#0#177#180#234#255 - +'=F'#197#255#0#0#0#0#0#0#0#0#0#0#0#0#232#243#232#255#136#221#159#255'D'#207 - +'r'#255'&'#142'I'#255'4;4'#255'1:1'#255'!>+'#255'[r['#255#0#0#0#191#0#0#0#0#0 - +#0#0#0#224#225#247#255'!6'#211#255#130#132#185#255#0#0#0#0#0#0#0#0'a'#177'a' - +#255'7'#198'^'#255'$'#153'J'#255'0I0'#255#0#0#0#191#0#0#0#191#9'@'#9#255#0#0 - +#0#191#0#0#0#191#0#0#0#0#0#0#0#0#151#157#232#255#0#25#192#255#21#25'g'#255#0 - +#0#0#0#0#0#0#0#27#142#27#255#22#139'.'#255';^;'#255#0#0#0#191#0#0#0#191#0#0#0 - +#0#0#0#0#0'x'#135#241#255#0#0#0#0#0#0#0#0#185#191#246#255#0','#241#255#0#20 - +'}'#255#17#20'4'#255#0#0#0#0#0#0#0#0'd'#140'd'#255#21'W"'#255'?D?'#255#0#0#0 - +#191#0#0#0#0#0#0#0#0#194#201#249#255#161#189#254#255#235#237#253#255#233#235 - +#253#255'3d'#254#255#2' '#147#255#0#11'<'#255'99?'#255#0#0#0#0#0#0#0#0#0#0#0 - +#0#2'.'#3#255'$5$'#255#0#0#0#191#0#0#0#0#0#0#0#0#133#151#250#255#142#182#255 - +#255'hz'#238#255'p'#155#251#255#17'5'#156#255#3#18'A'#255#6#10'3'#255#0#0#0 - +#191#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#2''''#2#255'DLD'#255#0#0#0#0#0#0#0#0#16 - +'2'#251#255'r'#178#255#255'c'#161#245#255'6\'#154#255#19'"A'#255#5#11'7'#255 - +#0#0#0#191#0#0#0#191#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'=Q='#255#0#0#0 - +#191#0#0#0#0#9'2'#181#255'S~'#161#255'5Rq'#255#26'+A'#255#23#28';'#255#0#0#0 - +#191#0#0#0#191#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#191#0#0#0#0#23'$e'#255#30'/A'#255'(6A'#255#30'/A'#255#20'$A'#255#1#9'7'#255 + +#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255'bbb'#255'>>>'#14#1#1#1#221 + +#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#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#5#5#5#217#172#172#172#2#255#255 + +#255#0'%%%t'#0#0#0#223#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#223#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#223'iiid'#255 + +#255#255#0#255#255#255#0#255#255#255#0#29#29#29#155#0#0#0#223#0#0#0#255#0#0#0 + +#255#0#0#0#223#255#255#255#0#255#255#255#0#0#0#0#223#0#0#0#255#0#0#0#255#0#0 + +#0#223'LLL'#139#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0'HHHR'#6#6#6#215#0#0#0#255#0#0#0#223#255#255#255#0#255#255#255#0#0 + +#0#0#223#0#0#0#255#11#11#11#211#139#139#139'F'#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#129 + +#129#129#8'NNN'#255'%%%'#175#255#255#255#0#255#255#255#0',,,'#173'ddd'#255 + +#190#190#190#2#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#0 + +#0#0#0#0#0#225#238#225#255#197#220#197#255#219#233#219#255#244#249#244#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#191'::@'#255'%(='#255#6#13'8'#255'%(='#255#0#0#0#191#0#0#0 + +#0#0#0#0#0#0#0#0#0#174#213#176#255#214#248#225#255#207#250#221#255#181#248 + +#204#255'x'#216#145#255'@'#139'@'#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#202#225#202#255#197#247#213 + +#255#156#244#185#255'}'#228#159#255#10'Y'#12#255#0#0#0#191#0#0#0#0#195#196 + +#237#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#149#196#149 + +#255#187#243#206#255#157#240#186#255'k'#212#142#255'N'#154'h'#255#10'D'#10 + +#255#0#0#0#191#0#0#0#0#221#221#246#255'RW'#199#255#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#132#195#132#255#134#227#165#255'l'#224#146#255'K'#170'k'#255#1 + +'/'#1#255'*Y:'#255'6U6'#255#0#0#0#191#0#0#0#0#0#0#0#0#177#180#234#255'=F'#197 + +#255#0#0#0#0#0#0#0#0#0#0#0#0#232#243#232#255#136#221#159#255'D'#207'r'#255'&' + +#142'I'#255'4;4'#255'1:1'#255'!>+'#255'[r['#255#0#0#0#191#0#0#0#0#0#0#0#0#224 + +#225#247#255'!6'#211#255#130#132#185#255#0#0#0#0#0#0#0#0'a'#177'a'#255'7'#198 + +'^'#255'$'#153'J'#255'0I0'#255#0#0#0#191#0#0#0#191#9'@'#9#255#0#0#0#191#0#0#0 + +#191#0#0#0#0#0#0#0#0#151#157#232#255#0#25#192#255#21#25'g'#255#0#0#0#0#0#0#0 + +#0#27#142#27#255#22#139'.'#255';^;'#255#0#0#0#191#0#0#0#191#0#0#0#0#0#0#0#0 + +'x'#135#241#255#0#0#0#0#0#0#0#0#185#191#246#255#0','#241#255#0#20'}'#255#17 + +#20'4'#255#0#0#0#0#0#0#0#0'd'#140'd'#255#21'W"'#255'?D?'#255#0#0#0#191#0#0#0 + +#0#0#0#0#0#194#201#249#255#161#189#254#255#235#237#253#255#233#235#253#255'3' + +'d'#254#255#2' '#147#255#0#11'<'#255'99?'#255#0#0#0#0#0#0#0#0#0#0#0#0#2'.'#3 + +#255'$5$'#255#0#0#0#191#0#0#0#0#0#0#0#0#133#151#250#255#142#182#255#255'hz' + +#238#255'p'#155#251#255#17'5'#156#255#3#18'A'#255#6#10'3'#255#0#0#0#191#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#2''''#2#255'DLD'#255#0#0#0#0#0#0#0#0#16'2'#251#255 + +'r'#178#255#255'c'#161#245#255'6\'#154#255#19'"A'#255#5#11'7'#255#0#0#0#191#0 + +#0#0#191#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'=Q='#255#0#0#0#191#0#0#0#0#9 + +'2'#181#255'S~'#161#255'5Rq'#255#26'+A'#255#23#28';'#255#0#0#0#191#0#0#0#191 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#191#0#0#0#0#23 + +'$e'#255#30'/A'#255'(6A'#255#30'/A'#255#20'$A'#255#1#9'7'#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#191'::@'#255'%(='#255#6#13'8'#255'%(='#255#0#0#0#191#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#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#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#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'ggj'#255']]a'#255 - +'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' - +'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 - +#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 - +#255'CCG'#255#187#187#193#246#187#187#193#255#184#184#189#195'EEI'#255#0#0#0 - +'_'#255#255#255#0'11'#255#255#10#10#255#255#0#0#0'w'#0#0#0'w'#0#0#0'G'#0#0#0 - +'/'#24#24#255#255#21#21#255#255#0#0#252#255'@@D'#255#181#181#187#248#182#182 - +#188#255#178#178#183#195'EEI'#255#0#0#0'_'#255#255#255#0'##'#255#255#0#0#251 - +#255#0#0#0#143#0#0#0'G'#0#0#0#11#0#0#0#0'""'#255#255#15#15#255#255#0#0#239 - +#255'==@'#255#153#153#158#227#169#169#174#213#173#173#179#156'AAE'#255#0#0#0 - +'_'#255#255#255#0#26#26#255#255#0#0#249#255#0#0#0#143#0#0#0'/'#0#0#0#0#0#0#0 - +#0'00'#255#255#16#16#255#255#0#0#234#255'<<?'#255'==A'#255'@@D'#255'??B'#255 - +'::>'#255#0#0#0'k'#255#255#255#0#23#23#255#255#0#0#253#255#0#0#0#143#0#0#0'/' - +#0#0#0#0#0#0#0#0'99'#255#255#22#22#255#255#0#0#241#255#0#0#0#179#0#0#0#143#0 - +#0#0'k'#0#0#0'_'#0#0#0'k'#0#0#0'_'#255#255#255#0#19#19#255#255#0#0#250#255#0 - +#0#0#143#24#24#255#255'::'#255#255#0#0#0'#77'#255#255#25#25#255#255#0#0#248 - +#255#0#0#0#155#0#0#209#255#0#0#197#255#0#0#0'S'#0#0#0';'#0#0#0'#'#255#255#255 - +#0#4#4#255#255#0#0#233#255#0#0#0#143#0#0#0'G'#31#31#255#255',,'#255#255'""' - +#255#255#10#10#255#255#0#0#237#255#0#0#209#255#0#0#189#255#0#0#0'k'#0#0#0'S' - +#0#0#0#23#0#0#0#0#255#255#255#0#0#0#237#255#0#0#208#255#0#0#0#143#0#0#0';'#0 - +#0#249#255#3#3#255#255#0#0#252#255#0#0#230#255#0#0#200#255#0#0#173#255#0#0 - +#162#255#0#0#0#143#0#0#0'G'#0#0#0#11#0#0#0#0#255#255#255#0#0#0#216#255#0#0 - +#191#255#0#0#0#143#0#0#0'/'#0#0#0'#'#0#0#222#255#0#0#209#255#0#0#185#255#0#0 - +#158#255#0#0#140#255#0#0#0#179#0#0#0'w'#0#0#0'#'#0#0#0#0#0#0#0#0#255#255#255 - +#0#0#0#0'#'#0#0#0'k'#0#0#0'k'#0#0#0'#'#0#0#0#11#0#0#0';'#0#0#184#255#0#0#156 - +#255#0#0#135#255#0#0#0#179#0#0#0#131#0#0#0';'#0#0#0#11#0#0#0#0#0#0#0#0#255 - +#255#255#0#0#0#0#11#0#0#0'#'#0#0#0'#'#0#0#0#11#0#0#0#0#0#0#0#11#0#0#0';'#0#0 - +#159#255#0#0#0#167#0#0#0#131#0#0#0';'#0#0#0#11#0#0#0#0#0#0#0#0#0#0#0#0#255 + +#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#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#11#0#0#0'#'#0#0#0'/'#0#0#0 - +'/'#0#0#0'/'#0#0#0'/'#0#0#0'#'#0#0#0#11#255#255#255#0#255#255#255#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#11#0#0#0'#'#0#0#0'G'#138#211#255#255'_'#195#255 - +#255'('#174#255#255#0#159#255#255#0#136#218#255#0'w'#191#255#0#0#0#23#255#255 - +#255#0#255#255#255#0#0#0#0#11#0#0#0'#'#0#0#0'/'#0#0#0'/'#0#0#0'Gs'#202#255 - +#255'g'#198#255#255'Q'#189#255#255#0#0#0'k'#0#0#0';'#0#0#0'/'#0#0#0'/'#0#0#0 - +'#'#0#0#0#11#255#255#255#0#255#255#255#0#0#0#0#23'('#174#255#255#28#170#255 - +#255#19#166#255#255#12#164#255#255#0#159#255#255#0#0#0'_'#0#149#239#255#0'}' - +#200#255#0#0#0'#'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0 - +#0#0#0#11#0#0#0'#'#0#0#0'/'#0#0#0'/'#0#0#0'/'#0#0#0'#'#0#0#0#23#0#0#0'G'#0'c' - +#158#255#0#0#0'G'#0#0#0#11#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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'\'#148 - +#255#0'En'#255#0#0#0'#'#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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#11#0#0#0'G'#0'_' - +#152#255#0#0#0'/'#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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#141#226 - +#255#0#0#0'/'#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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#151#242#255#0 - +#0#0'/'#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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#11#0#0#0'G'#0#138#221#255#0#0#0 - +'/'#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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'#'#27#169#255#255#0'o'#178#255#0#0#0 - +'/'#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#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'S'#0#134#215#255#0'Ky'#255#0#0#0 - +'#'#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#23'%'#173#255#255#10#163#255#255#0#138#222#255#0'l'#173#255#0'Eo' - +#255#0#0#0';'#0#0#0#11#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#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#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#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'ggj'#255']]a'#255'WW['#255'SSW'#255'L' + +'LP'#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'MMP'#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#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#255'CCG'#255#187#187#193 + +#246#187#187#193#255#184#184#189#195'EEI'#255#0#0#0'_'#255#255#255#0'11'#255 + +#255#10#10#255#255#0#0#0'w'#0#0#0'w'#0#0#0'G'#0#0#0'/'#24#24#255#255#21#21 + +#255#255#0#0#252#255'@@D'#255#181#181#187#248#182#182#188#255#178#178#183#195 + +'EEI'#255#0#0#0'_'#255#255#255#0'##'#255#255#0#0#251#255#0#0#0#143#0#0#0'G'#0 + +#0#0#11#0#0#0#0'""'#255#255#15#15#255#255#0#0#239#255'==@'#255#153#153#158 + +#227#169#169#174#213#173#173#179#156'AAE'#255#0#0#0'_'#255#255#255#0#26#26 + +#255#255#0#0#249#255#0#0#0#143#0#0#0'/'#0#0#0#0#0#0#0#0'00'#255#255#16#16#255 + +#255#0#0#234#255'<<?'#255'==A'#255'@@D'#255'??B'#255'::>'#255#0#0#0'k'#255 + +#255#255#0#23#23#255#255#0#0#253#255#0#0#0#143#0#0#0'/'#0#0#0#0#0#0#0#0'99' + +#255#255#22#22#255#255#0#0#241#255#0#0#0#179#0#0#0#143#0#0#0'k'#0#0#0'_'#0#0 + +#0'k'#0#0#0'_'#255#255#255#0#19#19#255#255#0#0#250#255#0#0#0#143#24#24#255 + +#255'::'#255#255#0#0#0'#77'#255#255#25#25#255#255#0#0#248#255#0#0#0#155#0#0 + +#209#255#0#0#197#255#0#0#0'S'#0#0#0';'#0#0#0'#'#255#255#255#0#4#4#255#255#0#0 + +#233#255#0#0#0#143#0#0#0'G'#31#31#255#255',,'#255#255'""'#255#255#10#10#255 + +#255#0#0#237#255#0#0#209#255#0#0#189#255#0#0#0'k'#0#0#0'S'#0#0#0#23#0#0#0#0 + +#255#255#255#0#0#0#237#255#0#0#208#255#0#0#0#143#0#0#0';'#0#0#249#255#3#3#255 + +#255#0#0#252#255#0#0#230#255#0#0#200#255#0#0#173#255#0#0#162#255#0#0#0#143#0 + +#0#0'G'#0#0#0#11#0#0#0#0#255#255#255#0#0#0#216#255#0#0#191#255#0#0#0#143#0#0 + +#0'/'#0#0#0'#'#0#0#222#255#0#0#209#255#0#0#185#255#0#0#158#255#0#0#140#255#0 + +#0#0#179#0#0#0'w'#0#0#0'#'#0#0#0#0#0#0#0#0#255#255#255#0#0#0#0'#'#0#0#0'k'#0 + +#0#0'k'#0#0#0'#'#0#0#0#11#0#0#0';'#0#0#184#255#0#0#156#255#0#0#135#255#0#0#0 + +#179#0#0#0#131#0#0#0';'#0#0#0#11#0#0#0#0#0#0#0#0#255#255#255#0#0#0#0#11#0#0#0 + +'#'#0#0#0'#'#0#0#0#11#0#0#0#0#0#0#0#11#0#0#0';'#0#0#159#255#0#0#0#167#0#0#0 + +#131#0#0#0';'#0#0#0#11#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'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' - +#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'$|' - +#135#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#15'6' - +#157#188#1')'#154#255#3'0'#166#255#4'%'#145#254#5'('#137#255#1#23'u'#255#1'1' - +#171#254#1''''#145#255#7#30'j'#171#0#0#0#0#3#27'm'#0#0#0#0#0#0#0#0#0#127'rf' - +#0#0#0#0#0#0#9#154#1#3'2'#172#226#15':'#133#241#11'v'#234#255#11'~'#240#255 - +#18'\'#171#255#9'q'#229#255#3'('#148#255#0','#162#254#0#25'm'#255#5#27'k'#221 - +#19'&f"'#0#0#0#0#0#0#0#0'sf['#6'uli'#29'gkz!'#8'A'#183#239#19'~'#236#255#12 - +#137#255#254#23'p'#207#255'*x'#200#255#10'{'#243#255#5'K'#186#255#0'+'#160 - +#255#4'*'#131#255#0#25'm'#254#2#23'f'#255#17#29'_$tz'#137#6'pjd*xdW(Td'#130 - +'c!'#128#229#255#22'\'#179#255#25'a'#187#255'3'#149#249#255#9'y'#243#255#5'y' - +#248#255#3'y'#252#255#4'3'#158#255#5')'#146#255#2'!v'#255#0#20'b'#255#3#20'_' - +#200'|'#136#177#11#129#138#170')y'#140#159'''B'#143#222#189#18'M'#161#255#14 - +'/h'#255'4'#136#229#255'7'#154#255#255#20'z'#235#255#3'w'#246#255#3's'#238 - +#255#2']'#209#255#2#21't'#255#3'!'#138#255#2#20'h'#255#1#15'['#237'z'#134#165 - +'$p'#139#169#24'n'#144#186#31'H'#152#231#198'5'#145#238#255':'#155#255#255'4' - +#149#251#255'2'#134#231#255' '#130#242#255#0'u'#244#255#0's'#238#255#0'o'#232 - +#255#2#22'w'#255#1'!'#139#255#1#26'}'#255#1#11'V'#255#0#0#0#0#129#144#164#5#0 - +#0#0#0'L'#150#224#165'7'#148#248#255'4'#147#250#255'/'#142#249#255'/'#141#249 - +#255#30#135#248#255#2'v'#241#255#0'q'#235#255#1'a'#211#255#1#28#132#255#1#30 - +#133#255#0#27#127#255#1#12'['#255#0#0#0#0#0#0#0#0#0#0#0#0'?'#147#236#172'2' - +#148#255#255'0'#145#254#255'/'#143#252#255'+'#134#239#255#5'&'#136#255#2#21 - +'q'#255#5'0'#144#255#3'<'#158#255#0#29#134#255#2#25'y'#255#0#27#127#255#0#10 - +'Z'#255#0#0#0#0#0#0#0#0#0#0#0#0'(`'#185#141'.'#139#250#255'+'#134#239#255' m' - +#212#255#3','#149#255#0#25'|'#255#1#21's'#255#0#20's'#255#2#26'}'#255#0#28 - +#129#255#2#24'v'#255#0#23'z'#255#0#9'X'#255#0#0#0#0#0#0#0#0#0#0#0#0#15','#136 - +#137#1''''#153#255#1'$'#145#255#0'#'#146#255#0'$'#145#255#0#23'x'#255#2#19'o' - +#255#2#26'|'#255#1#27'~'#255#1#25'{'#255#1#19'r'#255#1#20'r'#255#1#6'O'#255#0 - +#0#0#0#0#0#0#0#0#0#0#0#25'*u*'#2'#'#139#255#2'"'#139#255#0'#'#143#255#1#28 - +#129#255#2#23'w'#255#1#28#127#255#0#27'~'#255#0#24'z'#255#1#17'l'#255#1#14'i' - +#255#0#11'a'#255#0#5'A'#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 + +#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#0#0#0#0#0#0#0#0#0#0#0#0#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#11#255#255#255#0#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#11#0#0#0'#'#0#0#0'G'#138#211#255#255'_'#195#255#255'('#174#255#255#0 + +#159#255#255#0#136#218#255#0'w'#191#255#0#0#0#23#255#255#255#0#255#255#255#0 + +#0#0#0#11#0#0#0'#'#0#0#0'/'#0#0#0'/'#0#0#0'Gs'#202#255#255'g'#198#255#255'Q' + +#189#255#255#0#0#0'k'#0#0#0';'#0#0#0'/'#0#0#0'/'#0#0#0'#'#0#0#0#11#255#255 + +#255#0#255#255#255#0#0#0#0#23'('#174#255#255#28#170#255#255#19#166#255#255#12 + +#164#255#255#0#159#255#255#0#0#0'_'#0#149#239#255#0'}'#200#255#0#0#0'#'#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#0#0#0#11#0#0#0'#'#0#0 + +#0'/'#0#0#0'/'#0#0#0'/'#0#0#0'#'#0#0#0#23#0#0#0'G'#0'c'#158#255#0#0#0'G'#0#0 + +#0#11#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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'\'#148#255#0'En'#255#0#0#0'#' + +#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#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#11#0#0#0'G'#0'_'#152#255#0#0#0'/'#0#0 + +#0#0#0#0#0#0#0#0#0#0#255#255#255#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#141#226#255#0#0#0'/'#0#0#0#0 + +#0#0#0#0#0#0#0#0#255#255#255#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#151#242#255#0#0#0'/'#0#0#0#0#0#0 + +#0#0#0#0#0#0#255#255#255#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#11#0#0#0'G'#0#138#221#255#0#0#0'/'#0#0#0#0#0#0#0#0 + +#0#0#0#0#255#255#255#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'#'#27#169#255#255#0'o'#178#255#0#0#0'/'#0#0#0#0#0#0#0 + +#0#0#0#0#0#255#255#255#0#255#255#255#0#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'S'#0#134#215#255#0'Ky'#255#0#0#0'#'#0#0#0#0#0#0#0 + +#0#0#0#0#0#255#255#255#0#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#23'%' + +#173#255#255#10#163#255#255#0#138#222#255#0'l'#173#255#0'Eo'#255#0#0#0';'#0#0 + +#0#11#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#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#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='#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'#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'$|'#135#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#15'6'#157#188#1')'#154#255 + +#3'0'#166#255#4'%'#145#254#5'('#137#255#1#23'u'#255#1'1'#171#254#1''''#145 + +#255#7#30'j'#171#0#0#0#0#3#27'm'#0#0#0#0#0#0#0#0#0#127'rf'#0#0#0#0#0#0#9#154 + +#1#3'2'#172#226#15':'#133#241#11'v'#234#255#11'~'#240#255#18'\'#171#255#9'q' + +#229#255#3'('#148#255#0','#162#254#0#25'm'#255#5#27'k'#221#19'&f"'#0#0#0#0#0 + +#0#0#0'sf['#6'uli'#29'gkz!'#8'A'#183#239#19'~'#236#255#12#137#255#254#23'p' + +#207#255'*x'#200#255#10'{'#243#255#5'K'#186#255#0'+'#160#255#4'*'#131#255#0 + +#25'm'#254#2#23'f'#255#17#29'_$tz'#137#6'pjd*xdW(Td'#130'c!'#128#229#255#22 + +'\'#179#255#25'a'#187#255'3'#149#249#255#9'y'#243#255#5'y'#248#255#3'y'#252 + +#255#4'3'#158#255#5')'#146#255#2'!v'#255#0#20'b'#255#3#20'_'#200'|'#136#177 + +#11#129#138#170')y'#140#159'''B'#143#222#189#18'M'#161#255#14'/h'#255'4'#136 + +#229#255'7'#154#255#255#20'z'#235#255#3'w'#246#255#3's'#238#255#2']'#209#255 + +#2#21't'#255#3'!'#138#255#2#20'h'#255#1#15'['#237'z'#134#165'$p'#139#169#24 + +'n'#144#186#31'H'#152#231#198'5'#145#238#255':'#155#255#255'4'#149#251#255'2' + +#134#231#255' '#130#242#255#0'u'#244#255#0's'#238#255#0'o'#232#255#2#22'w' + +#255#1'!'#139#255#1#26'}'#255#1#11'V'#255#0#0#0#0#129#144#164#5#0#0#0#0'L' + +#150#224#165'7'#148#248#255'4'#147#250#255'/'#142#249#255'/'#141#249#255#30 + +#135#248#255#2'v'#241#255#0'q'#235#255#1'a'#211#255#1#28#132#255#1#30#133#255 + +#0#27#127#255#1#12'['#255#0#0#0#0#0#0#0#0#0#0#0#0'?'#147#236#172'2'#148#255 + +#255'0'#145#254#255'/'#143#252#255'+'#134#239#255#5'&'#136#255#2#21'q'#255#5 + +'0'#144#255#3'<'#158#255#0#29#134#255#2#25'y'#255#0#27#127#255#0#10'Z'#255#0 + +#0#0#0#0#0#0#0#0#0#0#0'(`'#185#141'.'#139#250#255'+'#134#239#255' m'#212#255 + +#3','#149#255#0#25'|'#255#1#21's'#255#0#20's'#255#2#26'}'#255#0#28#129#255#2 + +#24'v'#255#0#23'z'#255#0#9'X'#255#0#0#0#0#0#0#0#0#0#0#0#0#15','#136#137#1'''' + +#153#255#1'$'#145#255#0'#'#146#255#0'$'#145#255#0#23'x'#255#2#19'o'#255#2#26 + +'|'#255#1#27'~'#255#1#25'{'#255#1#19'r'#255#1#20'r'#255#1#6'O'#255#0#0#0#0#0 + +#0#0#0#0#0#0#0#25'*u*'#2'#'#139#255#2'"'#139#255#0'#'#143#255#1#28#129#255#2 + +#23'w'#255#1#28#127#255#0#27'~'#255#0#24'z'#255#1#17'l'#255#1#14'i'#255#0#11 + +'a'#255#0#5'A'#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#255'zs'#255#255#129'{' - +#255#255#134#128#255#255#137#131#255#255#139#133#255#255#137#131#255#255#133 - +#127#255#255'~x'#255#255'vo'#255#255'kd'#255#255'`X'#255#255'SK'#255#255'F=' - +#255#255'9/'#255#255'* '#255#255#30#19#255#255'zs'#255#255#129'{'#255#255#133 - +#127#255#255#136#130#255#255#137#131#255#255#136#130#255#255#130'|'#255#255 - +'{u'#255#255'qj'#255#255'e]'#255#255'WO'#255#255'I@'#255#255';1'#255#255',"' - +#255#255#30#19#255#255#17#5#255#255'wp'#255#255'}w'#255#255#130'|'#255#255 - +#133#127#255#255#133#127#255#255#131'}'#255#255'}w'#255#255'un'#255#255'ha' - +#255#255'[S'#255#255'LC'#255#255'>4'#255#255'-#'#255#255#30#19#255#255#15#3 - +#255#245#12#0#255#255'rk'#255#255'yr'#255#255'|v'#255#255#127'y'#255#255#127 - +'y'#255#255'|v'#255#255'vo'#255#255'kd'#255#255'^V'#255#255'OF'#255#255'?5' - +#255#255'.$'#255#255#30#19#255#255#14#2#255#242#11#0#255#229#11#0#255#255'kd' - +#255#255'qj'#255#255'tm'#255#255'vo'#255#255'un'#255#255'rk'#255#255'kd'#255 - +#255'`X'#255#255'RI'#255#255'@7'#255#255'/%'#255#255#30#19#255#255#13#1#255 - +#240#11#0#255#224#11#0#255#212#10#0#255#255'c['#255#255'g_'#255#255'ha'#255 - +#255'ib'#255#255'ha'#255#255'd\'#255#255'\T'#255#255'PG'#255#255'@7'#255#255 - +'.$'#255#255#28#17#255#255#12#0#255#238#11#0#255#221#10#0#255#206#10#0#255 - +#195#9#0#255#255'WO'#255#255'YQ'#255#255'ZR'#255#255'YQ'#255#255'VN'#255#255 - +'RI'#255#255'H?'#255#255';1'#255#255'*'#31#255#255#24#13#255#250#12#0#255#232 - +#11#0#255#215#10#0#255#200#9#0#255#187#9#0#255#177#8#0#255#255'I@'#255#255'I' - +'@'#255#255'H?'#255#255'E<'#255#255'@7'#255#255'9/'#255#255'.$'#255#255'!'#22 - +#255#255#16#4#255#241#11#0#255#223#10#0#255#206#10#0#255#191#9#0#255#178#8#0 - +#255#167#8#0#255#159#7#0#255#255':0'#255#255'7-'#255#255'3)'#255#255'-#'#255 - +#255''''#28#255#255#30#19#255#255#19#7#255#247#12#0#255#229#11#0#255#211#10#0 - +#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 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255'zs'#255#255#129'{'#255#255 + +#134#128#255#255#137#131#255#255#139#133#255#255#137#131#255#255#133#127#255 + +#255'~x'#255#255'vo'#255#255'kd'#255#255'`X'#255#255'SK'#255#255'F='#255#255 + +'9/'#255#255'* '#255#255#30#19#255#255'zs'#255#255#129'{'#255#255#133#127#255 + +#255#136#130#255#255#137#131#255#255#136#130#255#255#130'|'#255#255'{u'#255 + +#255'qj'#255#255'e]'#255#255'WO'#255#255'I@'#255#255';1'#255#255',"'#255#255 + +#30#19#255#255#17#5#255#255'wp'#255#255'}w'#255#255#130'|'#255#255#133#127 + +#255#255#133#127#255#255#131'}'#255#255'}w'#255#255'un'#255#255'ha'#255#255 + +'[S'#255#255'LC'#255#255'>4'#255#255'-#'#255#255#30#19#255#255#15#3#255#245 + +#12#0#255#255'rk'#255#255'yr'#255#255'|v'#255#255#127'y'#255#255#127'y'#255 + +#255'|v'#255#255'vo'#255#255'kd'#255#255'^V'#255#255'OF'#255#255'?5'#255#255 + +'.$'#255#255#30#19#255#255#14#2#255#242#11#0#255#229#11#0#255#255'kd'#255#255 + +'qj'#255#255'tm'#255#255'vo'#255#255'un'#255#255'rk'#255#255'kd'#255#255'`X' + +#255#255'RI'#255#255'@7'#255#255'/%'#255#255#30#19#255#255#13#1#255#240#11#0 + +#255#224#11#0#255#212#10#0#255#255'c['#255#255'g_'#255#255'ha'#255#255'ib' + +#255#255'ha'#255#255'd\'#255#255'\T'#255#255'PG'#255#255'@7'#255#255'.$'#255 + +#255#28#17#255#255#12#0#255#238#11#0#255#221#10#0#255#206#10#0#255#195#9#0 + +#255#255'WO'#255#255'YQ'#255#255'ZR'#255#255'YQ'#255#255'VN'#255#255'RI'#255 + +#255'H?'#255#255';1'#255#255'*'#31#255#255#24#13#255#250#12#0#255#232#11#0 + +#255#215#10#0#255#200#9#0#255#187#9#0#255#177#8#0#255#255'I@'#255#255'I@'#255 + +#255'H?'#255#255'E<'#255#255'@7'#255#255'9/'#255#255'.$'#255#255'!'#22#255 + +#255#16#4#255#241#11#0#255#223#10#0#255#206#10#0#255#191#9#0#255#178#8#0#255 + +#167#8#0#255#159#7#0#255#255':0'#255#255'7-'#255#255'3)'#255#255'-#'#255#255 + +''''#28#255#255#30#19#255#255#19#7#255#247#12#0#255#229#11#0#255#211#10#0#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#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' +#5#0#255't'#5#0#255#255#12#0#255#245#12#0#255#233#11#0#255#220#10#0#255#206 diff --git a/Units/MMLAddon/mmlpsthread.pas b/Units/MMLAddon/mmlpsthread.pas index 3b9a271..d17a5f1 100644 --- a/Units/MMLAddon/mmlpsthread.pas +++ b/Units/MMLAddon/mmlpsthread.pas @@ -256,7 +256,7 @@ end; procedure TMMLPSThread.Execute; var - time: Integer; + time: DWord; begin; CurrThread := Self; time := lclintf.GetTickCount;