mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 07:21:34 +02:00
debugserver: use FPC resources
git-svn-id: trunk@26890 -
This commit is contained in:
parent
6153fd8cb9
commit
7f5283c33b
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -5393,14 +5393,10 @@ tools/debugserver/README.txt svneol=native#text/plain
|
||||
tools/debugserver/debugserver.ico -text
|
||||
tools/debugserver/debugserver.lpi svneol=native#text/plain
|
||||
tools/debugserver/debugserver.lpr svneol=native#text/plain
|
||||
tools/debugserver/debugserver.lrs svneol=native#text/plain
|
||||
tools/debugserver/debugserver.manifest svneol=native#text/plain
|
||||
tools/debugserver/debugserver.rc svneol=native#text/plain
|
||||
tools/debugserver/debugserver.res -text
|
||||
tools/debugserver/frmmain.lfm svneol=native#text/plain
|
||||
tools/debugserver/frmmain.lrs svneol=native#text/plain
|
||||
tools/debugserver/frmmain.pp svneol=native#text/pascal
|
||||
tools/debugserver/frmoptions.lfm svneol=native#text/plain
|
||||
tools/debugserver/frmoptions.lrs svneol=native#text/plain
|
||||
tools/debugserver/frmoptions.pp svneol=native#text/pascal
|
||||
tools/delete_non_svn_files.pl svneol=native#text/plain
|
||||
tools/find_missing_lpl_files.sh svneol=native#text/plain
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="7"/>
|
||||
<Version Value="8"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<SaveOnlyProjectUnits Value="True"/>
|
||||
@ -10,11 +10,11 @@
|
||||
<MainUnit Value="0"/>
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="FPC/Lazarus debug message server"/>
|
||||
<Icon Value="0"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<ProjectVersion Value=""/>
|
||||
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
@ -60,10 +60,15 @@
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<Version Value="9"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)/"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Linking>
|
||||
<Options>
|
||||
<Win32>
|
||||
@ -72,6 +77,9 @@
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
|
@ -7,14 +7,13 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, frmmain, LResources, frmOptions
|
||||
Forms, frmmain, frmOptions
|
||||
{ you can add units after this };
|
||||
|
||||
{$IFDEF WINDOWS}{$R debugserver.rc}{$ENDIF}
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Title:='FPC/Lazarus debug message server';
|
||||
{$I debugserver.lrs}
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.Run;
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="CompanyName.ProductName.YourApp" type="win32"/>
|
||||
<description>Your application description here.</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
@ -1,7 +0,0 @@
|
||||
#define RT_MANIFEST 24
|
||||
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
||||
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
|
||||
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
|
||||
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "debugserver.manifest"
|
||||
MAINICON ICON "debugserver.ico"
|
BIN
tools/debugserver/debugserver.res
Normal file
BIN
tools/debugserver/debugserver.res
Normal file
Binary file not shown.
@ -1,820 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TMainForm','FORMDATA',[
|
||||
'TPF0'#9'TMainForm'#8'MainForm'#4'Left'#3#204#1#6'Height'#3','#1#3'Top'#3#25#1
|
||||
+#5'Width'#3#144#1#7'Caption'#6#20'Debug message viewer'#12'ClientHeight'#3#22
|
||||
+#1#11'ClientWidth'#3#144#1#4'Menu'#7#13'MMDebugServer'#7'OnClose'#7#9'FormCl'
|
||||
+'ose'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#10'LCLVers'
|
||||
+'ion'#6#6'0.9.27'#0#9'TListView'#10'LVMessages'#4'Left'#2#0#6'Height'#3#252#0
|
||||
+#3'Top'#2#26#5'Width'#3#144#1#5'Align'#7#8'alClient'#7'Columns'#14#1#7'Capti'
|
||||
+'on'#6#4'Type'#8'MinWidth'#2'2'#5'Width'#2'P'#0#1#7'Caption'#6#4'Time'#8'Min'
|
||||
+'Width'#2'2'#5'Width'#2'P'#0#1#7'Caption'#6#7'Message'#5'Width'#3#219#0#0#0
|
||||
+#11'MultiSelect'#9#8'ReadOnly'#9#9'RowSelect'#9#11'SmallImages'#7#10'ILMessa'
|
||||
+'ges'#8'TabOrder'#2#0#9'ViewStyle'#7#8'vsReport'#10'OnDblClick'#7#18'LVMessa'
|
||||
+'gesDblClick'#0#0#8'TToolBar'#6'TBMain'#4'Left'#2#0#6'Height'#2#26#3'Top'#2#0
|
||||
+#5'Width'#3#144#1#7'Caption'#6#6'TBMain'#6'Images'#7#6'ILMain'#8'TabOrder'#2
|
||||
+#1#0#11'TToolButton'#7'TBPause'#4'Left'#2#24#3'Top'#2#2#6'Action'#7#6'APause'
|
||||
+#0#0#11'TToolButton'#11'ToolButton2'#4'Left'#2']'#3'Top'#2#2#6'Action'#7#6'A'
|
||||
+'Clear'#0#0#11'TToolButton'#14'TBCopyMessages'#4'Left'#3#139#0#3'Top'#2#2#6
|
||||
+'Action'#7#10'ACopyLines'#0#0#11'TToolButton'#6'TBQuit'#4'Left'#2#1#3'Top'#2
|
||||
+#2#6'Action'#7#5'AQuit'#0#0#11'TToolButton'#6'TBSave'#4'Left'#2't'#3'Top'#2#2
|
||||
+#6'Action'#7#10'ASelectAll'#0#0#11'TToolButton'#11'ToolButton3'#4'Left'#2'F'
|
||||
+#3'Top'#2#2#5'Width'#2#23#7'Caption'#6#11'ToolButton3'#5'Style'#7#12'tbsSepa'
|
||||
+'rator'#0#0#11'TToolButton'#11'ToolButton1'#4'Left'#2'/'#3'Top'#2#2#6'Action'
|
||||
+#7#5'AHide'#0#0#11'TToolButton'#11'ToolButton4'#4'Left'#3#162#0#3'Top'#2#2#6
|
||||
+'Action'#7#5'ASave'#0#0#0#9'TMainMenu'#13'MMDebugServer'#6'Images'#7#6'ILMai'
|
||||
+'n'#4'left'#2''''#3'top'#2'A'#0#9'TMenuItem'#5'MFile'#7'Caption'#6#5'&File'#0
|
||||
+#9'TMenuItem'#7'MIPause'#6'Action'#7#6'APause'#7'OnClick'#7#13'APauseExecute'
|
||||
+#0#0#9'TMenuItem'#9'MIOptions'#6'Action'#7#8'AOptions'#7'OnClick'#7#15'AOpti'
|
||||
+'onsExecute'#0#0#9'TMenuItem'#9'MenuItem1'#7'Caption'#6#1'-'#0#0#9'TMenuItem'
|
||||
+#6'MIHide'#6'Action'#7#5'AHide'#7'OnClick'#7#12'AHideExecute'#0#0#9'TMenuIte'
|
||||
+'m'#6'MIQuit'#6'Action'#7#5'AQuit'#7'OnClick'#7#12'AQuitExecute'#0#0#0#9'TMe'
|
||||
+'nuItem'#5'MEdit'#7'Caption'#6#4'Edit'#0#9'TMenuItem'#7'MIClear'#6'Action'#7
|
||||
+#6'AClear'#7'OnClick'#7#13'AClearExecute'#0#0#9'TMenuItem'#6'MICopy'#6'Actio'
|
||||
+'n'#7#10'ACopyLines'#7'OnClick'#7#17'ACopyLinesExecute'#0#0#9'TMenuItem'#6'M'
|
||||
+'ISave'#6'Action'#7#5'ASave'#7'OnClick'#7#12'ASaveExecute'#0#0#9'TMenuItem'#9
|
||||
+'MenuItem2'#6'Action'#7#10'ASelectAll'#7'OnClick'#7#17'ASelectAllExecute'#0#0
|
||||
+#0#9'TMenuItem'#5'MView'#7'Caption'#6#4'View'#7'OnClick'#7#10'MViewClick'#0#9
|
||||
+'TMenuItem'#13'MIAlwaysOntop'#9'AutoCheck'#9#7'Caption'#6#13'Always on top'#7
|
||||
+'OnClick'#7#18'MIAlwaysOntopClick'#0#0#9'TMenuItem'#9'MIToolbar'#9'AutoCheck'
|
||||
+#9#7'Caption'#6#7'Toolbar'#7'OnClick'#7#14'MIToolbarClick'#0#0#0#0#11'TActio'
|
||||
+'nList'#6'ALMain'#6'Images'#7#6'ILMain'#4'left'#2'X'#3'top'#2'A'#0#7'TAction'
|
||||
+#5'AQuit'#7'Caption'#6#5'&Quit'#4'Hint'#6#20'Quit the application'#10'ImageI'
|
||||
+'ndex'#2#0#9'OnExecute'#7#12'AQuitExecute'#8'ShortCut'#3'Q@'#0#0#7'TAction'#6
|
||||
+'AClear'#7'Caption'#6#12'Clear window'#4'Hint'#6#22'Clear the message list'
|
||||
+#10'ImageIndex'#2#1#9'OnExecute'#7#13'AClearExecute'#8'ShortCut'#3'L@'#0#0#7
|
||||
+'TAction'#6'APause'#7'Caption'#6#14'Pause messages'#4'Hint'#6#28'Stop displa'
|
||||
+'ying new messages'#10'ImageIndex'#2#2#9'OnExecute'#7#13'APauseExecute'#8'Sh'
|
||||
+'ortCut'#3'P@'#0#0#7'TAction'#8'AOptions'#7'Caption'#6#10'Options...'#4'Hint'
|
||||
+#6#20'Set selected options'#10'ImageIndex'#2#3#9'OnExecute'#7#15'AOptionsExe'
|
||||
+'cute'#8'ShortCut'#3'O@'#0#0#7'TAction'#5'AHide'#7'Caption'#6#12'&Hide windo'
|
||||
+'w'#4'Hint'#6#31'Hide the messages window window'#10'ImageIndex'#2#4#9'OnExe'
|
||||
+'cute'#7#12'AHideExecute'#8'ShortCut'#3'H@'#0#0#7'TAction'#10'ACopyLines'#7
|
||||
+'Caption'#6#19'Copy selected lines'#4'Hint'#6#23'Copy lines to clipboard'#10
|
||||
+'ImageIndex'#2#5#9'OnExecute'#7#17'ACopyLinesExecute'#8'OnUpdate'#7#16'ACopy'
|
||||
+'LinesUpdate'#8'ShortCut'#3'C@'#0#0#7'TAction'#5'ASave'#7'Caption'#6#5'ASave'
|
||||
+#4'Hint'#6#27'Save selected lines to file'#10'ImageIndex'#2#6#9'OnExecute'#7
|
||||
+#12'ASaveExecute'#8'ShortCut'#3'S@'#0#0#7'TAction'#10'ASelectAll'#7'Caption'
|
||||
+#6#10'ASelectAll'#4'Hint'#6#19'Select all messages'#10'ImageIndex'#2#7#9'OnE'
|
||||
+'xecute'#7#17'ASelectAllExecute'#8'ShortCut'#3'A@'#0#0#7'TAction'#7'AResume'
|
||||
+#7'Caption'#6#15'Resume messages'#4'Hint'#6'%Continue displaying incoming me'
|
||||
+'ssages'#10'ImageIndex'#2#8#9'OnExecute'#7#14'AResumeExecute'#8'ShortCut'#3
|
||||
+'R@'#0#0#7'TAction'#5'AShow'#7'Caption'#6#11'Show window'#4'Hint'#6#20'Show '
|
||||
+'messages window'#10'ImageIndex'#2#9#9'OnExecute'#7#12'AShowExecute'#0#0#0#10
|
||||
+'TImageList'#6'ILMain'#4'left'#3#144#0#3'top'#2'A'#6'Bitmap'#10#14'('#0#0'Li'
|
||||
+#10#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#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#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#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#224#226#226#255#208#211#211
|
||||
+#255#189#192#192#255#171#173#173#255#145#146#146#255#0#0#0#255#0#0#0#255#0#0
|
||||
+#0#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#0#0#0#255#0#0#0
|
||||
+#255#224#226#226#255#208#211#211#255#189#192#192#255#181#183#183#255#152#154
|
||||
+#154#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#255'Eb'#228#255#0#0#0#255#220#222#222#255#208#211#211#255#190#193
|
||||
+#193#255#183#185#185#255#155#156#156#255#0#0#0#255#6#8#6#255#7#9#7#255#0#0#0
|
||||
+#255#0#0#0#0#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255'[u'#231#255'>S'#179#255
|
||||
+#0#0#0#255#205#208#208#255#190#193#193#255#183#185#185#255#155#156#156#255#0
|
||||
+#0#0#255#12#17#14#255#13#18#15#255#0#0#0#255#0#0#0#0#0#0#0#255'Eb'#228#255'E'
|
||||
+'b'#228#255'Eb'#228#255'Eb'#228#255#30'B'#223#255'6M'#177#255#0#0#0#255#187
|
||||
+#189#189#255#162#164#164#255#155#156#156#255#0#0#0#255#20#28#22#255#22#31#25
|
||||
+#255#0#0#0#255#0#0#0#0#0#0#0#255'Eb'#228#255#10#22#176#255#10#22#176#255#10
|
||||
+#22#176#255#10#22#176#255#16#27#177#255')9'#153#255#0#0#0#255'wyy'#255'Z[['
|
||||
+#255#0#0#0#255#27'%'#29#255#29'( '#255#0#0#0#255#0#0#0#0#0#0#0#255'Eb'#228
|
||||
+#255#0#0#153#255#0#0#153#255#0#0#153#255#0#0#153#255#0#0#136#255',?'#170#255
|
||||
+#0#0#0#255'jll'#255#155#156#156#255#0#0#0#255'$1'''#255'&5*'#255#0#0#0#255#0
|
||||
+#0#0#0#0#0#0#255'+>'#200#255#11#16#161#255#14#20#163#255#0#0#136#255#0#0#136
|
||||
+#255',?'#170#255#0#0#0#255#190#193#193#255#183#185#185#255#155#156#156#255#0
|
||||
+#0#0#255'''7+'#255',=1'#255#0#0#0#255#0#0#0#0#0#0#0#255#0#0#0#255#0#0#0#255#0
|
||||
+#0#0#255#0#0#136#255',?'#170#255#0#0#0#255#209#212#212#255#190#193#193#255
|
||||
+#183#185#185#255#155#156#156#255#0#0#0#255'&5*'#255'1C5'#255#0#0#0#255#0#0#0
|
||||
+#0'H'#129'`'#1'H'#129'`'#1'H'#129'`'#1#0#0#0#255',?'#170#255#0#0#0#255#224
|
||||
+#226#226#255#209#212#212#255#190#193#193#255#178#180#180#255#139#141#141#255
|
||||
+#0#0#0#255'):-'#255'5J;'#255#0#0#0#255#0#0#0#0'H'#129'`'#1'H'#129'`'#1'H'#129
|
||||
+'`'#1#0#0#0#255#0#0#0#255#0#0#0#255#222#224#224#255#199#201#201#255#145#148
|
||||
+#147#255'OTQ'#255#0#0#0#255'/A4'#255'=TB'#255'C]I'#255#0#0#0#255#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#3#6#4#6#24'+ '#1#0#0#0#255#181#183#183#255'Y`\'#255#0#0
|
||||
+#0#255'5J;'#255'B\I'#255'HdO'#255'KhS'#255'MjT'#255#0#0#0#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#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#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#6#6#6#17#6#6
|
||||
+#6'K'#14#14#14#255'BBB'#255'JJJ'#255'>>>'#255',,,'#255#0#0#0#255#6#6#6'>'#6#6
|
||||
+#6'!'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#6#6#6':'#0#0#0#255#0#0#0#255'q'
|
||||
+#131#133#255#216#237#240#255#233#241#242#255#228#237#238#255#186#198#199#255
|
||||
+'FRS'#255#0#0#0#255#0#0#0#255#6#6#6'K'#0#0#0#0#0#0#0#0#0#0#0#0#6#6#6'>'#16#16
|
||||
+#16#255#165#192#194#255#165#191#193#255'gyz'#255'@GH'#255'%'''''#255'.56'#255
|
||||
+'r'#133#135#255#136#158#160#255#138#161#163#255#140#163#165#255#0#0#0#255#6#6
|
||||
+#6'!'#0#0#0#0#0#0#0#0'+++'#255#188#209#211#255#196#218#220#255#207#224#226
|
||||
+#255#162#183#185#255'[bd'#255'689'#255'3<<'#255'S`a'#255#131#152#154#255#155
|
||||
+#181#183#255#152#178#179#255#139#162#164#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#255#211#228#232#255#233#241#244#255#228#241#242#255#218#233#234#255#210#226
|
||||
+#229#255#190#210#213#255#167#193#195#255#148#173#175#255#164#190#192#255#172
|
||||
+#196#198#255#156#182#184#255'fwy'#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255'u'
|
||||
+#137#138#255#210#237#241#255#233#248#251#255#237#245#249#255#238#247#248#255
|
||||
+#236#247#248#255#230#243#245#255#217#234#236#255#203#221#222#255#137#155#157
|
||||
+#255'Tbc'#255'JWX'#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#130'FQR'#255'eqs'#255
|
||||
+#145#157#159#255#200#225#228#255#207#229#233#255#203#224#226#255#203#209#209
|
||||
+#255''#141#142#255'duv'#255'Xgh'#255'8BC'#255'"()'#255#0#0#0#130#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#27#31#31#255'044'#255'DIK'#255'bgh'#255'fop'#255'dkk'#255']ln'
|
||||
+#255'KWX'#255'199'#255#21#22#23#255#22#26#26#255#25#30#31#255#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0'#**'#255#149#160#160#255'@MM'#255'066'#255'&**'#255'*//'#255
|
||||
+#13#15#15#255#9#11#11#255#13#16#16#255'8>>'#255'+44'#255#31'$$'#255#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0'$++'#255#153#164#165#255#174#182#183#255'gpq'#255#146
|
||||
+#161#161#255'cst'#255'5@@'#255'[ii'#255'/99'#255'_ii'#255'4??'#255' &&'#255#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'%,,'#255#163#173#173#255#210#217#217#255''
|
||||
+#139#139#255#206#213#214#255'{'#136#136#255'OWX'#255#135#147#147#255'=JJ'#255
|
||||
+'kxx'#255'BPP'#255'"))'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'%,,'#255#163#173
|
||||
+#173#255#211#218#218#255#129#142#143#255#212#221#221#255#153#171#172#255'R]]'
|
||||
+#255#147#160#160#255'@MM'#255'lyy'#255'BPP'#255'"))'#255#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0'$++'#255'u~~'#255#209#216#216#255#128#141#141#255#211#221#221
|
||||
+#255#153#171#172#255'R]]'#255#147#160#160#255'@MM'#255'kxx'#255'8DD'#255'"(('
|
||||
,#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'!'''''#255'=CC'#255#134#142#142#255'U^^'
|
||||
+#255#208#218#218#255#153#171#172#255'R]]'#255#132#148#148#255'@MM'#255'S]]'
|
||||
+#255'"(('#255#29'##'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#6#6#6'K'#6#6#6#255#6
|
||||
+#6#6#255':AB'#255'{'#143#143#255'lzz'#255'<DD'#255'^ll'#255',55'#255')..'#255
|
||||
+#0#0#0#255#6#6#6'>'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#6#6#6'W'
|
||||
+#6#6#6#255#0#0#0#255#15#15#15#255#5#5#5#255#0#0#0#255#0#0#0#255#6#6#6'K'#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'#'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0
|
||||
+#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'
|
||||
+#0#0#0'#'#0#0#0#0#0#0#0'}'#0#0#0#18#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#18#0#0#0'}'#0#0#0#0#0#0
|
||||
+#0'}'#0#0#0#0#0#0#0'7'#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'b'#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0
|
||||
+'}'#0#0#0#0#0#0#0#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#0#0#0#255#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0#255
|
||||
+#255#255#255#255#191#191#191#255'ttt'#255' '#255#0#0#0#255'"""'#255#131#131
|
||||
+#131#255#223#223#223#255#209#209#209#255#0#0#0#255#0#0#0#0#0#0#0'}'#0#0#0#0#0
|
||||
+#0#0'}'#0#0#0#0#0#0#0#255#255#255#255#255'ttt'#255'-0E'#255#140#150#212#255
|
||||
+#149#160#226#255#140#150#212#255'-0E'#255#138#138#138#255#212#212#212#255#0#0
|
||||
+#0#255#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0#255#255#255#255#255' '
|
||||
+' '#255'nx'#193#255'w'#129#206#255'w'#129#206#255'w'#129#206#255'nx'#193#255
|
||||
+'&&&'#255#215#215#215#255#0#0#0#255#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0'}'#0#0#0#0
|
||||
+#0#0#0#255#255#255#255#255#0#0#0#255'Zb'#186#255'Zb'#186#255'Zb'#186#255'Zb'
|
||||
+#186#255'Zb'#186#255#0#0#0#255#218#218#218#255#0#0#0#255#0#0#0#0#0#0#0'}'#0#0
|
||||
+#0#0#0#0#0'}'#0#0#0#0#0#0#0#255#255#255#255#255'"""'#255'5:'#153#255'=C'#166
|
||||
+#255'=C'#166#255'=C'#166#255'5:'#153#255'((('#255#220#220#220#255#0#0#0#255#0
|
||||
+#0#0#0#0#0#0'}'#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0#255#255#255#255#255#128#128
|
||||
+#128#255#5#6'*'#255#24#28#133#255' $'#146#255#24#28#133#255#5#6'*'#255#151
|
||||
+#151#151#255#223#223#223#255#0#0#0#255#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0'}'#0#0
|
||||
+#0#0#0#0#0#255#255#255#255#255#217#217#217#255#135#135#135#255'%%%'#255#0#0#0
|
||||
+#255'((('#255#151#151#151#255#255#255#255#255#223#223#223#255#0#0#0#255#0#0#0
|
||||
+#0#0#0#0'}'#0#0#0#0#0#0#0'}'#0#0#0#0#0#0#0#255#223#223#223#255#207#207#207
|
||||
+#255#209#209#209#255#212#212#212#255#218#218#218#255#220#220#220#255#223#223
|
||||
+#223#255#223#223#223#255#207#207#207#255#0#0#0#255#0#0#0#0#0#0#0'}'#0#0#0#0#0
|
||||
+#0#0'}'#0#0#0#0#0#0#0'N'#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'b'#0#0#0#0#0#0#0'}'#0#0#0#0#0#0
|
||||
+#0'}'#0#0#0#18#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#18#0#0#0'}'#0#0#0#0#0#0#0'#'#0#0#0'}'#0#0#0
|
||||
+'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'}'#0
|
||||
+#0#0'}'#0#0#0'}'#0#0#0'}'#0#0#0'#'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'S'#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'L'#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#254#254#254#255#254#254#254#255#254
|
||||
+#254#254#255#254#254#254#255#254#254#254#255#254#254#254#255#253#253#253#255
|
||||
+#224#224#224#255#193#193#193#255#0#0#0#255#0#0#0'S'#0#0#0#0#0#0#0#0#0#0#0'M'
|
||||
+#0#0#0#255#0#0#0#255#254#254#254#255#0#0#0#255#0#0#0#255#168#168#168#255#241
|
||||
+#241#241#255#241#241#241#255#241#241#241#255#195#195#195#255#251#251#251#255
|
||||
+#168#168#168#255#0#0#0#255#0#0#0'L'#0#0#0#0#0#0#0#255#255#255#255#255#0#0#0
|
||||
+#255#254#254#254#255#0#0#0#255#239#239#239#255#0#0#0#255#190#190#190#255#202
|
||||
+#202#202#255#241#241#241#255#173#173#173#255'vvv'#255']]]'#255'@@@'#255#0#0#0
|
||||
+#255#0#0#0#0#0#0#0#255#255#255#255#255#0#0#0#255#0#0#0#255#0#0#0#255#239#239
|
||||
+#239#255#0#0#0#255#241#241#241#255#241#241#241#255#240#240#240#255#226#226
|
||||
+#226#255#133#133#133#255'IKK'#255#22#22#22#255#0#0#0#255#0#0#0#0#0#0#0#255
|
||||
+#255#255#255#255#239#239#239#255#239#239#239#255#239#239#239#255#195#195#195
|
||||
+#255#0#0#0#255#189#189#189#255#179#179#179#255#224#224#224#255#239#239#239
|
||||
+#255#238#238#238#255#238#238#238#255#197#197#197#255#0#0#0#255#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#255#255#255#255#255#239#239#239#255#195#195#195#255#0#0#0#255#239
|
||||
+#239#239#255#238#238#238#255#238#238#238#255#238#238#238#255#238#238#238#255
|
||||
+#238#238#238#255#236#236#236#255#196#196#196#255#0#0#0#255#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#255#255#255#255#255#0#0#0#255#179#179#179#255#211#211#211#255
|
||||
+#179#179#179#255#188#188#188#255#188#188#188#255#199#199#199#255#199#199#199
|
||||
+#255#235#235#235#255#195#195#195#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#255#255#255#255#255#0#0#0#255#236#236#236#255#236#236#236#255#236#236#236
|
||||
,#255#235#235#235#255#235#235#235#255#234#234#234#255#234#234#234#255#234#234
|
||||
+#234#255#193#193#193#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#255#255#255#255
|
||||
+#239#239#239#255#195#195#195#255#0#0#0#255#194#194#194#255#232#232#232#255
|
||||
+#131'nh'#255#131'nh'#255#131'nh'#255#131'nh'#255#232#232#232#255#192#192#192
|
||||
+#255#0#0#0#255#0#0#0#0#0#0#0#255#255#255#255#255#239#239#239#255#239#239#239
|
||||
+#255#239#239#239#255#195#195#195#255#0#0#0#255#233#233#233#255#131'nh'#255
|
||||
+#165#139#135#255#163#132'|'#255#131'nh'#255#231#231#231#255#191#191#191#255#0
|
||||
+#0#0#255#0#0#0#0#0#0#0#255#255#255#255#255#0#0#0#255#0#0#0#255#0#0#0#255#239
|
||||
+#239#239#255#0#0#0#255#230#230#230#255#131'nh'#255#166#162#167#255#161#149
|
||||
+#151#255#131'nh'#255#229#229#229#255#190#190#190#255#0#0#0#255#0#0#0#0#0#0#0
|
||||
+#255#255#255#255#255#0#0#0#255#253#253#253#255#0#0#0#255#239#239#239#255#0#0
|
||||
+#0#255#230#230#230#255#131'nh'#255#131'mh'#255#131'mh'#255#130'mg'#255#228
|
||||
+#228#228#255#189#189#189#255#0#0#0#255#0#0#0#0#0#0#0'M'#0#0#0#255#0#0#0#255
|
||||
+#253#253#253#255#0#0#0#255#0#0#0#255#159#159#159#255#229#229#229#255#228#228
|
||||
+#228#255#228#228#228#255#227#227#227#255#227#227#227#255#227#227#227#255#187
|
||||
+#187#187#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#194#194#194#255#189
|
||||
+#189#189#255#189#189#189#255#189#189#189#255#188#188#188#255#188#188#188#255
|
||||
+#187#187#187#255#187#187#187#255#187#187#187#255#187#187#187#255#160#160#160
|
||||
+#255#0#0#0#212#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'k'#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'd'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'=-'#28#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#255#228#213#197#255#0#0#0#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#255#227#212#196#255#210#185#159#255'[C*'#255#0#0#0#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#255
|
||||
+#227#212#196#255#209#183#156#255#211#186#160#255#136'e?'#255'[C*'#255#0#0#0
|
||||
+#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
|
||||
+#255#227#212#196#255#213#190#166#255#213#189#164#255#209#184#158#255#136'e?'
|
||||
+#255#136'e?'#255'[C*'#255#0#0#0#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#255#227#212#196#255#212#188#163#255#215#193#170#255#212#188#163
|
||||
+#255#209#184#158#255#136'e?'#255#136'e?'#255#136'e?'#255'[C*'#255#0#0#0#255#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#212#0#0#0#255#0#0#0#255#0#0#0#255#216
|
||||
+#194#171#255#210#185#159#255#209#183#156#255#136'e?'#255'ZB)'#255#0#0#0#255#0
|
||||
+#0#0#255#0#0#0#255#0#0#0#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#255#218#197#175#255#208#182#155#255#210#185#159#255#136'e?'#255'ZB)'
|
||||
+#255#0#0#0#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#255#216#194#171#255#208#182#155#255#210#185#159#255#136'e?'
|
||||
+#255'ZB)'#255#0#0#0#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#255#217#196#174#255#210#185#159#255#210#185#159#255
|
||||
+#136'e?'#255'ZB)'#255#0#0#0#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#255#212#188#163#255#207#181#154#255#210#185
|
||||
+#159#255#136'e?'#255'ZB)'#255#0#0#0#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#255#185#146'h'#255#158'uI'#255#162
|
||||
+'xK'#255'oS4'#255'`G-'#255#0#0#0#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#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#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#129#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#129#0#0#0#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#179#179#179#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#214#214#214
|
||||
+#255#0#0#0#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#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#0#0#0#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#255#255#255#255#255'ddd'#255'MMM'#255'P'
|
||||
+'PP'#255#255#255#255#255'iii'#255'xxx'#255#255#255#255#255#0#0#0#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#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#0#0#0#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#255#255#255#255#255'PPP'#255'LLL'#255#255#255#255#255'PPP'
|
||||
+#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#129#0#0#0#0#0#0#0#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#0#0#0#255#179#179#179#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#214
|
||||
+#214#214#255#0#0#0#255#0#0#0#0#0#0#0#255#227#227#227#255'ZZZ'#255'SSS'#255
|
||||
+#145#145#145#255#0#0#0#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#0#0#0#255#0#0#0#0#0#0#0#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#0#0#0#255#255#255#255#255'ddd'#255'MMM'#255'PPP'#255#255
|
||||
+#255#255#255'iii'#255'xxx'#255#255#255#255#255#0#0#0#255#0#0#0#0#0#0#0#255
|
||||
+#214#214#214#255#255#255#255#255#255#255#255#255#255#255#255#255#0#0#0#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#0#0#0#255#0#0#0#0#0#0#0
|
||||
+#129#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#255#255#255#255'PPP'
|
||||
+#255'LLL'#255#255#255#255#255#162#162#162#255'iii'#255#179#179#179#255#255
|
||||
+#255#255#255#0#0#0#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
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#0#0#0#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#255#227#227#227#255'ZZZ'#255'SS'
|
||||
+'S'#255#145#145#145#255#255#255#255#255'\\\'#255'fff'#255#255#255#255#255#0#0
|
||||
+#0#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#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#0#0#0#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#255#214#214#214#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#214#214
|
||||
+#214#255#0#0#0#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#129
|
||||
+#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'q'#0#0#0#0#0#0#0'G'#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'U'#0#0#0#255#250#248#247#255#235#221#203#255#128#138
|
||||
+#200#255#132#143#209#255#132#143#209#255#132#143#209#255#132#143#209#255#132
|
||||
+#143#209#255#132#143#209#255#132#144#209#255#132#143#209#255#134#145#211#255
|
||||
+#232#213#191#255#232#213#191#255#0#0#0#255#0#0#0#255#241#231#219#255#190#169
|
||||
+#141#255'~'#135#183#255'hu'#199#255'gt'#199#255'gt'#199#255'gt'#199#255'gt'
|
||||
+#199#255'ft'#199#255'gt'#199#255'hv'#200#255'z'#134#205#255#190#169#141#255
|
||||
+'|iT'#255#0#0#0#255#0#0#0#255#237#224#207#255#190#169#141#255#215#215#215#255
|
||||
+#254#254#254#255#254#254#254#255#254#254#254#255#254#254#254#255#254#254#254
|
||||
+#255#254#254#254#255#254#254#254#255#254#254#254#255#249#249#249#255#181#160
|
||||
+#132#255'udO'#255#0#0#0#255#0#0#0#255#237#224#207#255#190#169#141#255#215#215
|
||||
+#215#255#215#215#215#255#215#215#215#255#215#215#215#255#215#215#215#255#215
|
||||
+#215#215#255#215#215#215#255#215#215#215#255#214#214#214#255#241#241#241#255
|
||||
+#174#154#129#255'r`I'#255#0#0#0#255#0#0#0#255#237#224#207#255#190#169#141#255
|
||||
+#215#215#215#255#254#254#254#255#254#254#254#255#254#254#254#255#254#254#254
|
||||
+#255#252#252#252#255#244#244#244#255#235#235#235#255#235#235#235#255#241#241
|
||||
+#241#255#174#154#129#255'r`I'#255#0#0#0#255#0#0#0#255#237#224#207#255#190#169
|
||||
+#141#255#215#215#215#255#215#215#215#255#215#215#215#255#215#215#215#255#212
|
||||
+#212#212#255#197#197#197#255#197#197#197#255#197#197#197#255#197#197#197#255
|
||||
+#241#241#241#255#174#154#129#255'r`I'#255#0#0#0#255#0#0#0#255#237#224#207#255
|
||||
+#190#169#141#255#238#238#238#255#254#254#254#255#254#254#254#255#242#242#242
|
||||
+#255#235#235#235#255#235#235#235#255#235#235#235#255#235#235#235#255#235#235
|
||||
+#235#255#238#238#238#255#174#154#129#255'r`I'#255#0#0#0#255#0#0#0#255#237#224
|
||||
+#207#255#190#169#141#255#205#191#174#255#223#214#202#255#218#207#199#255#214
|
||||
+#203#191#255#214#203#191#255#214#203#191#255#214#203#191#255#214#203#191#255
|
||||
+#214#203#191#255#196#182#161#255#174#154#129#255'r`I'#255#0#0#0#255#0#0#0#255
|
||||
+#237#224#207#255#190#169#141#255#190#169#141#255#188#166#137#255#174#154''
|
||||
+#255#174#154#129#255#174#154#129#255#174#154#129#255#174#154#129#255#173#153
|
||||
+'~'#255#172#151'}'#255#174#154#129#255#174#154#129#255'r`I'#255#0#0#0#255#0#0
|
||||
+#0#255#237#224#207#255#190#169#141#255#189#168#140#255#189#177#168#255#197
|
||||
+#197#197#255#197#197#197#255#206#206#206#255#235#235#235#255#215#215#215#255
|
||||
+#157#157#156#255'VF/'#255#140#134#128#255#174#154#129#255'r`I'#255#0#0#0#255
|
||||
+#0#0#0#255#237#224#207#255#190#169#141#255#181#160#132#255#197#197#197#255
|
||||
+#197#197#197#255'B0'#24#255'ZI3'#255#214#214#214#255#197#197#197#255#185#185
|
||||
+#185#255'<-'#19#255#128'mX'#255#176#165#151#255'r`I'#255#0#0#0#255#0#0#0#255
|
||||
,#237#224#207#255#185#164#134#255#174#154#129#255#197#197#197#255#205#205#205
|
||||
+#255'SC.'#255#130'pZ'#255#197#197#197#255#197#197#197#255#191#191#191#255'5('
|
||||
+#17#255#130'pZ'#255#176#169#157#255'r`I'#255#0#0#0#255#0#0#0#255#130'xk'#255
|
||||
+#178#158#131#255#174#154#129#255#205#205#205#255#230#230#230#255'H6!'#255#137
|
||||
+'y_'#255#197#197#197#255#194#194#194#255#178#178#178#255':,'#17#255#130'pZ'
|
||||
+#255#176#169#159#255'r`I'#255#0#0#0#255#0#0#0'U'#0#0#0#255'mcY'#255'udO'#255
|
||||
+#161#161#161#255#192#192#192#255#144#144#144#255#144#144#144#255#134#134#134
|
||||
+#255'nnn'#255'zzz'#255'I9-'#255'\O>'#255#143#135#128#255'@1'#26#255#0#0#0#255
|
||||
+#0#0#0#0#0#0#0'U'#0#0#0#255#0#0#0#211#0#0#0#220#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#224#0#0#0#225#0#0#0#255#0#0#0#255#0#0#0
|
||||
+'G'#0#0#0#0#0#0#0'S'#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'L'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#255#254#254#254#255#254#254#254#255#254#254#254#255#254#254#254
|
||||
+#255#254#254#254#255#254#254#254#255#253#253#253#255#224#224#224#255#193#193
|
||||
+#193#255#0#0#0#255#0#0#0'S'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#254#254
|
||||
+#254#255#241#241#241#255#241#241#241#255#241#241#241#255#241#241#241#255#241
|
||||
+#241#241#255#241#241#241#255#195#195#195#255#251#251#251#255#168#168#168#255
|
||||
+#0#0#0#255#0#0#0'L'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#254#254#254#255#241#241
|
||||
+#241#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255#173#173#173#255'vvv'
|
||||
+#255']]]'#255'@@@'#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#254#254
|
||||
+#254#255#241#241#241#255'f@I'#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255'f@I'#255#226#226#226#255#133#133#133#255'IKK'#255#22#22#22#255#0#0#0#255
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#254#254#254#255#241#241#241#255'f@I'#255
|
||||
+'f@I'#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255#238#238#238#255#197
|
||||
+#197#197#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#254#254#254#255#239
|
||||
+#239#239#255'f@I'#255#255#255#255#255'f@I'#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255'f@I'#255#236#236#236#255#196#196#196#255#0#0#0#255#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#255#253#253#253#255#238#238#238#255'f@I'#255'f@I'
|
||||
+#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255#235#235#235#255#195#195#195
|
||||
+#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#253#253#253#255#237#237#237
|
||||
+#255'f@I'#255#255#255#255#255#255#255#255#255'f@I'#255#255#255#255#255#255
|
||||
+#255#255#255'f@I'#255#234#234#234#255#193#193#193#255#0#0#0#255#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#255#253#253#253#255#235#235#235#255'f@I'#255'f@I'#255'f@I'
|
||||
+#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255#232#232#232#255#192#192#192#255#0#0
|
||||
+#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#253#253#253#255#234#234#234#255'f@I'
|
||||
+#255#255#255#255#255'f@I'#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+'f@I'#255#231#231#231#255#191#191#191#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#255#253#253#253#255#232#232#232#255'f@I'#255'f@I'#255'f@I'#255'f@I'#255
|
||||
+'f@I'#255'f@I'#255'f@I'#255#229#229#229#255#190#190#190#255#0#0#0#255#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#255#253#253#253#255#231#231#231#255#231#231#231#255
|
||||
+#230#230#230#255#230#230#230#255#230#230#230#255#229#229#229#255#229#229#229
|
||||
+#255#228#228#228#255#228#228#228#255#189#189#189#255#0#0#0#255#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#255#253#253#253#255#230#230#230#255#229#229#229#255#229#229
|
||||
+#229#255#229#229#229#255#228#228#228#255#228#228#228#255#227#227#227#255#227
|
||||
+#227#227#255#227#227#227#255#187#187#187#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#255#194#194#194#255#189#189#189#255#189#189#189#255#189#189#189#255
|
||||
+#188#188#188#255#188#188#188#255#187#187#187#255#187#187#187#255#187#187#187
|
||||
+#255#187#187#187#255#160#160#160#255#0#0#0#212#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+'k'#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'd'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#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#0#0#0#255#171#181
|
||||
+#186#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#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#171#181#186#255#0#0#0#255#171
|
||||
+#181#186#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#171#181#186#0#0#0#0'b'#0#0
|
||||
+#0#190#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#171#181#186#255#171
|
||||
+#181#186#255#0#0#0#255#0#0#0#224#0#0#0#128#171#181#186#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0'bTY['#255#171#181#186#255#171#181#186#255#171#181#186#255#171#181#186#255
|
||||
+#171#181#186#255#171#181#186#255#171#181#186#255#171#181#186#255#171#181#186
|
||||
+#255#171#181#186#255#135#143#147#255#0#0#0#128#0#0#0#0#0#0#0#0#0#0#0#163#171
|
||||
+#181#186#255#0#0#0'h'#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#171
|
||||
+#181#186#255#171#181#186#255#0#0#0#255#0#0#0'h'#171#181#186#255#0#0#0#224#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#255#171#181#186#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#255#171#181#186#255#0#0#0#255#171#181#186#0#0#0#0#255#171#181#186
|
||||
+#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#171#181#186#255#0#0#0#255#0#0#0#0#0
|
||||
,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#0#0#0#255#171#181#186#0#171#181#186#0#0#0#0
|
||||
+#255#171#181#186#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#171#181#186#255#0#0
|
||||
+#0#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
|
||||
+#255#171#181#186#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#171#181#186#255#0#0
|
||||
+#0#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
|
||||
+#255#171#181#186#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#171#181#186#255#0#0
|
||||
+#0#255#0#0#0#0#171#181#186#0#0#0#0#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#255#171#181#186#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#171#181
|
||||
+#186#255#0#0#0#255#171#181#186#0#0#0#0#255#171#181#186#255#0#0#0#255#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#171#181#186#255#0#0#0#255#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#197#171#181#186#255#0#0#0'h'#0#0#0#255#171#181#186#255#171#181#186#255
|
||||
+#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0'h'#171#181#186#255#0
|
||||
+#0#0#224#0#0#0#0#0#0#0#0#0#0#0#128'x'#131#255#171#181#186#255#171#181#186
|
||||
+#255#171#181#186#255#171#181#186#255#171#181#186#255#171#181#186#255#171#181
|
||||
+#186#255#171#181#186#255#171#181#186#255#171#181#186#255#135#143#147#255#0#0
|
||||
+#0#128#0#0#0#0#0#0#0#0#171#181#186#0#0#0#0#128#0#0#0#197#0#0#0#255#171#181
|
||||
+#186#255#171#181#186#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0
|
||||
+#0#0#224#0#0#0#128#171#181#186#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#171#181#186
|
||||
+#0#171#181#186#0#0#0#0#255#171#181#186#255#0#0#0#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#171#181#186#0#0#0#0#255#0#0#0#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'g'#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's'#0#0#0#255'/01'#255'*++'#255'*++'#255'*++'
|
||||
+#255'*++'#255'*++'#255'*++'#255'*++'#255'*++'#255'*++'#255'*++'#255'*++'#255
|
||||
+'*++'#255#0#0#0#241#0#0#0#255#0#0#0#142#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'y'#0#0#0#0#0#0#0#255#170#170#170#255#171
|
||||
+#171#171#255#170#170#170#255#173#173#173#255#174#174#174#255#175#175#175#255
|
||||
+#175#175#175#255#179#179#179#255#181#181#181#255#182#182#182#255#187#187#187
|
||||
+#255#177#177#177#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#255#255#255#255#224
|
||||
+#224#224#255#0#0#0#255#0#0#0#255#196#196#196#255#0#0#0#255#0#0#0#255#0#0#0
|
||||
+#255#202#202#202#255#0#0#0#255#0#0#0#255#221#221#221#255#0#0#0#255#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#255#255#255#255#255#224#224#224#255#224#224#224#255#224#224#224
|
||||
+#255#224#224#224#255#224#224#224#255#224#224#224#255#224#224#224#255#224#224
|
||||
+#224#255#224#224#224#255#224#224#224#255#225#225#225#255#0#0#0#255#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#255#255#255#255#255#224#224#224#255#224#224#224#255#224#224#224
|
||||
+#255#224#224#224#255#224#224#224#255#224#224#224#255#224#224#224#255#224#224
|
||||
+#224#255#224#224#224#255#224#224#224#255#228#228#228#255#0#0#0#255#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#255#255#255#255#255#226#226#226#255'lN1'#255#233#233#233#255#0#0
|
||||
+#0#255#0#0#0#255#0#0#0#255#0#0#0#255#247#247#247#255#0#0#0#255#247#247#247
|
||||
+#255#228#228#228#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#255#255#255#255#230
|
||||
+#230#230#255#233#233#233#255#233#233#233#255#233#233#233#255#247#247#247#255
|
||||
+#247#247#247#255#247#247#247#255#247#247#247#255#245#245#245#255#247#247#247
|
||||
+#255#232#232#232#255#0#0#0#255#0#0#0#0#0#0#0#0#0#0#0#255#255#255#255#255#233
|
||||
+#233#233#255'lN1'#255#233#233#233#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255
|
||||
+#0#0#0#255#248#248#248#255#251#251#251#255#234#234#234#255#0#0#0#255#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#255#255#255#255#255#231#231#231#255#233#233#233#255#235#235
|
||||
+#235#255#237#237#237#255#238#238#238#255#240#240#240#255#242#242#242#255#244
|
||||
+#244#244#255#244#244#244#255#248#248#248#255#232#232#232#255#0#0#0#255#0#0#0
|
||||
+#0#0#0#0#0#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#0#0#0#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#0#0#0#255#0
|
||||
+#0#0#255#0#0#0#130#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#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#0#0#0'9'#0#0#0#255#0#0#0#17#0#0#0
|
||||
+#255#0#0#0'q'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#16#0#0#0
|
||||
+'!'#0#0#0'3'#0#0#0#255#0#0#0'*'#0#0#0';'#0#0#0#255#0#0#0'3'#0#0#0';'#0#0#0
|
||||
+#255#0#0#0'1'#0#0#0'!'#0#0#0#19#0#0#0#8#0#0#0#0#0#0#0#0#0#0#0#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#0#0#0#29#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#10'TImageList'#10'ILMessages'#4'left'#3#178#0#3
|
||||
+'top'#2'@'#6'Bitmap'#10#14#20#0#0'Li'#5#0#0#0#16#0#0#0#16#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#255#255#255#0#255#255#255#0#255#0#8#255#131#0#0
|
||||
+#255#131#0#8#255#131#0#0#255#255#0#8#255#131#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#131#0#0#255#255#0#8#255#255#194#205#255#255#255#255#0#255#194
|
||||
+#255#255#255#255#255#0#255#194#205#255#255#255#255#0#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#131#0#0
|
||||
+#255#255#255#255#0#255#194#205#255#255#255#255#0#255#194#205#255#255#0#0#255
|
||||
+#255#0#0#255#255#255#255#0#255#194#205#255#255#255#255#0#197#0#8#255#0#0#0
|
||||
+#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#0#8#255#255
|
||||
+#194#205#255#255#255#255#0#255#194#255#255#255#255#255#0#131#0#0#255#255#0#0
|
||||
+#255#255#194#255#255#255#255#255#0#255#194#205#255#255#255#255#0#0#0#0#255
|
||||
+#255#0#8#255#255#255#255#0#255#255#255#0#255#0#8#255#255#194#205#255#255#255
|
||||
+#255#0#255#194#205#255#255#255#255#0#255#194#205#255#255#255#255#0#255#194
|
||||
+#205#255#255#255#255#0#255#194#205#255#255#255#255#0#255#194#205#255#255#0#8
|
||||
+#255#0#0#0#255#255#255#255#0#255#255#255#0#131#0#0#255#255#255#255#0#255#194
|
||||
+#255#255#255#255#255#0#255#194#205#255#255#0#8#255#255#0#0#255#255#0#0#255
|
||||
+#255#194#205#255#255#255#255#0#255#194#255#255#255#255#255#0#255#194#205#255
|
||||
+#0#0#0#255#255#255#255#0#255#255#255#0#131#0#8#255#255#194#205#255#255#255
|
||||
+#255#0#255#194#205#255#255#255#255#0#255#194#205#255#255#0#8#255#255#0#0#255
|
||||
+#255#255#255#0#255#194#205#255#255#255#255#0#255#194#205#255#255#255#255#0#0
|
||||
+#0#0#255#255#255#255#0#255#255#255#0#131#0#0#255#255#0#8#255#255#194#205#255
|
||||
+#255#255#255#0#255#194#255#255#255#255#255#0#131#0#0#255#255#0#0#255#255#194
|
||||
+#255#255#255#255#255#0#255#194#205#255#255#255#255#0#255#0#0#255#0#0#0#255
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#131#0#0#255#255#255#255#0#255#194
|
||||
+#205#255#255#255#255#0#255#0#0#255#255#0#0#255#255#0#0#255#255#0#0#255#255
|
||||
+#194#205#255#255#255#255#0#197#0#8#255#0#0#0#255#131#0#0#255#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#0#0#0#255#255#0#8#255#255#194#205
|
||||
+#255#255#255#255#0#255#194#255#255#255#255#255#0#255#194#205#255#255#255#255
|
||||
+#0#255#0#0#255#0#0#0#255#131#0#0#255#255#0#8#255#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#0#0#0#255#0#0#0#255#197#0#8#255
|
||||
+#255#255#255#0#255#194#205#255#255#0#8#255#0#0#0#255#0#0#0#255#131#0#0#255
|
||||
+#131#0#8#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#0#0#0#255#0#0#0#255#255#255
|
||||
+#255#0#0#0#0#255#255#0#8#255#131#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#0#0#0#255#255#194#205#255#0#0#0
|
||||
+#255#131#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#255#255#255#0#0#0#0#255#0#0#0#255#255#0#8
|
||||
+#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#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#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#8#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#0#8
|
||||
+#255#0#194#255#255#0#255#255#255#0#0#0#255#255#0#8#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#0#0#8#255#0#194#205#255#0#255#255
|
||||
+#255#0#194#205#255#0#255#255#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#0#0#0#255#0#255#255#255#0#0#0#255#0#255
|
||||
+#255#255#0#194#255#255#0#0#0#255#131#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#0#0#0#255#0#255#255#255#0#0#0#255#0#0#0#255#0#0#0#255#0#255#255#255#0
|
||||
+#194#205#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#0#0#8#255#0#194
|
||||
+#205#255#0#0#0#255#0#0#0#255#0#0#0#255#0#194#205#255#0#255#255#255#0#0#0#255
|
||||
+#255#0#8#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#0#0#8#255#0#194#205#255#0#255#255#255#0#0#0#255#0#0#0
|
||||
,#255#0#0#0#255#0#255#255#255#0#194#205#255#0#255#255#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#0#0#8#255#0
|
||||
+#194#205#255#0#255#255#255#0#194#255#255#0#0#8#255#0#0#0#255#0#0#8#255#0#194
|
||||
+#255#255#0#255#255#255#0#194#205#255#0#0#0#255#131#0#0#255#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#0#0#0#255#0#255#255#255#0#194#205#255
|
||||
+#0#255#255#255#0#194#205#255#0#0#0#255#0#194#205#255#0#255#255#255#0#194#205
|
||||
+#255#0#255#255#255#0#194#205#255#0#0#0#255#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#0#0#0#255#0#255#255#255#0#194#255#255#0#255#255#255#0#194#205#255
|
||||
+#0#255#255#255#0#194#255#255#0#255#255#255#0#194#205#255#0#255#255#255#0#194
|
||||
+#255#255#0#255#255#255#0#0#0#255#255#0#8#255#255#255#255#0#255#255#255#0#0#0
|
||||
+#8#255#0#194#205#255#0#255#255#255#0#194#205#255#0#255#255#255#131#0#0#255#0
|
||||
+#0#0#255#131#0#0#255#0#255#255#255#0#194#205#255#0#255#255#255#0#194#205#255
|
||||
+#0#255#255#255#0#0#0#255#255#255#255#0#255#255#255#0#0#0#0#255#0#255#255#255
|
||||
+#0#194#205#255#0#255#255#255#0#194#255#255#0#255#255#255#0#194#205#255#0#255
|
||||
+#255#255#0#194#255#255#0#255#255#255#0#194#205#255#0#255#255#255#0#194#255
|
||||
+#255#0#0#0#255#255#255#255#0#255#255#255#0#255#255#255#0#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#131#0#0#255#255#255#255#0#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#131#0#0#255#255#0#8#255#131#0#0#255#255#0#8#255#131#0#0#255
|
||||
+#255#0#8#255#131#0#0#255#255#0#8#255#131#0#0#255#255#0#8#255#131#0#0#255#255
|
||||
+#0#8#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#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#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#0#8#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#131#0#0#255#0#0#0#255#0#0#197#255
|
||||
+#0#0#255#255#0#0#255#255#0#0#255#255#0#0#197#255#0#0#0#255#131#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#131#0#0#255#0#0#255#255#0#0#197#255#0#0#255#255#0#0#197#255#0#0#255
|
||||
+#255#0#0#197#255#0#0#255#255#0#0#197#255#0#0#255#255#131#0#0#255#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#0#255#0#0#197
|
||||
+#255#255#0#8#255#255#0#0#255#0#0#255#255#0#0#197#255#0#0#255#255#255#0#0#255
|
||||
+#255#0#8#255#0#0#197#255#0#0#0#255#131#0#0#255#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#0#8#255#0#0#197#255#0#0#255#255#197#0#8#255#255#255#255#0
|
||||
+#197#0#8#255#0#0#255#255#197#0#8#255#255#255#255#0#197#0#8#255#0#0#255#255#0
|
||||
+#0#197#255#0#0#0#255#255#255#255#0#255#255#255#0#255#255#255#0#0#0#0#255#0#0
|
||||
+#255#255#0#0#255#255#0#0#255#255#197#0#0#255#255#255#255#0#255#0#0#255#255
|
||||
+#255#255#0#197#0#0#255#0#0#255#255#0#0#255#255#0#0#255#255#0#0#0#255#255#0#8
|
||||
+#255#255#255#255#0#255#255#255#0#0#0#0#255#0#0#197#255#0#0#255#255#0#0#197
|
||||
+#255#0#0#255#255#197#0#8#255#255#255#255#0#255#194#205#255#0#0#255#255#0#0
|
||||
+#197#255#0#0#255#255#0#0#197#255#0#0#0#255#131#0#0#255#255#255#255#0#255#255
|
||||
+#255#0#0#0#0#255#0#0#255#255#0#0#197#255#0#0#255#255#255#0#0#255#255#255#255
|
||||
+#0#255#194#205#255#255#255#255#0#255#0#0#255#0#0#255#255#0#0#197#255#0#0#255
|
||||
+#255#0#0#0#255#255#0#8#255#255#255#255#0#255#255#255#0#0#0#0#255#0#0#197#255
|
||||
+#0#0#255#255#197#0#8#255#255#255#255#0#197#0#8#255#0#0#255#255#197#0#8#255
|
||||
+#255#255#255#0#197#0#8#255#0#0#255#255#0#0#197#255#0#0#0#255#131#0#0#255#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#0#0#0#255#0#0#255#255#255#0#8#255#197
|
||||
+#0#0#255#0#0#255#255#0#0#255#255#0#0#255#255#197#0#0#255#255#255#255#0#0#0
|
||||
+#255#255#0#0#0#255#131#0#0#255#255#0#8#255#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#131#0#0#255#0#0#255#255#0#0#197#255#0#0#255#255#0#0#197#255#0#0
|
||||
+#255#255#0#0#197#255#0#0#255#255#0#0#197#255#0#0#255#255#0#0#0#255#131#0#8
|
||||
+#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#131#0#0#255#0#0#0#255#0#0#255#255#0#0#255#255#0#0#197#255#0#0#255#255#0#0
|
||||
+#255#255#0#0#0#255#0#0#0#255#255#0#8#255#255#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#131#0#0#255#0
|
||||
+#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#131#0#0#255#131#0#8#255#197
|
||||
+#0#8#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#0#8#255#131#0
|
||||
+#0#255#255#0#8#255#131#0#0#255#255#0#8#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#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#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#255#255#255#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#0#0#0#0#0#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#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#255#255#255#0#255#255#255#0#255#255#255#0#0#0#255#0#0#0#255#0#0#0#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#255#255#255#0#255#255#255#0#255#255#255#0#0#0#255#255#255#255
|
||||
+#255#0#255#255#255#255#255#255#255#0#0#0#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#255#255#255#0#255#255
|
||||
+#255#0#0#0#255#255#255#255#255#0#255#255#255#255#255#255#255#0#255#255#255
|
||||
+#255#255#255#255#0#0#0#255#0#255#255#255#0#255#255#255#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#0#0#255#0#255
|
||||
+#255#255#255#255#255#255'{}{'#255#255#255#255#255#0#255#255#255#0#0#0#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#255#255#255#0#255#255#255#0#0#0#255#255#255#255#255#0#255#255#255'{}{'
|
||||
+#255#0#255#255#255#255#255#255#255#0#0#0#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#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#0#0#255#255#255#255#255'{}{'#255#255#255#255#255#0#0#0#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#255#255#255#0#255#255#255#0#255#255#255#0#0#0#255#255#255#255#255#0#0
|
||||
+#0#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#255#255#255#0#255#255#255#0#255#255#255#0#0#0
|
||||
+#255#0#255#255#255#0#0#0#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#255#255#255#0#0#0#0#0#0#0#0#0
|
||||
+#255#255#255#0#0#0#255#0#0#0#255#0#0#0#255#0#255#255#255#0#0#0#0#0#0#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#0#0#255#189#190#189#255#0#0#0#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#255#0#0#0#255#0#0#0#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#255#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#255#0#0#0#255#0#0#0#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#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#0#0#0#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#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#0#0
|
||||
+#0#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#255#255#255#255#255#255#255#255#255'{}{'#255#255#255#255#255#255#255
|
||||
+#255#255#0#0#0#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#255#255#255#255#255#255#255#255#255'{}{'#255#255#255#255
|
||||
+#255#255#255#255#255#0#0#0#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#255#255#255#255#255'{}{'#255#255#255
|
||||
+#255#255#0#0#0#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#255#255#255#255#255#0#0#0#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#255#255#255#255#255#0#0#0#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#255#0#0#0#255#0#0#0#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#255#189#190#189#255#0#0#0#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#255#0#0#0
|
||||
+#255#0#0#0#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#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#10'TIdleTimer'#10'ITMes'
|
||||
+'sages'#7'Enabled'#8#8'Interval'#2'd'#7'OnTimer'#7#15'ITMessagesTimer'#4'lef'
|
||||
+'t'#2']'#3'top'#3#173#0#0#0#9'TTrayIcon'#7'TIDebug'#11'BalloonHint'#6#26'FPC'
|
||||
+'/Lazarus debug messages'#9'PopUpMenu'#7#6'PMTray'#9'Icon.Data'#10#194#16#0#0
|
||||
+#190#16#0#0#0#0#1#0#1#0' '#0#0#1#0' '#0#168#16#0#0#22#0#0#0'('#0#0#0' '#0#0
|
||||
+#0'@'#0#0#0#1#0' '#0#0#0#0#0#0#16#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#1#0#0#0#4#0#0#0#10#0#0#0#18#0#0#0#19#0#0#0#13#0#0#0#6#0
|
||||
+#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#2#0#0#0#5#0#0#0'$'#0#0#0#130#0#0
|
||||
+#0#150#0#0#0'\'#0#0#0'('#0#0#0#21#0#0#0#7#0#0#0#3#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#2#0#0
|
||||
+#0#14#0#0#0'C'#22#22#22#199#153#153#153#255';;;'#255#8#8#8#232#0#0#0'~'#0#0#0
|
||||
+'D'#0#0#0#31#0#0#0#14#0#0#0#4#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#0#0#0#26#8#22#27#242#13#28'!'#252'c{'
|
||||
+#130#254'v'#149#157#255'Rs{'#255'5HL'#254#9#24#29#253#8#22#26#248#0#0#0'Y'#0
|
||||
+#0#0'"'#0#0#0#10#0#0#0#2#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#3#31',/ym'#155#167#252#188#224#234#255#234#245#248#255
|
||||
+#187#222#231#255#138#196#212#255#131#188#204#255'm'#168#184#255'#;B'#253#2#3
|
||||
+#4#189#0#0#0'>'#0#0#0#21#0#0#0#5#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#4'Xdh'#171#184#218#227#255#190#222#230#255#183
|
||||
+#212#220#255#148#194#207#255#130#183#198#255'z'#174#189#255#128#176#189#255
|
||||
+'f'#147#160#255#20'!%'#235#0#0#0'L'#0#0#0#28#0#0#0#7#0#0#0#1#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#4#14#30'#'#247#168#218#232
|
||||
+#255#206#235#244#255#240#249#251#255#185#225#237#255#146#206#223#255#135#196
|
||||
+#214#255'{'#184#201#255'Q'#136#151#255#10#25#30#253#0#0#0'S'#0#0#0' '#0#0#0#8
|
||||
+#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#4
|
||||
+'[nt'#177#194#232#243#255#187#222#233#255#183#215#224#255#166#206#218#255#138
|
||||
+#192#207#255''#182#197#255#143#187#200#255't'#168#182#255#27'.3'#240#0#0#0
|
||||
+'T'#0#0#0'!'#0#0#0#8#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#4#14#30'#'#247#168#221#236#255#196#234#245#255#242#250#252
|
||||
+#255#184#229#242#255#149#213#231#255#139#203#220#255#131#191#208#255'`'#147
|
||||
+#161#255#11#26#30#253#0#0#0'T'#0#0#0'!'#0#0#0#8#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#5'`pu'#177#205#237#247#255#184
|
||||
+#223#234#255#180#214#224#255#157#205#218#255#138#195#211#255#135#189#204#255
|
||||
+#151#194#206#255'q'#168#184#255#29'05'#240#0#0#0'U'#0#0#0'!'#0#0#0#8#0#0#0#1
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#0#0#0#6#11#27' '
|
||||
+#250#170#223#237#255#191#233#245#255#240#249#252#255#183#228#240#255#154#215
|
||||
+#231#255#144#205#222#255#128#191#209#255'V'#145#161#255#10#25#30#254#0#0#0'W'
|
||||
+#0#0#0'%'#0#0#0#11#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#1#0#0#0#3#8#22#27#140#9#24#29#254#179#215#226#255#187#209#216#255#198#209
|
||||
+#214#255#188#201#207#255#181#202#209#255#172#204#213#255#166#203#213#255'v'
|
||||
+#169#183#255#9#24#29#255#6#17#21#181#0#0#0'2'#0#0#0#22#0#0#0#5#0#0#0#1#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#8#21#26'-'#8#22#27#213#20#27#29#183#181#180
|
||||
+#182#210#183#185#189#246#182#182#183#255#184#186#188#255#186#193#195#255#187
|
||||
+#201#204#255#186#202#205#255#185#200#203#255#194#206#206#243#191#195#193#220
|
||||
+'cgh'#225#7#21#25#229#4#11#13'V'#0#0#0#23#0#0#0#8#0#0#0#1#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#8#22#27','#8#23#28#231'\[]'#185#209#198#197#189#231#215#213#183#210#202#197
|
||||
,#188#188#189#183#220#185#191#186#232#193#205#199#227#192#208#204#227#201#206
|
||||
+#198#243#186#198#189#220#212#216#202#184#227#226#213#186#220#217#211#199#141
|
||||
+#141#142#224#8#22#27#241#4#11#14'S'#0#0#0#22#0#0#0#5#0#0#0#1#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#2#8#23
|
||||
+#28#210#131#130#131#192#230#218#217#194#230#213#206#166#224#219#203#166#226
|
||||
+#222#207#180#186#197#189#225#213#214#201#178#222#217#203#166#221#217#203#166
|
||||
+#208#210#200#244#197#202#186#192#222#231#203#166#222#235#203#166#225#226#203
|
||||
+#166#237#233#226#202#143#143#143#221#7#21#25#229#0#0#0'2'#0#0#0#17#0#0#0#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#8#23#28#136#24#31'"'#166#213#204#202#187#230#214#208#167#226#222#205#166
|
||||
+#226#224#205#166#231#229#216#218#180#182#171#220#226#219#205#169#225#218#204
|
||||
+#169#223#216#204#169#212#213#206#205#196#208#200#213#222#226#203#168#222#236
|
||||
+#203#167#222#239#203#166#225#226#203#166#221#216#212#198'bgh'#225#6#18#22#172
|
||||
+#0#0#0#31#0#0#0#10#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#8#22#27#20#8#23#28#252#189#182#182#187#239#225#223#181#230#223
|
||||
+#211#166#231#225#213#168#233#225#216#171#233#230#222#216#217#219#215#203#236
|
||||
+#227#221#180#236#226#220#181#235#225#218#181#235#224#218#199#189#186#181#246
|
||||
+#226#223#210#176#224#230#206#172#223#239#204#168#222#237#203#166#233#229#215
|
||||
+#181#196#193#190#204'S]`'#254#2#6#8'D'#0#0#0#20#0#0#0#3#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#8#23#28'prxz'#184#234#224#223#192
|
||||
+#233#221#217#166#235#225#218#168#238#228#223#173#239#230#226#179#213#210#209
|
||||
+#227#242#233#231#191#243#234#233#195#243#234#231#197#242#233#231#197#241#233
|
||||
+#230#211#215#213#212#243#233#226#220#189#228#227#213#180#225#234#208#173#222
|
||||
+#236#204#168#225#227#203#166#225#217#208#179'}'#130#130#225#6#17#20#154#0#0#0
|
||||
+#30#0#0#0#5#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#8
|
||||
+#23#28#184#162#160#161#173#236#220#220#168#240#226#224#167#242#230#229#171
|
||||
+#244#235#234#182#246#239#239#211#224#224#225#248#248#242#242#210#248#242#242
|
||||
+#213#247#242#241#218#247#241#240#218#246#239#239#215#231#230#231#234#241#233
|
||||
+#231#206#235#228#223#194#230#231#215#182#224#232#207#171#224#227#203#167#227
|
||||
+#219#204#166#144#142#142#196#7#20#24#212#0#0#0')'#0#0#0#9#0#0#0#1#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#8#23#28#230#221#218#218#196#239
|
||||
+#225#225#167#243#229#229#168#245#234#234#173#248#240#240#188#242#239#241#217
|
||||
+#240#240#242#232#250#248#248#227#251#248#248#238#252#249#249#250#251#249#249
|
||||
+#250#249#243#243#221#244#240#240#241#242#235#235#233#240#232#229#203#234#230
|
||||
+#220#188#227#228#208#173#224#224#204#168#227#217#204#166#161#154#151#171#8#22
|
||||
+#27#241#0#0#0'/'#0#0#0#10#0#0#0#2#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#1#9#24#29#251#230#225#225#183#243#230#230#166#244#234#234#168#247
|
||||
+#239#239#174#249#244#244#190#250#248#248#239#253#251#251#247#252#251#251#249
|
||||
+#253#252#252#253#252#250#250#255#251#249#249#255#253#253#253#254#249#245#245
|
||||
+#240#239#236#237#231#243#233#232#206#236#227#221#190#227#223#209#174#226#219
|
||||
+#204#168#228#213#204#166#189#178#175#166#8#23#28#253#0#0#0'3'#0#0#0#12#0#0#0
|
||||
+#2#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#9#24#29#251#231
|
||||
+#226#226#183#244#233#233#166#246#236#236#168#248#242#242#173#250#246#246#187
|
||||
+#250#247#247#201#252#249#249#218#251#249#249#227#252#250#250#236#251#248#248
|
||||
+#234#251#248#248#235#251#247#247#234#248#242#242#219#248#240#240#215#243#232
|
||||
+#231#202#235#225#219#187#228#219#209#173#225#216#204#168#228#212#204#166#190
|
||||
+#178#175#165#8#23#28#253#0#0#0'2'#0#0#0#11#0#0#0#2#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#8#23#28#229#216#213#213#182#243#233#233#167
|
||||
+#247#239#239#167#250#244#244#169#251#248#248#178#252#250#250#187#252#249#249
|
||||
+#197#251#248#248#203#250#247#247#207#249#245#245#209#249#243#243#209#248#241
|
||||
+#241#209#247#238#238#207#244#234#234#202#239#226#224#190#232#219#214#179#227
|
||||
+#214#206#170#226#212#203#167#228#211#204#166#162#153#152#169#8#22#27#240#0#0
|
||||
+#0'-'#0#0#0#10#0#0#0#2#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#8#23#28#184#202#202#202#194#243#233#233#168#248#240#240#166#250#246#246
|
||||
+#167#252#250#250#171#254#253#253#176#252#250#250#182#250#246#246#187#249#244
|
||||
+#244#191#248#242#242#192#247#238#238#193#245#236#236#193#244#233#233#191#241
|
||||
+#227#227#187#236#220#217#179#230#214#208#173#227#211#204#168#227#210#203#166
|
||||
+#235#220#215#181#168#166#166#202#7#20#24#209#0#0#0'&'#0#0#0#8#0#0#0#1#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#8#23#28'p'#149#154#155#190
|
||||
+#242#238#238#202#248#240#240#169#250#246#246#178#251#249#249#179#252#250#250
|
||||
+#176#251#247#247#177#249#244#244#173#248#241#241#174#246#236#236#175#244#232
|
||||
+#232#175#242#228#228#175#240#223#223#174#237#218#218#173#234#212#211#170#228
|
||||
+#209#205#168#227#208#203#166#228#208#203#166#232#220#218#190'bhi'#213#6#17#21
|
||||
+#148#0#0#0#26#0#0#0#4#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#0#0#0#0#8#22#27#20'2>B'#252#227#226#226#211#248#241#241#182#250#245#245#186
|
||||
+#252#250#250#202#252#250#250#206#252#249#249#203#248#242#242#175#246#237#237
|
||||
+#168#244#232#232#168#242#228#228#168#239#224#224#168#237#219#219#168#235#214
|
||||
+#214#168#232#210#208#167#229#208#204#166#229#208#204#166#235#218#215#181#197
|
||||
+#192#191#202#8#23#28#253#2#7#8'>'#0#0#0#17#0#0#0#2#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#8#23#28#135'{'#129#131#180#230
|
||||
+#226#226#194#246#239#239#177#252#249#249#211#253#252#252#235#253#252#252#232
|
||||
+#249#243#243#194#245#235#235#169#243#229#229#166#241#226#226#166#239#221#221
|
||||
+#166#237#217#217#166#234#212#211#166#232#209#207#166#230#208#205#166#230#207
|
||||
+#205#166#223#215#214#196'DIK'#204#7#19#23#165#0#0#0#25#0#0#0#7#0#0#0#1#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#8
|
||||
+#23#28#207#147#148#150#171#240#233#233#194#249#243#243#190#253#251#251#229
|
||||
+#253#251#251#235#250#245#245#207#245#235#235#179#241#227#227#167#240#223#223
|
||||
+#166#238#219#219#166#236#215#215#166#233#211#209#166#231#208#206#166#230#206
|
||||
+#205#166#237#226#226#202#150#150#151#209#8#21#26#223#0#0#0'('#0#0#0#12#0#0#0
|
||||
+#3#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#8#22#27'+4@D'#233#171#171#172#186#229#225#225#195#245#236#236
|
||||
+#187#249#243#243#205#249#242#242#206#246#237#237#193#240#226#226#172#238#220
|
||||
+#220#166#236#216#216#166#235#212#212#166#232#208#207#166#236#217#217#181#223
|
||||
+#214#214#195#152#150#152#208#8#23#27#236#5#13#16'G'#0#0#0#16#0#0#0#3#0#0#0#1
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#8#22#27','#8#23#28#207#150#155#155#195#220#217#217#205
|
||||
+#242#236#236#207#242#229#229#178#242#228#228#179#239#222#222#172#237#217#217
|
||||
+#166#235#213#213#166#234#210#210#166#234#220#220#189#201#194#194#199'mrs'#202
|
||||
+#8#22#26#220#5#13#16'H'#0#0#0#15#0#0#0#5#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#2#8#23#28#136#9#24#29#251#146#151#152#194#182#181#181#187#199
|
||||
+#192#192#171#228#221#221#184#227#220#220#184#196#188#188#172#154#151#152#180
|
||||
+'lrs'#194'1=A'#253#7#21#25#152#0#0#0#21#0#0#0#10#0#0#0#3#0#0#0#1#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#1#7#19#23#23#8#22#27't'#8#23
|
||||
+#27#187#8#23#28#231#8#23#28#252#8#23#28#252#8#23#28#233#8#22#27#192#7#20#25
|
||||
+'~'#4#12#14'%'#0#0#0#12#0#0#0#5#0#0#0#2#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#4'Hint'#6#26
|
||||
+'FPC/Lazarus debug messages'#7'Visible'#9#4'left'#3#253#0#3'top'#2'V'#0#0#10
|
||||
+'TPopupMenu'#6'PMTray'#6'Images'#7#6'ILMain'#4'left'#3#207#0#3'top'#3#139#0#0
|
||||
+#9'TMenuItem'#8'PMIPause'#6'Action'#7#6'APause'#7'OnClick'#7#13'APauseExecut'
|
||||
+'e'#0#0#9'TMenuItem'#7'PMIShow'#6'Action'#7#5'AShow'#7'OnClick'#7#12'AShowEx'
|
||||
+'ecute'#0#0#9'TMenuItem'#8'PMIClear'#6'Action'#7#6'AClear'#7'OnClick'#7#13'A'
|
||||
+'ClearExecute'#0#0#9'TMenuItem'#9'MenuItem5'#7'Caption'#6#1'-'#0#0#9'TMenuIt'
|
||||
+'em'#7'PMIQuit'#6'Action'#7#5'AQuit'#7'OnClick'#7#12'AQuitExecute'#0#0#0#11
|
||||
+'TSaveDialog'#10'SDMessages'#5'Title'#6#21'Save messages to file'#10'Default'
|
||||
+'Ext'#6#4'.log'#6'Filter'#6'.Log files|*.log|Text files|*.txt|All files|*.*'
|
||||
+#7'Options'#11#15'ofPathMustExist'#14'ofEnableSizing'#12'ofViewDetail'#0#4'l'
|
||||
+'eft'#2'*'#3'top'#2'v'#0#0#0
|
||||
]);
|
@ -140,6 +140,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
uses inifiles,frmoptions;
|
||||
|
||||
{ TMainForm }
|
||||
@ -543,7 +545,6 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I frmmain.lrs}
|
||||
OnGetApplicationName:=@MyGetAppName;
|
||||
end.
|
||||
|
||||
|
@ -1,20 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TOptionsForm','FORMDATA',[
|
||||
'TPF0'#12'TOptionsForm'#11'OptionsForm'#4'Left'#3#156#1#6'Height'#3#223#0#3'T'
|
||||
+'op'#3#217#0#5'Width'#3#134#1#7'Caption'#6#7'Options'#12'ClientHeight'#3#223
|
||||
+#0#11'ClientWidth'#3#134#1#8'Position'#7#16'poMainFormCenter'#10'LCLVersion'
|
||||
+#6#6'0.9.27'#0#12'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'&'#3
|
||||
+'Top'#3#179#0#5'Width'#3'z'#1#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'p'
|
||||
+'bCancel'#0#0#0#9'TGroupBox'#8'GBWindow'#4'Left'#2#16#6'Height'#2'Q'#3'Top'#2
|
||||
+#16#5'Width'#3','#1#7'Caption'#6#19'Show message window'#12'ClientHeight'#2
|
||||
+'A'#11'ClientWidth'#3'('#1#8'TabOrder'#2#1#0#9'TCheckBox'#15'CBShowOnStartUp'
|
||||
+#4'Left'#2#14#6'Height'#2#21#3'Top'#2#9#5'Width'#2'u'#7'Caption'#6#15'Show o'
|
||||
+'n startup'#8'TabOrder'#2#0#0#0#9'TCheckBox'#15'CBShowOnMessage'#4'Left'#2#13
|
||||
+#6'Height'#2#21#3'Top'#2'%'#5'Width'#3#156#0#7'Caption'#6#19'Show on new mes'
|
||||
+'sage'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#10'GBMessages'#4'Left'#2#16#6'Heig'
|
||||
+'ht'#2';'#3'Top'#2'm'#5'Width'#3','#1#7'Caption'#6#8'Messages'#12'ClientHeig'
|
||||
+'ht'#2'+'#11'ClientWidth'#3'('#1#8'TabOrder'#2#2#0#9'TCheckBox'#13'CBNewAtBo'
|
||||
+'ttom'#4'Left'#2#13#6'Height'#2#21#3'Top'#2#10#5'Width'#3#204#0#7'Caption'#6
|
||||
+#27'Show new messages at bottom'#8'TabOrder'#2#0#0#0#0#0
|
||||
]);
|
@ -55,6 +55,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
{ TOptionsForm }
|
||||
|
||||
function TOptionsForm.GetCB(AIndex : Integer) : TCheckBox;
|
||||
@ -77,8 +79,5 @@ begin
|
||||
GetCb(AIndex).Checked:=AValue;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I frmoptions.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user