2
0
Эх сурвалжийг харах

vector icons for vector fill interface

Unknown 6 жил өмнө
parent
commit
1410d69eb1
35 өөрчлөгдсөн 2271 нэмэгдсэн , 373 устгасан
  1. 0 0
      lazpaint/buttons/vector/fill/gradientangular16.lzp
  2. BIN
      lazpaint/buttons/vector/fill/gradientcorrhueccw16.lzp
  3. BIN
      lazpaint/buttons/vector/fill/gradientcorrhuecw16.lzp
  4. BIN
      lazpaint/buttons/vector/fill/gradientdiamond16.lzp
  5. BIN
      lazpaint/buttons/vector/fill/gradienthueccw16.lzp
  6. BIN
      lazpaint/buttons/vector/fill/gradienthuecw16.lzp
  7. BIN
      lazpaint/buttons/vector/fill/gradientlinear16.lzp
  8. BIN
      lazpaint/buttons/vector/fill/gradientpad16.lzp
  9. BIN
      lazpaint/buttons/vector/fill/gradientradial16.lzp
  10. BIN
      lazpaint/buttons/vector/fill/gradientreflect16.lzp
  11. BIN
      lazpaint/buttons/vector/fill/gradientreflected16.lzp
  12. BIN
      lazpaint/buttons/vector/fill/gradientrepeat16.lzp
  13. BIN
      lazpaint/buttons/vector/fill/gradientrgb16.lzp
  14. BIN
      lazpaint/buttons/vector/fill/gradientsine16.lzp
  15. BIN
      lazpaint/buttons/vector/fill/gradientsrgb16.lzp
  16. BIN
      lazpaint/buttons/vector/fill/nofill32.lzp
  17. BIN
      lazpaint/buttons/vector/fill/solidfill16.lzp
  18. BIN
      lazpaint/buttons/vector/fill/swapgradcolor16.lzp
  19. BIN
      lazpaint/buttons/vector/fill/texture16.lzp
  20. BIN
      lazpaint/buttons/vector/fill/texturefit16.lzp
  21. BIN
      lazpaint/buttons/vector/fill/texturenorepeat16.lzp
  22. BIN
      lazpaint/buttons/vector/fill/textureopen32.lzp
  23. BIN
      lazpaint/buttons/vector/fill/texturerepeatboth16.lzp
  24. BIN
      lazpaint/buttons/vector/fill/texturerepeatx16.lzp
  25. BIN
      lazpaint/buttons/vector/fill/texturerepeaty16.lzp
  26. 2 0
      vectoredit/createresource.lpi
  27. 14 7
      vectoredit/createresource.pas
  28. 2150 0
      vectoredit/fillimages.lrs
  29. 25 0
      vectoredit/fillimages.lst
  30. 0 281
      vectoredit/fillimages16.lrs
  31. BIN
      vectoredit/fillimages16.png
  32. BIN
      vectoredit/fillimages24.png
  33. 79 84
      vectoredit/lcvectorialfillinterface.pas
  34. 1 1
      vectoredit/umain.pas
  35. BIN
      vectoredit/vectorimages24.png

+ 0 - 0
lazpaint/buttons/vector/gradientangular16.lzp → lazpaint/buttons/vector/fill/gradientangular16.lzp


BIN
lazpaint/buttons/vector/fill/gradientcorrhueccw16.lzp


BIN
lazpaint/buttons/vector/fill/gradientcorrhuecw16.lzp


BIN
lazpaint/buttons/vector/fill/gradientdiamond16.lzp


BIN
lazpaint/buttons/vector/fill/gradienthueccw16.lzp


BIN
lazpaint/buttons/vector/fill/gradienthuecw16.lzp


BIN
lazpaint/buttons/vector/fill/gradientlinear16.lzp


BIN
lazpaint/buttons/vector/fill/gradientpad16.lzp


BIN
lazpaint/buttons/vector/fill/gradientradial16.lzp


BIN
lazpaint/buttons/vector/fill/gradientreflect16.lzp


BIN
lazpaint/buttons/vector/fill/gradientreflected16.lzp


BIN
lazpaint/buttons/vector/fill/gradientrepeat16.lzp


BIN
lazpaint/buttons/vector/fill/gradientrgb16.lzp


BIN
lazpaint/buttons/vector/fill/gradientsine16.lzp


BIN
lazpaint/buttons/vector/fill/gradientsrgb16.lzp


BIN
lazpaint/buttons/vector/fill/nofill32.lzp


BIN
lazpaint/buttons/vector/fill/solidfill16.lzp


BIN
lazpaint/buttons/vector/fill/swapgradcolor16.lzp


BIN
lazpaint/buttons/vector/fill/texture16.lzp


BIN
lazpaint/buttons/vector/fill/texturefit16.lzp


BIN
lazpaint/buttons/vector/fill/texturenorepeat16.lzp


BIN
lazpaint/buttons/vector/fill/textureopen32.lzp


BIN
lazpaint/buttons/vector/fill/texturerepeatboth16.lzp


BIN
lazpaint/buttons/vector/fill/texturerepeatx16.lzp


BIN
lazpaint/buttons/vector/fill/texturerepeaty16.lzp


+ 2 - 0
vectoredit/createresource.lpi

@@ -47,6 +47,7 @@
       <Unit2>
         <Filename Value="lcvectororiginal.pas"/>
         <IsPartOfProject Value="True"/>
+        <UnitName Value="LCVectorOriginal"/>
       </Unit2>
       <Unit3>
         <Filename Value="lcvectorpolyshapes.pas"/>
@@ -55,6 +56,7 @@
       <Unit4>
         <Filename Value="lcvectorshapes.pas"/>
         <IsPartOfProject Value="True"/>
+        <UnitName Value="LCVectorShapes"/>
       </Unit4>
     </Units>
   </ProjectOptions>

+ 14 - 7
vectoredit/createresource.pas

@@ -18,6 +18,7 @@ const
   imgWidth = 24;
   imgHeight = 24;
 
+procedure MakeResource(AVectorImagesPath: string; AListFile: string; AResourceFile: string; ACombinedImage: string);
 var
   path: String;
   search: TSearchRec;
@@ -29,7 +30,7 @@ var
   mem: TMemoryStreamUTF8;
   combineList: TStringListUTF8;
 begin
-  path := StringReplace('../lazpaint/buttons/vector/','/',PathDelim,[rfReplaceAll]);
+  path := StringReplace(AVectorImagesPath,'/',PathDelim,[rfReplaceAll]);
   if FindFirstUTF8(path+'*.lzp', faAnyFile, search)=0 then
   begin
     res := TLazResourceContainer.Create;
@@ -43,19 +44,19 @@ begin
     FindClose(search);
 
     combineList:= TStringListUTF8.Create;
-    if FileExists('vectorimages.lst') then
-      combineList.LoadFromFile('vectorimages.lst')
+    if FileExists(AListFile) then
+      combineList.LoadFromFile(AListFile)
     else
     begin
       for i := 0 to res.Count-1 do
         combineList.Add(res.Entry[i].Name+'.'+res.Entry[i].Extension);
-      combineList.SaveToFile('vectorimages.lst');
+      combineList.SaveToFile(AListFile);
     end;
     for i := combineList.Count-1 downto 0 do
       if combineList[i]='' then combineList.Delete(i);
-    res.RawStringByFilename['vectorimages.lst'] := combineList.CommaText;
+    res.RawStringByFilename[AListFile] := combineList.CommaText;
 
-    res.SaveToFile('vectorimages.lrs');
+    res.SaveToFile(AResourceFile);
     writeln('Done Resource');
     lzp := TBGRALazPaintImage.Create;
     bigImg := TBGRABitmap.Create(imgWidth, imgHeight*combineList.Count);
@@ -79,9 +80,15 @@ begin
     combineList.Free;
     res.Free;
 
-    bigImg.SaveToFileUTF8('vectorimages'+inttostr(imgHeight)+'.png');
+    bigImg.SaveToFileUTF8(ACombinedImage);
     writeln('Done PNG');
     bigImg.Free;
   end;
+end;
+
+
+begin
+  MakeResource('../lazpaint/buttons/vector/', 'vectorimages.lst', 'vectorimages.lrs', 'vectorimages'+inttostr(imgHeight)+'.png');
+  MakeResource('../lazpaint/buttons/vector/fill/', 'fillimages.lst', 'fillimages.lrs', 'fillimages'+inttostr(imgHeight)+'.png');
 end.
 

+ 2150 - 0
vectoredit/fillimages.lrs

@@ -0,0 +1,2150 @@
+LazarusResources.Add('texturerepeaty16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#173#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0'`'#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#2
+  +#0#0#0#144#145'h6'#0#0#0#6'tRNS'#0#0#0#0#0#0'n'#166#7#145#0#0#0'2IDATx'#156
+  +'c`@'#2';'#182#207#252#255'w'#15#4#201'M'#248#15'A'#201'm;'#24'p'#129'A'#168
+  +#1'('#7'W'#7#215#9'4e(i'#24#132#193':R'#226#1#0#166'4'#13#144#186#179#202#160
+  +#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#16'"'#0#0#0'cw'
+  +'gwgwgwgwgwgwgwgwgwgwgwgwgwgwgwc'#224#6#0#0#0#132#184#255#30'c'#224#6#0#0#0
+  +#132#183#253#144#134#224#6#0#0#0#132#153#188#255#184#224'W'#0#0#0'A('#0#1#2#3
+  +'A('#0#1#2#3'A('#0#1#2#3'Eh'#0#1#2#3#10#2#1#0#3#10#2#1#0#3#10#2#1#0#3#154#2#1
+  +#0#1#3#2#130#3#0'C'#10#1#2#3#0#10#1#2#3#0#154#1#2#3#2#3#1#130#0#3'B'#10#2#1#0
+  +#3#10#2#1#0#3#3#2#3#1'`'#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0
+  +#0#3#0#0#0#16#0#0#0#16#0#0#0'2'#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0
+  +#0#0#0#0#0#5#0#0#0#255#255#0#0#178#0#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167
+  +'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0
+  +#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#16'"'#0#0#0'cwgwgwgwgwgwgwgwgwgwgwgwgwgwg'
+  +'wgwc'#224#6#0#0#0#132#184#255#30'c'#224#6#0#0#0#132#183#253#144#134#224#6#0
+  +#0#0#132#153#188#255#184#224'W'#0#0#0'A('#0#1#2#3'A('#0#1#2#3'A('#0#1#2#3'Eh'
+  +#0#1#2#3#10#2#1#0#3#10#2#1#0#3#10#2#1#0#3#154#2#1#0#1#3#2#130#3#0'C'#10#1#2#3
+  +#0#10#1#2#3#0#154#1#2#3#2#3#1#130#0#3'B'#10#2#1#0#3#10#2#1#0#3#3#2#3#1'`'#224
+  +'TMemDirectory'#26#0#0'B'#6#0#0#0#0#0#0#25#0#0#0#0#0#0#0'6vectorrect80808080'
+  +'10bevelfffdbcff7.5,7.511.5,7.57.5,15.5'#9#0#0#0#0#128#5#4''''#0#0#0#0#0#0#0
+  +'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'3'#0#0#0#0#0#0#0'pen'
+  +'-width'#0#128#9#1'4'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0#0'j'
+  +'oin-style'#0#128#10#8':'#0#0#0#0#0#0#0'back-color'#0#128#6#7'B'#0#0#0#0#0#0
+  +#0'origin'#0#128#6#8'I'#0#0#0#0#0#0#0'x-axis'#0#128#6#8'Q'#0#0#0#0#0#0#0'y-a'
+  +'xisrect8080808010beveldodgerblue5.5,5.57.5,5.55.5,7.5'#9#0#0#0#0#128#5#4#15
+  +#1#0#0#0#0#0#0'class'#0#128#9#8#19#1#0#0#0#0#0#0'pen-color'#0#128#9#1#27#1#0
+  +#0#0#0#0#0'pen-width'#0#128#9#1#28#1#0#0#0#0#0#0'pen-style'#0#128#10#5#29#1#0
+  +#0#0#0#0#0'join-style'#0#128#10#10'"'#1#0#0#0#0#0#0'back-color'#0#128#6#7','
+  +#1#0#0#0#0#0#0'origin'#0#128#6#7'3'#1#0#0#0#0#0#0'x-axis'#0#128#6#7':'#1#0#0
+  +#0#0#0#0'y-axisrect8080808010beveldodgerblue9.5,9.511.5,9.59.5,11.5'#9#0#0#0
+  +#0#128#5#4#247#1#0#0#0#0#0#0'class'#0#128#9#8#251#1#0#0#0#0#0#0'pen-color'#0
+  +#128#9#1#3#2#0#0#0#0#0#0'pen-width'#0#128#9#1#4#2#0#0#0#0#0#0'pen-style'#0
+  +#128#10#5#5#2#0#0#0#0#0#0'join-style'#0#128#10#10#10#2#0#0#0#0#0#0'back-colo'
+  +'r'#0#128#6#7#20#2#0#0#0#0#0#0'origin'#0#128#6#8#27#2#0#0#0#0#0#0'x-axis'#0
+  +#128#6#8'#'#2#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue5.5,13.57.5,13.'
+  +'55.5,15.5'#9#0#0#0#0#128#5#4#225#2#0#0#0#0#0#0'class'#0#128#9#8#229#2#0#0#0
+  +#0#0#0'pen-color'#0#128#9#1#237#2#0#0#0#0#0#0'pen-width'#0#128#9#1#238#2#0#0
+  +#0#0#0#0'pen-style'#0#128#10#5#239#2#0#0#0#0#0#0'join-style'#0#128#10#10#244
+  +#2#0#0#0#0#0#0'back-color'#0#128#6#8#254#2#0#0#0#0#0#0'origin'#0#128#6#8#6#3
+  +#0#0#0#0#0#0'x-axis'#0#128#6#8#14#3#0#0#0#0#0#0'y-axisrect8080808010beveldod'
+  +'gerblue9.5,1.511.5,1.59.5,3.5'#9#0#0#0#0#128#5#4#204#3#0#0#0#0#0#0'class'#0
+  +#128#9#8#208#3#0#0#0#0#0#0'pen-color'#0#128#9#1#216#3#0#0#0#0#0#0'pen-width'
+  +#0#128#9#1#217#3#0#0#0#0#0#0'pen-style'#0#128#10#5#218#3#0#0#0#0#0#0'join-st'
+  +'yle'#0#128#10#10#223#3#0#0#0#0#0#0'back-color'#0#128#6#7#233#3#0#0#0#0#0#0
+  +'origin'#0#128#6#8#240#3#0#0#0#0#0#0'x-axis'#0#128#6#7#248#3#0#0#0#0#0#0'y-a'
+  +'xisrect8080809d1bevel7.5,7.511,7.57.5,16'#8#0#0#0#0#128#5#4#181#4#0#0#0#0#0
+  +#0'class'#0#128#9#8#185#4#0#0#0#0#0#0'pen-color'#0#128#9#1#193#4#0#0#0#0#0#0
+  +'pen-width'#0#128#9#0#194#4#0#0#0#0#0#0'pen-style'#0#128#10#5#194#4#0#0#0#0#0
+  +#0'join-style'#0#128#6#7#199#4#0#0#0#0#0#0'origin'#0#128#6#6#206#4#0#0#0#0#0
+  +#0'x-axis'#0#128#6#6#212#4#0#0#0#0#0#0'y-axis'#8#0#0#0#0#128#5#1' '#0#0#0#0#0
+  +#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#182'Y'#0#0#0#0#0#0#0's'
+  +'hape1'#1#128#6#182'A'#1#0#0#0#0#0#0'shape2'#1#128#6#182'+'#2#0#0#0#0#0#0'sh'
+  +'ape3'#1#128#6#182#22#3#0#0#0#0#0#0'shape4'#1#128#6#182#255#3#0#0#0#0#0#0'sh'
+  +'ape5'#1#128#6#160#218#4#0#0#0#0#0#0'shape6'#1#0#0#0#1#128'&'#146'z'#5#0#0#0
+  +#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#12#6#0#0#0
+  +#0#0#0'originals'
+]);
+LazarusResources.Add('swapgradcolor16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0'L'#3#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0'q'#6#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0
+  +#0#0#31#243#255'a'#0#0#2#227'IDATx'#156'}SkH'#147'Q'#24#254'6TZ"'#162#130#136
+  +#182#31#6#254'(2'#231#5#10'2'#211#218'4!'#13'7'#205'B'#141'r['#144#186#209
+  +#176'233S'#183#212'T,S'#25#153#152#230#143#12#181#192'"'#137'~h'#23'+('#161
+  +'h^'#250'!s'#243'B'#236#162'N'#205#188'<'#157's'#134'%d'#29'x'#225#251#222's'
+  +#158#231'<'#231'y'#223#151#227#232':'#201#249's'#167'85O'#206'='#226')'#184
+  +#247'n'#10#183#209#173#10'w'#147#187#194'}R'#160#16'L'#186#200']Ldo'#148#238
+  +#209'3'#244','#195#172#131'Ir'#152#151#203'-'#9'K'#132#16'7K'#144#219'{'#30
+  +#182'E'#27'l'#11'6'#168'zT'#136#186'w'#0#187'j'#131#225']'#226#13'~'#1#7'z'
+  +#150'b'#156'$'#244'f'#146#8'o'#136#192#233#23'rT'#27'j0'#251's'#22'3K3('#251
+  +#164'C&'#201'%?>'#6#201#131'8'#132'7F'#192#191#194#31#252#18''''#9'SB%'#5'j'
+  +#3#25'Xon'#130'c'#213#129#185#149'94'#26#245#184#252#185#16#234#1#13'#'#145
+  +'u'#167#224'P'#171#24#162';"'#248#232'|'#156'J'#232's'#200#187'>HZbQ'#245#181
+  +#154#129#29'k'#14#180'Y'#219'Q1^'#133'k'#195#215'q'#225'c'#30#206#246'g!'#237
+  +'Y'#6#142'<L'#196#190#166'H'#4#213#4#129'_D'#8#8#150#19'('#5'#)'#221#169#24
+  +#159#31#199#255#214#242#234'2'#146':'#165#136'i9'#136#224#186#221#240','#245
+  +#164#10'F8'#15#165#135#241'DO'#26'*'#191#220#196#236#242','#147#175'7'#223'E'
+  +#233'7-'#180'C:'#20#13#22#227#226#192'%'#228#188'TA'#218#149#204#158#17#218
+  +#16#6#191#27'~'#148#192'H'#9#204')OR'#145#243'F'#141#234'!'#167#129'4jGn#o0'
+  +#31#186#193'r'#216#127#216'YU4'#207'5'#140' '#172'!'#156#152#25'@'#9#204#28
+  +#169#245'DBG"3J'#253#246#28'SB+@'#131#130#179'^e'#163#240#245'UF`]'#176'B'
+  +#217'u'#6'!'#196'H'#191'r'#166'`'#130#219#162#216'b'#140'n'#137#1'UAI'#178
+  +#250's'#144#247'.'#159#201#206#238'S'#177'\'#218#211'thz5'#176#206'[aqX'#144
+  +'z'#255'8'#188#202#188#156'O'#160'F'#136#234'B'#17#215#30#207#234']'#208'w'#5
+  +#139#203#139',V'#214'V65'#212'0a'#0#191#152's'#154'HK'#17#160#221#134'='#250
+  +#189#164'Yb'#145#208'q'#148#152'%'#131#140#24#150#212')c'#255#135#9#185#162
+  +'S'#201'n'#159#178'O!'#190'1'#254'O'#25'i3'#208#166#8#172#218#206':m'#127's'
+  +#20'3J'#220#22#11'q'#171#4#209#164'l'#153#29'r'#6'6YM'#144#212'KX'''#254'n'
+  +#164#245'V'#166#201#0#226#236#142#218#157#16#213#135'"'#130#144#209'Ho'#207
+  +#128'e'#206#130#177#239'c'#136#188#21#233#4'ol'#229#141#195'DY]'#139'\'#225
+  +#171#245#133#176'R'#8'i'#147#20#211#246'i'#24#204#6#132'T'#132'0'#217#127#15
+  +#211'&'#227#204'FW'#206#153'x'#153#220'$'#11#250#253#143'q'#254#5#255#213'1'
+  +#209'y'#207#210#142#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Prev'
+  +'iew'#0'f'#0#0#0#147#0#26'n'#172#202#219#228#231#231#228#219#202#172'n'#26#0
+  +#26#217#249'y'#133#249#217#26'n'#249'{'#131#249'n'#172'}'#130#172#203'}'#130
+  +#203#218'}'#130#218#226'}'#130#226#229'}'#130#229#230'}'#130#230#226'}'#130
+  +#226#218'}'#130#218#203'}'#130#203#172'}'#131#172'n'#249'{'#133#249'n'#26#217
+  +#249'y'#147#249#217#26#0#26'n'#172#202#219#228#231#231#228#219#202#172'n'#26
+  +#0#224#227#0#0#0'a'#2#1#197#6#201'cA'#26#1#0#1#29#136'Ds'#239#239'm>,'#18#230
+  +'g'#135#137#177'3a'#142#242#241#133'bTE3'#26#2#1#0#1'!a'#154#244#243#152'znb'
+  +'SC0'#19#2#1#1'E'#141#244#244#164#138#128'ui[L;%'#2#1#9'U'#227'v'#129#11#251
+  +'QA-'#15#1#13'Y'#139#242#243#154#132#134#127'vlRC1'#24#1#13'Ul'#142#242#242
+  +#145'w'#135#240#239'qC2'#26#1#11'Mbn'#139#241#241#135'j}'#239#238'e/'#24#1#8
+  +'@Ubjwvkb[q'#238#237'W'#17#1#1'0GT{'#195#247#141't'#135#215#2#1#1#27'7E'#198
+  +'M'#217'd0'#138'd'#237#232'I'#2#1#1#2'!3'#197'='#233#132#132'b'#237#228'E'
+  +#198#2#135'y'#144#137#27')044\'#237#224'<'#233#136'w'#137#137#176#134#22#29
+  +'R'#233#215'/'#228'Xxb'#10#1'a'#224#241#0#0#0#131'^`c'#5'd'#2'c'#198'duh'#208
+  +#129#1's'#131#159#186#247#246#181#158#145#131'{sc^`s'#151#188#215#250#249#207
+  +#188#177#165#152#138#131's`c'#134#188#229#253#252#226#211#200#188#176#163#149
+  +#135'{cd'#161#214#253#254#238#227#217#206#195#183#170#157#143#127'de'#176#245
+  +'v'#185#253#174#161#148#132'ce'#181#212#251#252#229#220#216#208#200#190#175
+  +#163#151#136'ce'#178#198#216#250#250#218#208#208#248#247#185#163#151#138'cd'
+  +#171#188#199#212#249#249#208#196#197#247#246#175#149#137'cd'#161#178#200#188
+  +#254'r"'#192#138#245#244#162#133'cc'#148#166#177#194#195#251#139't'#134#230
+  +#129'cd'#134#154#199#165#236#135'S'#137#174#244#240#152#127'dc{'#141#198#152
+  +#252#151'`'#137#171#244#238#150#131'{c`s'#198#131#255#218#128#150#166#243#235
+  +#146#131#131's`^cs{'#127#134#139#157#240#229#138#127'{s'#198'c8'#171#144'A'
+  +#21'cbcd'#131'c`^'#224#199#0#0#0'c'#197#6#216'cg'#137#29'Et'#239#239'm?-'#18
+  +'e'#139'4c'#143#242#241#135'cVG4'#26'c'#141'!c'#157#244#243#154'}qcUD0'#19'b'
+  +#146'F'#142#244#244#166#141#130'wj]N<%'#0#0#9'W'#227'v'#129#11#251'RB.'#15#0
+  +#13'['#140#242#243#156#134#135#129'xmTD2'#24#0#13'Wn'#143#242#242#147'y'#137
+  +#240#239'qD3'#27#0#11'Ncp'#140#241#241#137'k~'#239#238'f0'#24#0#8'AWclyxmc\q'
+  +#238#237'X'#17#0#0'1IV|'#195#247#141't'#1#215'b'#131#28'8F'#198'O'#201't '
+  ,#132'e'#237#232'Ic'#130'"4'#197'>'#234'u'#132'c'#237#228'Ee'#137#27'*144]'
+  +#237#224'<g'#135#5#22#29'R'#233#215'/'#19#0#224'TBGRALayeredBitmap'#26#0#28#0
+  +#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0#164#3#0#0#0#0#0#0'H'#0#0#0#1#0
+  +#0#0#1#0#0#0#0#0#0#0#0#0#0#0#30#0#0#0#255#255#0#0'$'#3#0#0#0#0#0#0#29'p'#152
+  +#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0
+  +#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#0'f'#0#0#0#147#0#26'n'
+  +#172#202#219#228#231#231#228#219#202#172'n'#26#0#26#217#249'y'#133#249#217#26
+  +'n'#249'{'#131#249'n'#172'}'#130#172#203'}'#130#203#218'}'#130#218#226'}'#130
+  +#226#229'}'#130#229#230'}'#130#230#226'}'#130#226#218'}'#130#218#203'}'#130
+  +#203#172'}'#131#172'n'#249'{'#133#249'n'#26#217#249'y'#147#249#217#26#0#26'n'
+  +#172#202#219#228#231#231#228#219#202#172'n'#26#0#224#227#0#0#0'a'#2#1#197#6
+  +#201'cA'#26#1#0#1#29#136'Ds'#239#239'm>,'#18#230'g'#135#137#177'3a'#142#242
+  +#241#133'bTE3'#26#2#1#0#1'!a'#154#244#243#152'znbSC0'#19#2#1#1'E'#141#244#244
+  +#164#138#128'ui[L;%'#2#1#9'U'#227'v'#129#11#251'QA-'#15#1#13'Y'#139#242#243
+  +#154#132#134#127'vlRC1'#24#1#13'Ul'#142#242#242#145'w'#135#240#239'qC2'#26#1
+  +#11'Mbn'#139#241#241#135'j}'#239#238'e/'#24#1#8'@Ubjwvkb[q'#238#237'W'#17#1#1
+  +'0GT{'#195#247#141't'#135#215#2#1#1#27'7E'#198'M'#217'd0'#138'd'#237#232'I'#2
+  +#1#1#2'!3'#197'='#233#132#132'b'#237#228'E'#198#2#135'y'#144#137#27')044\'
+  +#237#224'<'#233#136'w'#137#137#176#134#22#29'R'#233#215'/'#228'Xxb'#10#1'a'
+  +#224#241#0#0#0#131'^`c'#5'd'#2'c'#198'duh'#208#129#1's'#131#159#186#247#246
+  +#181#158#145#131'{sc^`s'#151#188#215#250#249#207#188#177#165#152#138#131's`c'
+  +#134#188#229#253#252#226#211#200#188#176#163#149#135'{cd'#161#214#253#254#238
+  +#227#217#206#195#183#170#157#143#127'de'#176#245'v'#185#253#174#161#148#132
+  +'ce'#181#212#251#252#229#220#216#208#200#190#175#163#151#136'ce'#178#198#216
+  +#250#250#218#208#208#248#247#185#163#151#138'cd'#171#188#199#212#249#249#208
+  +#196#197#247#246#175#149#137'cd'#161#178#200#188#254'r"'#192#138#245#244#162
+  +#133'cc'#148#166#177#194#195#251#139't'#134#230#129'cd'#134#154#199#165#236
+  +#135'S'#137#174#244#240#152#127'dc{'#141#198#152#252#151'`'#137#171#244#238
+  +#150#131'{c`s'#198#131#255#218#128#150#166#243#235#146#131#131's`^cs{'#127
+  +#134#139#157#240#229#138#127'{s'#198'c8'#171#144'A'#21'cbcd'#131'c`^'#224#199
+  +#0#0#0'c'#197#6#216'cg'#137#29'Et'#239#239'm?-'#18'e'#139'4c'#143#242#241#135
+  +'cVG4'#26'c'#141'!c'#157#244#243#154'}qcUD0'#19'b'#146'F'#142#244#244#166#141
+  +#130'wj]N<%'#0#0#9'W'#227'v'#129#11#251'RB.'#15#0#13'['#140#242#243#156#134
+  +#135#129'xmTD2'#24#0#13'Wn'#143#242#242#147'y'#137#240#239'qD3'#27#0#11'Ncp'
+  +#140#241#241#137'k~'#239#238'f0'#24#0#8'AWclyxmc\q'#238#237'X'#17#0#0'1IV|'
+  +#195#247#141't'#1#215'b'#131#28'8F'#198'O'#201't '#132'e'#237#232'Ic'#130'"4'
+  +#197'>'#234'u'#132'c'#237#228'Ee'#137#27'*144]'#237#224'<g'#135#5#22#29'R'
+  +#233#215'/'#19#0#224'TMemDirectory'#26#0#0'_'#5#0#0#0#0#0#0#25#0#0#0#0#0#0#0
+  +'3vectorcurve005e00ce1bevelgradienta1faa4ff,028300ffradial7.000001,7.1500011'
+  +'4.5,7.1500017.000001,14.653.500002,3.300001RGBpad'#9#0#0#0#0#128#5#8':'#0#0
+  +#0#0#0#0#0'class'#0#128#6#17'B'#0#0#0#0#0#0#0'colors'#0#128#13#6'S'#0#0#0#0#0
+  +#0#0'gradient-type'#0#128#6#17'Y'#0#0#0#0#0#0#0'origin'#0#128#6#13'j'#0#0#0#0
+  +#0#0#0'x-axis'#0#128#6#14'w'#0#0#0#0#0#0#0'y-axis'#0#128#11#17#133#0#0#0#0#0
+  +#0#0'focal-point'#0#128#19#3#150#0#0#0#0#0#0#0'color-interpolation'#0#128#10
+  +#3#153#0#0#0#0#0#0#0'repetition0,0,2,13,15,15,13,213,2,0,0,2,13,15,15trueeas'
+  +'y-bezier0,0,0,0,0,0,0,0'#11#0#0#0#0#128#5#5''''#0#0#0#0#0#0#0'class'#0#128#9
+  +#8','#0#0#0#0#0#0#0'pen-color'#0#128#9#1'4'#0#0#0#0#0#0#0'pen-width'#0#128#9
+  +#0'5'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0#0'join-style'#1#128
+  +#9#194#156#0#0#0#0#0#0#0'back-fill'#0#128#1#19'^'#1#0#0#0#0#0#0'x'#0#128#1#19
+  +'q'#1#0#0#0#0#0#0'y'#0#128#6#4#132#1#0#0#0#0#0#0'closed'#0#128#12#11#136#1#0
+  +#0#0#0#0#0'spline-style'#0#128#10#15#147#1#0#0#0#0#0#0'curve-modepolyline005'
+  +'e00ce10bevelwhite10.42499924,10.5,4,8,6,1.5,5,7,45.574999809,4.5,4.5,0.5,0.'
+  +'5,5,8.5,8.5,5.5true'#9#0#0#0#0#128#5#8'{'#2#0#0#0#0#0#0'class'#0#128#9#8#131
+  +#2#0#0#0#0#0#0'pen-color'#0#128#9#1#139#2#0#0#0#0#0#0'pen-width'#0#128#9#1
+  +#140#2#0#0#0#0#0#0'pen-style'#0#128#10#5#141#2#0#0#0#0#0#0'join-style'#0#128
+  +#10#5#146#2#0#0#0#0#0#0'back-color'#0#128#1' '#151#2#0#0#0#0#0#0'x'#0#128#1
+  +')'#183#2#0#0#0#0#0#0'y'#0#128#6#4#224#2#0#0#0#0#0#0'closedpolyline005e00ce1'
+  +'0bevelwhite4.349999428,4.349999428,11,8,10,13.5,8.849999428,7,1110.44999981'
+  +',9.449999809,9.5,6.5,6.5,10,14.44999981,14.5,10.5true'#9#0#0#0#0#128#5#8#144
+  +#3#0#0#0#0#0#0'class'#0#128#9#8#152#3#0#0#0#0#0#0'pen-color'#0#128#9#1#160#3
+  +#0#0#0#0#0#0'pen-width'#0#128#9#1#161#3#0#0#0#0#0#0'pen-style'#0#128#10#5#162
+  +#3#0#0#0#0#0#0'join-style'#0#128#10#5#167#3#0#0#0#0#0#0'back-color'#0#128#1
+  +'5'#172#3#0#0#0#0#0#0'x'#0#128#1'<'#225#3#0#0#0#0#0#0'y'#0#128#6#4#29#4#0#0#0
+  +#0#0#0'closed'#5#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0
+  ,#0#0#0'class'#1#128#6#217#162#1#0#0#0#0#0#0'shape1'#1#128#6#172#228#2#0#0#0#0
+  +#0#0'shape2'#1#128#6#172'!'#4#0#0#0#0#0#0'shape3'#1#0#0#0#1#128'&\'#205#4#0#0
+  +#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6)'#5#0#0#0
+  +#0#0#0'originals'
+]);
+LazarusResources.Add('texturerepeatboth16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#143#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#19#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#2
+  +#0#0#0#144#145'h6'#0#0#0'&IDATx'#156'c'#144#155#240#31#142#254#255#221#3'G'
+  +#184#196#25#6#161#6'b'#20'!'#139#15'F'#13#131'0XGb<'#0#0':'#131'2'#159#251
+  +#212#157#30#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#24#4
+  +#0#0#0#130#30#255#224#4#0#0#0#130#144#253#224#4#0#0#0#130#255#188#224'T'#0#0
+  +#0'C'#255#0#1#0#1#255#0#1#0#1#255#0#1#0#1'c'#4#1'c'#8#1'C'#255#0#1#0#1#255#0
+  +#1#0#1#255#0#1#0#1'c'#4#1'gC'#255#1#0#1#0#255#1#0#1#0#255#1#0#1#0#4#1'c'#8#1
+  +'C'#255#0#1#0#1#255#0#1#0#1#255#0#1#0#1'c'#4#1'c'#224'TBGRALayeredBitmap'#26
+  +#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0#3#1#0#0#0#0#0#0'H'#0#0
+  +#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#7#0#0#0#255#255#0#0#131#0#0#0#0#0#0#0#29
+  +'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0
+  +#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#24#4#0#0#0#130#30
+  +#255#224#4#0#0#0#130#144#253#224#4#0#0#0#130#255#188#224'T'#0#0#0'C'#255#0#1
+  +#0#1#255#0#1#0#1#255#0#1#0#1'c'#4#1'c'#8#1'C'#255#0#1#0#1#255#0#1#0#1#255#0#1
+  +#0#1'c'#4#1'gC'#255#1#0#1#0#255#1#0#1#0#255#1#0#1#0#4#1'c'#8#1'C'#255#0#1#0#1
+  +#255#0#1#0#1#255#0#1#0#1'c'#4#1'c'#224'TMemDirectory'#26#0#0']'#9#0#0#0#0#0#0
+  +#25#0#0#0#0#0#0#0'9vectorrect8080808010bevelfffdbcff7.5,7.515.5,7.57.5,15.5'
+  +#9#0#0#0#0#128#5#4''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-c'
+  +'olor'#0#128#9#1'3'#0#0#0#0#0#0#0'pen-width'#0#128#9#1'4'#0#0#0#0#0#0#0'pen-'
+  +'style'#0#128#10#5'5'#0#0#0#0#0#0#0'join-style'#0#128#10#8':'#0#0#0#0#0#0#0
+  +'back-color'#0#128#6#7'B'#0#0#0#0#0#0#0'origin'#0#128#6#8'I'#0#0#0#0#0#0#0'x'
+  +'-axis'#0#128#6#8'Q'#0#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue1.5,1.'
+  +'53.5,1.51.5,3.5'#9#0#0#0#0#128#5#4#15#1#0#0#0#0#0#0'class'#0#128#9#8#19#1#0
+  +#0#0#0#0#0'pen-color'#0#128#9#1#27#1#0#0#0#0#0#0'pen-width'#0#128#9#1#28#1#0
+  +#0#0#0#0#0'pen-style'#0#128#10#5#29#1#0#0#0#0#0#0'join-style'#0#128#10#10'"'
+  +#1#0#0#0#0#0#0'back-color'#0#128#6#7','#1#0#0#0#0#0#0'origin'#0#128#6#7'3'#1
+  +#0#0#0#0#0#0'x-axis'#0#128#6#7':'#1#0#0#0#0#0#0'y-axisrect8080808010beveldod'
+  +'gerblue5.5,5.57.5,5.55.5,7.5'#9#0#0#0#0#128#5#4#247#1#0#0#0#0#0#0'class'#0
+  +#128#9#8#251#1#0#0#0#0#0#0'pen-color'#0#128#9#1#3#2#0#0#0#0#0#0'pen-width'#0
+  +#128#9#1#4#2#0#0#0#0#0#0'pen-style'#0#128#10#5#5#2#0#0#0#0#0#0'join-style'#0
+  +#128#10#10#10#2#0#0#0#0#0#0'back-color'#0#128#6#7#20#2#0#0#0#0#0#0'origin'#0
+  +#128#6#7#27#2#0#0#0#0#0#0'x-axis'#0#128#6#7'"'#2#0#0#0#0#0#0'y-axisrect80808'
+  +'08010beveldodgerblue9.5,9.511.5,9.59.5,11.5'#9#0#0#0#0#128#5#4#223#2#0#0#0#0
+  +#0#0'class'#0#128#9#8#227#2#0#0#0#0#0#0'pen-color'#0#128#9#1#235#2#0#0#0#0#0
+  +#0'pen-width'#0#128#9#1#236#2#0#0#0#0#0#0'pen-style'#0#128#10#5#237#2#0#0#0#0
+  +#0#0'join-style'#0#128#10#10#242#2#0#0#0#0#0#0'back-color'#0#128#6#7#252#2#0
+  +#0#0#0#0#0'origin'#0#128#6#8#3#3#0#0#0#0#0#0'x-axis'#0#128#6#8#11#3#0#0#0#0#0
+  +#0'y-axisrect8080808010beveldodgerblue13.5,13.515.5,13.513.5,15.5'#9#0#0#0#0
+  +#128#5#4#201#3#0#0#0#0#0#0'class'#0#128#9#8#205#3#0#0#0#0#0#0'pen-color'#0
+  +#128#9#1#213#3#0#0#0#0#0#0'pen-width'#0#128#9#1#214#3#0#0#0#0#0#0'pen-style'
+  +#0#128#10#5#215#3#0#0#0#0#0#0'join-style'#0#128#10#10#220#3#0#0#0#0#0#0'back'
+  +'-color'#0#128#6#9#230#3#0#0#0#0#0#0'origin'#0#128#6#9#239#3#0#0#0#0#0#0'x-a'
+  +'xis'#0#128#6#9#248#3#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue1.5,9.5'
+  +'3.5,9.51.5,11.5'#9#0#0#0#0#128#5#4#183#4#0#0#0#0#0#0'class'#0#128#9#8#187#4
+  +#0#0#0#0#0#0'pen-color'#0#128#9#1#195#4#0#0#0#0#0#0'pen-width'#0#128#9#1#196
+  +#4#0#0#0#0#0#0'pen-style'#0#128#10#5#197#4#0#0#0#0#0#0'join-style'#0#128#10
+  +#10#202#4#0#0#0#0#0#0'back-color'#0#128#6#7#212#4#0#0#0#0#0#0'origin'#0#128#6
+  +#7#219#4#0#0#0#0#0#0'x-axis'#0#128#6#8#226#4#0#0#0#0#0#0'y-axisrect808080801'
+  +'0beveldodgerblue5.5,13.57.5,13.55.5,15.5'#9#0#0#0#0#128#5#4#160#5#0#0#0#0#0
+  +#0'class'#0#128#9#8#164#5#0#0#0#0#0#0'pen-color'#0#128#9#1#172#5#0#0#0#0#0#0
+  +'pen-width'#0#128#9#1#173#5#0#0#0#0#0#0'pen-style'#0#128#10#5#174#5#0#0#0#0#0
+  +#0'join-style'#0#128#10#10#179#5#0#0#0#0#0#0'back-color'#0#128#6#8#189#5#0#0
+  +#0#0#0#0'origin'#0#128#6#8#197#5#0#0#0#0#0#0'x-axis'#0#128#6#8#205#5#0#0#0#0
+  +#0#0'y-axisrect8080808010beveldodgerblue9.5,1.511.5,1.59.5,3.5'#9#0#0#0#0#128
+  +#5#4#139#6#0#0#0#0#0#0'class'#0#128#9#8#143#6#0#0#0#0#0#0'pen-color'#0#128#9
+  +#1#151#6#0#0#0#0#0#0'pen-width'#0#128#9#1#152#6#0#0#0#0#0#0'pen-style'#0#128
+  +#10#5#153#6#0#0#0#0#0#0'join-style'#0#128#10#10#158#6#0#0#0#0#0#0'back-color'
+  +#0#128#6#7#168#6#0#0#0#0#0#0'origin'#0#128#6#8#175#6#0#0#0#0#0#0'x-axis'#0
+  +#128#6#7#183#6#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue13.5,5.515.5,5'
+  +'.513.5,7.5'#9#0#0#0#0#128#5#4't'#7#0#0#0#0#0#0'class'#0#128#9#8'x'#7#0#0#0#0
+  +#0#0'pen-color'#0#128#9#1#128#7#0#0#0#0#0#0'pen-width'#0#128#9#1#129#7#0#0#0
+  +#0#0#0'pen-style'#0#128#10#5#130#7#0#0#0#0#0#0'join-style'#0#128#10#10#135#7
+  +#0#0#0#0#0#0'back-color'#0#128#6#8#145#7#0#0#0#0#0#0'origin'#0#128#6#8#153#7
+  ,#0#0#0#0#0#0'x-axis'#0#128#6#8#161#7#0#0#0#0#0#0'y-axis'#11#0#0#0#0#128#5#1
+  +' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#182'Y'#0#0
+  +#0#0#0#0#0'shape1'#1#128#6#182'A'#1#0#0#0#0#0#0'shape2'#1#128#6#182')'#2#0#0
+  +#0#0#0#0'shape3'#1#128#6#182#19#3#0#0#0#0#0#0'shape4'#1#128#6#182#1#4#0#0#0#0
+  +#0#0'shape5'#1#128#6#182#234#4#0#0#0#0#0#0'shape6'#1#128#6#182#213#5#0#0#0#0
+  +#0#0'shape7'#1#128#6#182#190#6#0#0#0#0#0#0'shape8'#1#128#6#182#169#7#0#0#0#0
+  +#0#0'shape9'#1#0#0#0#1#128'&'#200'_'#8#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-'
+  +'8F77803A391C}'#1#0#0#0#1#128#9'6'''#9#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradienthuecw16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#0#3#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0#244#5#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6
+  +#0#0#0#31#243#255'a'#0#0#2#151'IDATx'#156'm'#147'Mh'#19'Q'#20#133#223#193#133
+  +#171'R'#232'BA'#234'Ft'#227#166#154#149#11#161#136#180'%F'#144'F'#145#182#224
+  +'_72cAK'#145#136'A'#210'P'#168'B'#157#226'B,'#17'1'#216'b'#177'm'#178#209'q'
+  +#23'5'#164#11#211'E,'#26'C'#253'C'#169#193'D'#237'(6H6'#195#228'x3'#161#169
+  +#214'\'#248'f'#14#239#221'{'#230#189'7'#247')'#245#127#180#236'T'#154#183#19
+  +#17#163#15#209#152'.'#12#137#238#145#177#234'\'#131#252'zlR'#219't'#223'f'
+  +#152#201'v'#228'm'#13'e^G'#133'3BBtJ'#198#30#200#156#174't'#159#155#187#177
+  +#24#251'B'#26#14#229',x'#28#182#129'<#\'#19'f'#133#231#194#178#240#27#14'sxa'
+  +#133'0'#164#253'k'#210#174#251'pA'#138#7'I'#248#133#173#228#232#0#153#154'$_'
+  +#11'oE'#191#199'O'#134#213'0K'#248'(&'#166#165#171'c'#190#250#158'q'#201'L'
+  +#226#142'C'#140#145#158'+d'#246#13#153'N'#167#25#12#6']'#18#137#4's'#15#151
+  +'('#185'\'#194'c:'#152#167#137#225'd'#237'L'#252#154#23#179'y['#198#137'i)'
+  +#254'B'#198'b17'#217#239#247#179#183#183#215#213#253#253#253#238';'#131#136
+  +'$'#198#153#135'akj'#191'Wa$b S&2'#164#254#138','#22#139'lnn'#166'a'#24't'#28
+  +#135#11#11#11#156#152#152'`SS'#147'k'#144#234#150'e'#194'`'#25#151#25'A'#167
+  +#161'p3:'#135'o'#21#162'HN'#254'"'#227#241#184'kP*'#149#184#178#178#226#234
+  +'j'#225#26#169#224#184#24#156'f'#5#199#25#197#222'9'#133#168#24'T'#196#128'b'
+  +' LMM'#177#181#181#149#182'm'#179#26#171#171#171#180','#171'NeR'#178#196#168
+  +'"D'#149#18#131#200#184#129#242#178#24#20#168#243'+'#179#217#172#251'%'#211
+  +'4'#217'0n'#233#228')'#176'|'#20#140#180#193'PJ'#235#243'"'#255#212#6'3b2'
+  +#207',-'#134#195'a'#215'$'#16#8'pqqq'#189#216#202#146'we'#173#6#152#31#132
+  +#173#237'Q'#222#218'o4G'#147'p'#30#137#193'4='#188#205#151#206#7'w'#5#29#29
+  +#29#174'Q'#161'P '#29')~'#231'!'#159#129#206#28'h'#158'Gr'#189#181#245'.'#31
+  +'r#'#22'8&&'#131'B'#23#3#28#224#19#231#30#19#159'o'#240#147#232'r'#245#148'~'
+  +#8'K`'#238'>,'#253#176#170'7R'#173#149'C'#7'5'#228'NZp'#186'%u'#11#143#200's'
+  +'X'#152'ems'#223#5'G6'#154#155#135#21':'#135#13#173#188'v'#153#244']>'#152';'
+  +#146#187#243#176'O'#148#193#171#21'pFH'#138'N'#203'X'#220'DR?'#171#26'^'#166
+  +#191#163'e'#187#166#188#7'"0z'#162#136#233#194'E'#209'}'#154'jx'#157#255#0
+  +#194's'#246'U'#254#166'+'#190#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0
+  +#0#0'Preview'#0'y'#0#0#0'c'#136#18'I'#141#172#172#141'I'#18'e'#132#3'K'#192
+  +#251's'#132#251#192'K'#3'b'#131#3'i'#236'w'#135#236'i'#3#0#0'K'#236'y'#133
+  +#236'K'#0#18#192'{'#132#192#18'I'#251'{'#131#251'I'#141'}'#130#141#171'}'#2
+  +#171'}'#130#171#141'}'#131#141'I'#251'{'#132#251'I'#18#192'{'#133#192#18#0'K'
+  +#236'y'#135#236'K'#0#0#3'i'#236'w'#131#236'i'#3'b'#132#3'K'#192#251's'#132
+  +#251#192'K'#3'e'#136#18'I'#141#172#172#141'I'#18'c'#224#211#0#0#0#135#0'$FZj'
+  +'sXb'#139#7'?i'#140#169#188#194#168'j'#0#0#3#1#139'/a'#136#170#199#225#244
+  +#213#127#0#0#4#1#138#134#194#212#217#219#129#242#213'j'#0#3#1#141'2'#211#200
+  +'{{'#188#213#0#215#253#180#0#0#3#1#140#211#172#0'RY'#0'b'#0#205#255#227'i'#3
+  +#1#141'j'#231#15#141#253#201#151#13#0#194#255#246#153#3#1#134#162#173#15#242
+  +#235#15'b'#132#194#255#254#159#3#1#134#162#163#28#251#255#241#3#236#132#254
+  +#255#254#159#3#1#132'j'#211#0#180'v'#131#246#153#0#3#1#133#211#129#0'w'#207
+  +'t'#131#227'i'#0#3#1#134'2'#209#180'E'#0#230'r'#132#253#180#0#0#4#1#138'w'
+  +#189#188#223#246#255#255#213'j'#0#4#1#136'O'#128#170#205#234#253#213#127'b'
+  +#146#1'*]'#135#169#192#200#173'j'#0#0#29'AXjuZ'#0#224#196#0#0#0'A-'#0#1#0#26
+  +#8#1'b'#131'8J2'#9#1#138#0'?pqR'#23'l'#162#162'l'#198#1'y'#135#128#139'x'#156
+  +#139'}'#216#200'{{'#188#178#0#3#1#141#0'R'#170#181#166#229#172#0'RY'#0'b'#0#3
+  +#1#142#0#131#205#205#210#231#15#141#253#201#151#13#0'Q'#3#1#137#148#233#231
+  +#240#173#15#242#235#15'b'#1'{'#3#1#137#159#254#255#255#163#28#251#255#241#3
+  +#236#1#162'b'#135#153#246#255#255#211#0#180't'#134#150'_S/i'#227'r'#157#129#0
+  +'w'#207#255#255#236#158#141'q0'#0#180#253#255#255#253#180'E'#0#230#253#218
+  +#191#171'o'#0'j'#213's'#140#253#226#255#255#237#215#165'L'#0#127#213#253'u'
+  +#152#251#195'k'#0#0'j'#180#227#246#254#254#246#227#180'g'#0#0'i'#153#159#159
+  +#153'i'#0#224#192#0#0#0#152#0'i'#153#159#159#153'i'#0#0'j'#180#227#246#254
+  +#254#246#227#180'j'#0#0#127#213#253'u'#134#253#206's'#0'j'#213'v'#136#238#128
+  +#222#180'T'#0#180#253'r'#140#200'{{'#188#215#0#181#195#128#0'i'#227'r'#164
+  +#172#0'RY'#0'b'#0#153#173#141'<'#153#246#255#255#231#15#141#253#201#151#13#0
+  +#139#141'zF'#159#254#255#255#173#15#242#235#15'b'#141#142'`V1'#159#254#255
+  +#255#163#28#251#255#241#3#236#1#162'b'#135#142#225#230#232#211#0#180't'#1'j'
+  +#3#1#140'Z'#190#205#195#236#129#0'w'#207#255#255#211'A'#6#1#0#134#179#137#166
+  +#154#220#180'E'#0#230#211'2'#3#1#138#0'G'#131#139'qGl'#161#144'lA'#7#1#0'C^'
+  +#130'Q'#22#8#1'a'#130'%"'#7#1'c'#4#1'a'#224'TBGRALayeredBitmap'#26#0#28#0#0#0
+  +#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0's'#3#0#0#0#0#0#0'H'#0#0#0#1#0#0#0
+  ,#1#0#0#0#0#0#0#0#0#0#0#0#15#0#0#0#255#255#0#0#243#2#0#0#0#0#0#0#29'p'#152#200
+  +'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0
+  +#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#0'y'#0#0#0'c'#136#18'I'#141
+  +#172#172#141'I'#18'e'#132#3'K'#192#251's'#132#251#192'K'#3'b'#131#3'i'#236'w'
+  +#135#236'i'#3#0#0'K'#236'y'#133#236'K'#0#18#192'{'#132#192#18'I'#251'{'#131
+  +#251'I'#141'}'#130#141#171'}'#2#171'}'#130#171#141'}'#131#141'I'#251'{'#132
+  +#251'I'#18#192'{'#133#192#18#0'K'#236'y'#135#236'K'#0#0#3'i'#236'w'#131#236
+  +'i'#3'b'#132#3'K'#192#251's'#132#251#192'K'#3'e'#136#18'I'#141#172#172#141'I'
+  +#18'c'#224#211#0#0#0#135#0'$FZjsXb'#139#7'?i'#140#169#188#194#168'j'#0#0#3#1
+  +#139'/a'#136#170#199#225#244#213#127#0#0#4#1#138#134#194#212#217#219#129#242
+  +#213'j'#0#3#1#141'2'#211#200'{{'#188#213#0#215#253#180#0#0#3#1#140#211#172#0
+  +'RY'#0'b'#0#205#255#227'i'#3#1#141'j'#231#15#141#253#201#151#13#0#194#255#246
+  +#153#3#1#134#162#173#15#242#235#15'b'#132#194#255#254#159#3#1#134#162#163#28
+  +#251#255#241#3#236#132#254#255#254#159#3#1#132'j'#211#0#180'v'#131#246#153#0
+  +#3#1#133#211#129#0'w'#207't'#131#227'i'#0#3#1#134'2'#209#180'E'#0#230'r'#132
+  +#253#180#0#0#4#1#138'w'#189#188#223#246#255#255#213'j'#0#4#1#136'O'#128#170
+  +#205#234#253#213#127'b'#146#1'*]'#135#169#192#200#173'j'#0#0#29'AXjuZ'#0#224
+  +#196#0#0#0'A-'#0#1#0#26#8#1'b'#131'8J2'#9#1#138#0'?pqR'#23'l'#162#162'l'#198
+  +#1'y'#135#128#139'x'#156#139'}'#216#200'{{'#188#178#0#3#1#141#0'R'#170#181
+  +#166#229#172#0'RY'#0'b'#0#3#1#142#0#131#205#205#210#231#15#141#253#201#151#13
+  +#0'Q'#3#1#137#148#233#231#240#173#15#242#235#15'b'#1'{'#3#1#137#159#254#255
+  +#255#163#28#251#255#241#3#236#1#162'b'#135#153#246#255#255#211#0#180't'#134
+  +#150'_S/i'#227'r'#157#129#0'w'#207#255#255#236#158#141'q0'#0#180#253#255#255
+  +#253#180'E'#0#230#253#218#191#171'o'#0'j'#213's'#140#253#226#255#255#237#215
+  +#165'L'#0#127#213#253'u'#152#251#195'k'#0#0'j'#180#227#246#254#254#246#227
+  +#180'g'#0#0'i'#153#159#159#153'i'#0#224#192#0#0#0#152#0'i'#153#159#159#153'i'
+  +#0#0'j'#180#227#246#254#254#246#227#180'j'#0#0#127#213#253'u'#134#253#206's'
+  +#0'j'#213'v'#136#238#128#222#180'T'#0#180#253'r'#140#200'{{'#188#215#0#181
+  +#195#128#0'i'#227'r'#164#172#0'RY'#0'b'#0#153#173#141'<'#153#246#255#255#231
+  +#15#141#253#201#151#13#0#139#141'zF'#159#254#255#255#173#15#242#235#15'b'#141
+  +#142'`V1'#159#254#255#255#163#28#251#255#241#3#236#1#162'b'#135#142#225#230
+  +#232#211#0#180't'#1'j'#3#1#140'Z'#190#205#195#236#129#0'w'#207#255#255#211'A'
+  +#6#1#0#134#179#137#166#154#220#180'E'#0#230#211'2'#3#1#138#0'G'#131#139'qGl'
+  +#161#144'lA'#7#1#0'C^'#130'Q'#22#8#1'a'#130'%"'#7#1'c'#4#1'a'#224'TMemDirect'
+  +'ory'#26#0#0'x'#5#0#0#0#0#0#0#25#0#0#0#0#0#0#0'4vectorellipse000000611gradie'
+  +'ntred,redangular8,816,88,16HSL+pad'#8#0#0#0#0#128#5#8'7'#0#0#0#0#0#0#0'clas'
+  +'s'#0#128#6#7'?'#0#0#0#0#0#0#0'colors'#0#128#13#7'F'#0#0#0#0#0#0#0'gradient-'
+  +'type'#0#128#6#3'M'#0#0#0#0#0#0#0'origin'#0#128#6#4'P'#0#0#0#0#0#0#0'x-axis'
+  +#0#128#6#4'T'#0#0#0#0#0#0#0'y-axis'#0#128#19#4'X'#0#0#0#0#0#0#0'color-interp'
+  +'olation'#0#128#10#3'\'#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,15'#8#0#0#0
+  +#0#128#5#7''''#0#0#0#0#0#0#0'class'#0#128#9#8'.'#0#0#0#0#0#0#0'pen-color'#0
+  +#128#9#1'6'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'7'#0#0#0#0#0#0#0'pen-style'#1
+  +#128#9#171'_'#0#0#0#0#0#0#0'back-fill'#0#128#6#7#10#1#0#0#0#0#0#0'origin'#0
+  +#128#6#6#17#1#0#0#0#0#0#0'x-axis'#0#128#6#6#23#1#0#0#0#0#0#0'y-axisellipse00'
+  +'00006110white7.5,7.512,7.57.5,12'#8#0#0#0#0#128#5#7#188#1#0#0#0#0#0#0'class'
+  +#0#128#9#8#195#1#0#0#0#0#0#0'pen-color'#0#128#9#1#203#1#0#0#0#0#0#0'pen-widt'
+  +'h'#0#128#9#1#204#1#0#0#0#0#0#0'pen-style'#0#128#10#5#205#1#0#0#0#0#0#0'back'
+  +'-color'#0#128#6#7#210#1#0#0#0#0#0#0'origin'#0#128#6#6#217#1#0#0#0#0#0#0'x-a'
+  +'xis'#0#128#6#6#223#1#0#0#0#0#0#0'y-axiscurveblack1.5bevel8,5.5,4.5,5,6.5,8.'
+  +'274997711,10.02499771,10.5249977111,10,8,6,4.5,4.424999237,5.574999809,6.67'
+  +'4999714falseeasy-bezier0,0,0,0,0,0,0,0'#10#0#0#0#0#128#5#5#133#2#0#0#0#0#0#0
+  +'class'#0#128#9#5#138#2#0#0#0#0#0#0'pen-color'#0#128#9#3#143#2#0#0#0#0#0#0'p'
+  +'en-width'#0#128#9#0#146#2#0#0#0#0#0#0'pen-style'#0#128#10#5#146#2#0#0#0#0#0
+  +#0'join-style'#0#128#1'3'#151#2#0#0#0#0#0#0'x'#0#128#1'1'#202#2#0#0#0#0#0#0
+  +'y'#0#128#6#5#251#2#0#0#0#0#0#0'closed'#0#128#12#11#0#3#0#0#0#0#0#0'spline-s'
+  +'tyle'#0#128#10#15#11#3#0#0#0#0#0#0'curve-modepolylineblack1.5bevel8.0249986'
+  +'65,11.17499828,10.974997526.874999523,6.874999046,3.474999905false'#8#0#0#0
+  +#0#128#5#8#222#3#0#0#0#0#0#0'class'#0#128#9#5#230#3#0#0#0#0#0#0'pen-color'#0
+  +#128#9#3#235#3#0#0#0#0#0#0'pen-width'#0#128#9#0#238#3#0#0#0#0#0#0'pen-style'
+  +#0#128#10#5#238#3#0#0#0#0#0#0'join-style'#0#128#1'#'#243#3#0#0#0#0#0#0'x'#0
+  +#128#1'#'#22#4#0#0#0#0#0#0'y'#0#128#6#5'9'#4#0#0#0#0#0#0'closed'#6#0#0#0#0
+  +#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6
+  +#159#29#1#0#0#0#0#0#0'shape1'#1#128#6#160#229#1#0#0#0#0#0#0'shape2'#1#128#6
+  +#196#26#3#0#0#0#0#0#0'shape3'#1#128#6#150'>'#4#0#0#0#0#0#0'shape4'#1#0#0#0#1
+  ,#128'&n'#212#4#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1
+  +#128#9'6B'#5#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradienthueccw16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#22#3#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0#17#6#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0
+  +#0#0#31#243#255'a'#0#0#2#173'IDATx'#156'm'#147'_HSq'#20#199#127#135#30#2'A'#4
+  +#5#193' '#196#168#151'z0}'#234'!'#144#8#148#181' '#250'C'#200#160#127#244#208
+  +#238'U'#168'%'#253#161#151#9#134'F'#238#214#131'c'#182#25#14#132'V:'#247#146
+  +'7'#236'!'#242#146#15#237'e'#155#22'S'#17#204't'#178#165#220#136#133']'#177
+  +'q'#247#237#236#142#212'l'#7'>'#220#243';'#191#223#249'r~'#231#158#159#16#255
+  +'['#229'AI'#216#154#253#164'8'#130'4*3'#29#236#183'r'#172#176'W'#226#252#150
+  +#237#17#242'>'#251'^'#149#180#166#20#229'$'#131#224#201#19#134#153'w'#236#127
+  +#224#216'+'#222#147'ea'#183#206#238'N&'#247'1'#137#146#167't2'#27'Q'#15#194
+  +'5'#230#17'3'#194'|d'#150#152'u'#147#144#140#147#238#238' '#233'_'#17#185#201
+  +'N'#201'[:e'#219' z'#142#128#178#213#232'F;'#222#254#12'`|'#193#131'O'#27'N'
+  +#172#177#0'X'#0#171','#162#146'._'#176'*)'#222#153#212#251#26#153#207'Asw'
+  +#193'k'#140#205#141'#'#18#137#160#170#170#202'Z'#215#213#213#225#153#223#141
+  +#223'k'#13#192','#193#156'$'#168#157#164#21'{"'#157#179'Qj$Gx'#195#2#138#149
+  +#224#245'z'#173#175#199#227'A"'#145#128#207#231#179#196#30'?'#188#13'Lp'#21
+  +#17'BJ'#225'>'#29#231#198#146#191'K!#'#198#5#198#224#152'{m%'#150#151#151#195
+  +#229'r!'#26#141'Z'#152#166#137'P('#132#138#138#10#252#8'_'#7#20#130#241#128
+  +#224'o&EP'#208#27#166#252'*'#11'd'#208';'#31#179#4'vRVV'#134#149#149#21'LMMY'
+  +#235#133'!'#15'p'#149#144#191'H'#8'6P'#152#5#130','#144'/'#180#8'C'#204#244
+  +#244#180'uxyy'#25#153'L'#6#217'l'#22#5#235#239#239'Gmm-'#214#7#6#192'J'#200
+  +'3A!X'#224#137'_'#161'%'#3#148#6#228'o(i'#241'x'#220#234#193'@!Y'#246#1't'#5
+  +#6#157#135#159#234#21'!'#28#146#141#222#167'r'#20#227#248'$'#240'Y'#223'N'
+  +#156#153#153'A '#16'@MM'#13#156'N''6'#227#25'>4'#200'(H'#145'+'''#137#163#182
+  +#226'o'#236'V5'#26'3A!'#160'1'#192'"_'#128't:m'#221#185'Pv__'#31'6b'#191'xs'
+  +#158#147'''x'#28#194'P'#233#166#182'='#218'-'#178#157#186#146':'#245#242#190
+  +#139'i'#1#238#181#3'/'#159'~Ebp'#19#139#236#27#133'&'#209'wf'#22'Iz'#161#203
+  +#226#244#214' '#21'G'#249#164'['#162#203',r'#150'+'#169#6#206'pB''3'#194#196
+  +#152'5k'#16's'#156'<'#169#187#169'm'#215'('#255'}L'#135#184#146#3#170'v'#152
+  +'R'#185'Kd'#160#135#242#24'f4'#246#163#28#139#144#170#201#226'F'#201#199#180
+  +#211'*'#247#11#201'v'#130#252'J+'#5'Ge'#230#14#251#14#142#137#18#207#249#15
+  +#233#177#237#30#235#221#188'n'#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7
+  +#0#0#0'Preview'#0'y'#0#0#0'c'#136#18'I'#141#172#172#141'I'#18'e'#132#3'K'#192
+  +#251's'#132#251#192'K'#3'b'#131#3'i'#236'w'#135#236'i'#3#0#0'K'#236'y'#133
+  +#236'K'#0#18#192'{'#132#192#18'I'#251'{'#131#251'I'#141'}'#130#141#171'}'#2
+  +#171'}'#130#171#141'}'#131#141'I'#251'{'#132#251'I'#18#192'{'#133#192#18#0'K'
+  +#236'y'#135#236'K'#0#0#3'i'#236'w'#131#236'i'#3'b'#132#3'K'#192#251's'#132
+  +#251#192'K'#3'e'#136#18'I'#141#172#172#141'I'#18'c'#224#218#0#0#0#135#0'$FZj'
+  +'sXb'#139#7'?i'#140#169#188#194#168'j'#0#0#3#1#137'/a'#136#170#199#225#244
+  +#213#127#198#0#137#135#144#138#134#184#183#210#234#255#255#213'j'#0#3#1#141#0
+  +#179#173#19#0'!'#152#250#255#253#180#0#0#3#1#140#0#148#0#140#207#150#19#138
+  +#255#255#227'i'#3#1#141'Z'#0#13'q'#200#200#253#166#15#239#255#246#153#3#1'A'
+  +#12#139#0#10#228#134#208#0#221#255#254#159#3#1#141#162#209#208#226#231#241
+  +#255#151#31#244#255#254#159#3#1#1'jt'#136#206#19#155#255#255#246#153#0#3#1
+  +#141#211#255#255#214#154#25'h'#249#255#255#227'i'#0#3#1#141'2'#211#230#0#31
+  +#147#247#255#255#253#180#0#0#4#1#138'w'#167#207#223#246#255#255#213'j'#0#4#1
+  +#136'O'#128#170#205#234#253#213#127'b'#146#1'*]'#135#169#192#200#173'j'#0#0
+  +#29'AXjuZ'#0#224#199#0#0#0#152#0'i'#153#159#159#153'i'#0#0'j'#180#227#246#254
+  +#254#246#227#180'j'#0#0#127#213#253'u'#129#6#253#206's'#0'j'#213#241#135#241
+  +#255#242#221#247#255#253#233#180'T'#0#180#253#216#0#216#173#19#0'!'#153#234
+  +#215#195#128#0'i'#227#255#216#0#148#0#140#207#150#19#132#191#173#141'<'#153
+  +#246#255#216#0#13'q'#200#200#253#166#15#171#141'zF'#159#254#255#218'c'#149#10
+  +#228#208#0#162'`V1'#159#254#255#255#209#208#226#231#241#255#151#31#155'b'#132
+  +#142#225#230#232't'#132#206#19#155'j'#3#1#140'Z'#190#205#195#236#255#255#214
+  +#154#25'h'#206'A'#6#1#0#134#179#137#166#154#222#230#0#31#147#205'2'#3#1#138#0
+  +'G'#131#139'qGl'#143#158'lA'#7#1#0'C^'#130'Q'#22#8#1'a'#130'%"'#7#1'c'#4#1'a'
+  +#224#189#0#0#0'A-'#0#1#0#26#8#1'b'#131'8J2'#9#1#138#0'?pk+'#22'l'#154#140'hA'
+  +#7#1#0'x'#156#137'v'#0#183#173#19#0'!'#127'1'#3#1#141#0'R'#170#181#141#0#148
+  +#0#140#207#150#19'r'#3#1#142#0#131#205#205#178#0#13'q'#200#200#253#166#15'c'
+  +#3#1#132#148#233#231#205'c'#133#10#228#208#0#140#3#1#141#159#254#255#255#209
+  +#208#226#231#241#255#151#31#155'b'#130#153#246'v'#137#206#19#155#150'_S/i'
+  +#227't'#140#214#154#25'h'#231#158#141'q0'#0#180#253'r'#140#230#0#31#147#245
+  +#218#191#171'o'#0'j'#213's'#140#224#249#255#255#237#215#165'L'#0#127#213#253
+  +'u'#152#251#195'k'#0#0'j'#180#227#246#254#254#246#227#180'g'#0#0'i'#153#159
+  ,#159#153'i'#0#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0
+  +#16#0#0#0#16#0#0#0'z'#3#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0
+  +#31#0#0#0#255#255#0#0#250#2#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143
+  +'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0
+  +#16#0#0#0#6#0#0#0'Layer1'#0'y'#0#0#0'c'#136#18'I'#141#172#172#141'I'#18'e'
+  +#132#3'K'#192#251's'#132#251#192'K'#3'b'#131#3'i'#236'w'#135#236'i'#3#0#0'K'
+  +#236'y'#133#236'K'#0#18#192'{'#132#192#18'I'#251'{'#131#251'I'#141'}'#130#141
+  +#171'}'#2#171'}'#130#171#141'}'#131#141'I'#251'{'#132#251'I'#18#192'{'#133
+  +#192#18#0'K'#236'y'#135#236'K'#0#0#3'i'#236'w'#131#236'i'#3'b'#132#3'K'#192
+  +#251's'#132#251#192'K'#3'e'#136#18'I'#141#172#172#141'I'#18'c'#224#218#0#0#0
+  +#135#0'$FZjsXb'#139#7'?i'#140#169#188#194#168'j'#0#0#3#1#137'/a'#136#170#199
+  +#225#244#213#127#198#0#137#135#144#138#134#184#183#210#234#255#255#213'j'#0#3
+  +#1#141#0#179#173#19#0'!'#152#250#255#253#180#0#0#3#1#140#0#148#0#140#207#150
+  +#19#138#255#255#227'i'#3#1#141'Z'#0#13'q'#200#200#253#166#15#239#255#246#153
+  +#3#1'A'#12#139#0#10#228#134#208#0#221#255#254#159#3#1#141#162#209#208#226#231
+  +#241#255#151#31#244#255#254#159#3#1#1'jt'#136#206#19#155#255#255#246#153#0#3
+  +#1#141#211#255#255#214#154#25'h'#249#255#255#227'i'#0#3#1#141'2'#211#230#0#31
+  +#147#247#255#255#253#180#0#0#4#1#138'w'#167#207#223#246#255#255#213'j'#0#4#1
+  +#136'O'#128#170#205#234#253#213#127'b'#146#1'*]'#135#169#192#200#173'j'#0#0
+  +#29'AXjuZ'#0#224#199#0#0#0#152#0'i'#153#159#159#153'i'#0#0'j'#180#227#246#254
+  +#254#246#227#180'j'#0#0#127#213#253'u'#129#6#253#206's'#0'j'#213#241#135#241
+  +#255#242#221#247#255#253#233#180'T'#0#180#253#216#0#216#173#19#0'!'#153#234
+  +#215#195#128#0'i'#227#255#216#0#148#0#140#207#150#19#132#191#173#141'<'#153
+  +#246#255#216#0#13'q'#200#200#253#166#15#171#141'zF'#159#254#255#218'c'#149#10
+  +#228#208#0#162'`V1'#159#254#255#255#209#208#226#231#241#255#151#31#155'b'#132
+  +#142#225#230#232't'#132#206#19#155'j'#3#1#140'Z'#190#205#195#236#255#255#214
+  +#154#25'h'#206'A'#6#1#0#134#179#137#166#154#222#230#0#31#147#205'2'#3#1#138#0
+  +'G'#131#139'qGl'#143#158'lA'#7#1#0'C^'#130'Q'#22#8#1'a'#130'%"'#7#1'c'#4#1'a'
+  +#224#189#0#0#0'A-'#0#1#0#26#8#1'b'#131'8J2'#9#1#138#0'?pk+'#22'l'#154#140'hA'
+  +#7#1#0'x'#156#137'v'#0#183#173#19#0'!'#127'1'#3#1#141#0'R'#170#181#141#0#148
+  +#0#140#207#150#19'r'#3#1#142#0#131#205#205#178#0#13'q'#200#200#253#166#15'c'
+  +#3#1#132#148#233#231#205'c'#133#10#228#208#0#140#3#1#141#159#254#255#255#209
+  +#208#226#231#241#255#151#31#155'b'#130#153#246'v'#137#206#19#155#150'_S/i'
+  +#227't'#140#214#154#25'h'#231#158#141'q0'#0#180#253'r'#140#230#0#31#147#245
+  +#218#191#171'o'#0'j'#213's'#140#224#249#255#255#237#215#165'L'#0#127#213#253
+  +'u'#152#251#195'k'#0#0'j'#180#227#246#254#254#246#227#180'g'#0#0'i'#153#159
+  +#159#153'i'#0#224'TMemDirectory'#26#0#0'o'#5#0#0#0#0#0#0#25#0#0#0#0#0#0#0'4v'
+  +'ectorellipse000000611gradientred,redangular8,816,88,16HSL-pad'#8#0#0#0#0#128
+  +#5#8'7'#0#0#0#0#0#0#0'class'#0#128#6#7'?'#0#0#0#0#0#0#0'colors'#0#128#13#7'F'
+  +#0#0#0#0#0#0#0'gradient-type'#0#128#6#3'M'#0#0#0#0#0#0#0'origin'#0#128#6#4'P'
+  +#0#0#0#0#0#0#0'x-axis'#0#128#6#4'T'#0#0#0#0#0#0#0'y-axis'#0#128#19#4'X'#0#0#0
+  +#0#0#0#0'color-interpolation'#0#128#10#3'\'#0#0#0#0#0#0#0'repetition7.5,7.51'
+  +'5,7.57.5,15'#8#0#0#0#0#128#5#7''''#0#0#0#0#0#0#0'class'#0#128#9#8'.'#0#0#0#0
+  +#0#0#0'pen-color'#0#128#9#1'6'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'7'#0#0#0#0
+  +#0#0#0'pen-style'#1#128#9#171'_'#0#0#0#0#0#0#0'back-fill'#0#128#6#7#10#1#0#0
+  +#0#0#0#0'origin'#0#128#6#6#17#1#0#0#0#0#0#0'x-axis'#0#128#6#6#23#1#0#0#0#0#0
+  +#0'y-axisellipse0000006110white7.5,7.512,7.57.5,12'#8#0#0#0#0#128#5#7#188#1#0
+  +#0#0#0#0#0'class'#0#128#9#8#195#1#0#0#0#0#0#0'pen-color'#0#128#9#1#203#1#0#0
+  +#0#0#0#0'pen-width'#0#128#9#1#204#1#0#0#0#0#0#0'pen-style'#0#128#10#5#205#1#0
+  +#0#0#0#0#0'back-color'#0#128#6#7#210#1#0#0#0#0#0#0'origin'#0#128#6#6#217#1#0
+  +#0#0#0#0#0'x-axis'#0#128#6#6#223#1#0#0#0#0#0#0'y-axiscurveblack1.5bevel00000'
+  +'0007,9,11,11,10.0749979,8.5,7,5.5,4.511,10.5,8,6,4.724999905,4,4,5.5,7false'
+  +'easy-bezier0,0,0,0,0,0,0,0,0'#11#0#0#0#0#128#5#5#133#2#0#0#0#0#0#0'class'#0
+  +#128#9#5#138#2#0#0#0#0#0#0'pen-color'#0#128#9#3#143#2#0#0#0#0#0#0'pen-width'
+  +#0#128#9#0#146#2#0#0#0#0#0#0'pen-style'#0#128#10#5#146#2#0#0#0#0#0#0'join-st'
+  +'yle'#0#128#10#8#151#2#0#0#0#0#0#0'back-color'#0#128#1'"'#159#2#0#0#0#0#0#0
+  +'x'#0#128#1'!'#193#2#0#0#0#0#0#0'y'#0#128#6#5#226#2#0#0#0#0#0#0'closed'#0#128
+  +#12#11#231#2#0#0#0#0#0#0'spline-style'#0#128#10#17#242#2#0#0#0#0#0#0'curve-m'
+  +'odepolylineblack1.5bevel000000008.024998665,4,46.874999523,7,3.5false'#9#0#0
+  +#0#0#128#5#8#221#3#0#0#0#0#0#0'class'#0#128#9#5#229#3#0#0#0#0#0#0'pen-color'
+  +#0#128#9#3#234#3#0#0#0#0#0#0'pen-width'#0#128#9#0#237#3#0#0#0#0#0#0'pen-styl'
+  +'e'#0#128#10#5#237#3#0#0#0#0#0#0'join-style'#0#128#10#8#242#3#0#0#0#0#0#0'ba'
+  +'ck-color'#0#128#1#15#250#3#0#0#0#0#0#0'x'#0#128#1#17#9#4#0#0#0#0#0#0'y'#0
+  +#128#6#5#26#4#0#0#0#0#0#0'closed'#6#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0
+  ,#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#159#29#1#0#0#0#0#0#0'shape1'#1#128#6
+  +#160#229#1#0#0#0#0#0#0'shape2'#1#128#6#218#3#3#0#0#0#0#0#0'shape3'#1#128#6
+  +#172#31#4#0#0#0#0#0#0'shape4'#1#0#0#0#1#128'&n'#203#4#0#0#0#0#0#0'{1D7098C8-'
+  +'7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'69'#5#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientpad16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#226#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0'E'#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6
+  +#0#0#0#31#243#255'a'#0#0#0'yIDATx'#156'c`'#24'j@'#31#136'?'#1#241#127'('#190
+  +'M'#138'fQ '#190#15#196'!'#228#216#204#10#196#135#128#184#145#28#205' 0'#19
+  +#136#215#3'1'#19'9'#154#179#129#248#18#16#243#144#163#217#9#136#159#3#177'"9'
+  +#154#21#161#154#157#200#209#12'r.'#200#217#217#228'h'#6#5#20'('#192'f'#146
+  +#163#25#4'@Q'#5#138'2Vr4'#135'2@'#18#139#24')'#154'@'#201#17#150'4A'#201'T'
+  +#159#28#155#7#14#0#0'+'#161#20#209'/b<'#146#0#0#0#0'IEND'#174'B`'#130#16#0#0
+  +#0#16#0#0#0#7#0#0#0'Preview'#3'D'#0#0#0'+'#0#133'/'#242#255#255#219'i'#131#21
+  +#223'Tk'#131#5#194#129'l'#131#153#175#2'k'#131'k'#210#12'k'#131'B'#231'!k'
+  +#131'!'#231'Bk'#131#12#210'kk'#131#2#175#153'l'#131#129#194#5'k'#131'U'#223
+  +#22'i'#133#219#255#255#242'/+'#0#224#3#0#0#0'('#0#224'TBGRALayeredBitmap'#26
+  +#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0#226#0#0#0#0#0#0#0'H'#0
+  +#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#14#0#0#0#255#255#0#0'b'#0#0#0#0#0#0#0#29
+  +'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0
+  +#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#3'D'#0#0#0'+'#0
+  +#133'/'#242#255#255#219'i'#131#21#223'Tk'#131#5#194#129'l'#131#153#175#2'k'
+  +#131'k'#210#12'k'#131'B'#231'!k'#131'!'#231'Bk'#131#12#210'kk'#131#2#175#153
+  +'l'#131#129#194#5'k'#131'U'#223#22'i'#133#219#255#255#242'/+'#0#224#3#0#0#0
+  +'('#0#224'TMemDirectory'#26#0#0'U'#1#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorpol'
+  +'ylineblack1bevel0,3,12,1513,13,2,2false'#8#0#0#0#0#128#5#8''''#0#0#0#0#0#0#0
+  +'class'#0#128#9#5'/'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'4'#0#0#0#0#0#0#0'pen'
+  +'-width'#0#128#9#0'5'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0#0'j'
+  +'oin-style'#0#128#1#9':'#0#0#0#0#0#0#0'x'#0#128#1#9'C'#0#0#0#0#0#0#0'y'#0#128
+  +#6#5'L'#0#0#0#0#0#0#0'closed'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128
+  +#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#150'Q'#0#0#0#0#0#0#0'shape1'#1#0#0#0#1
+  +#128'&8'#231#0#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1
+  +#128#9'6'#31#1#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientsine16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#25#1#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0#161#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6
+  +#0#0#0#31#243#255'a'#0#0#0#176'IDATx'#156'c`'#24'L '#17#136#159#2#241'm 6"U'
+  +#179#7#16'?'#0'b= '#14#1#226'G@'#204'O'#172'fF '#190#4#196'^Hb3'#128#184#139
+  +'X'#3#156#129#248'<'#154#152'$'#16#191#5'bAb'#12'X'#3#196#233'X'#196#231#3'q'
+  +#9'1'#6#128#2#142#7#139#184#21#16'_'#195#163'O'#2#136'/'#130#24'Lx'#20']'#131
+  +#26#132#13#244'A1^'#0#242#194'|'#28#182#191#129#210'x'#1'('#16'A'#129')'#137
+  +'&>'#137#24#219'a'#0#20#157'3'#144#248#250'@'#252#18#136#133#137'5'#0#148#160
+  +'@'#9#11#148#192't'#129#248'.'#16'G'#18#171#25#6'@I'#27#148#196'A1'#150'@'
+  +#170'f'#218#2#0'?C'#28'B'#195#147#250#239#0#0#0#0'IEND'#174'B`'#130#16#0#0#0
+  +#16#0#0#0#7#0#0#0'Preview'#3'i'#0#0#0'"'#0#132'a'#229#219'2j'#134'H'#224'.T'
+  +#226#15'h'#135#1#210'J'#0#0#152#138'h'#130'C'#207'b'#131#25#237#17'g'#130#172
+  +'gc'#130#159'tg'#130#229#12'c'#130':'#214'e'#131#24#209#2'e'#130#214':d'#2
+  +#142'f'#130't'#159'c'#131#24#236#24'f'#131#17#237#25'b'#130#146#142'h'#135
+  +#138#152#0#0'/'#233#19'h'#134#15#226'T-'#221'Yj'#132'2'#219#229'`#'#0#224#3#0
+  +#0#0'<'#0#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0
+  +#0#0#16#0#0#0#7#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#14#0#0
+  +#0#255#255#0#0#135#0#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128
+  +':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0
+  +#0#6#0#0#0'Layer1'#3'i'#0#0#0'"'#0#132'a'#229#219'2j'#134'H'#224'.T'#226#15
+  +'h'#135#1#210'J'#0#0#152#138'h'#130'C'#207'b'#131#25#237#17'g'#130#172'gc'
+  +#130#159'tg'#130#229#12'c'#130':'#214'e'#131#24#209#2'e'#130#214':d'#2#142'f'
+  +#130't'#159'c'#131#24#236#24'f'#131#17#237#25'b'#130#146#142'h'#135#138#152#0
+  +#0'/'#233#19'h'#134#15#226'T-'#221'Yj'#132'2'#219#229'`#'#0#224#3#0#0#0'<'#0
+  +#224'TMemDirectory'#26#0#0#181#1#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorcurvebl'
+  +'ack1bevel-0.07500001788,2,5,9,12,157.074999809,2,2,13,13,7falseeasy-bezier0'
+  +',1,1,1,1,0'#10#0#0#0#0#128#5#5''''#0#0#0#0#0#0#0'class'#0#128#9#5','#0#0#0#0
+  +#0#0#0'pen-color'#0#128#9#1'1'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'2'#0#0#0#0
+  +#0#0#0'pen-style'#0#128#10#5'2'#0#0#0#0#0#0#0'join-style'#0#128#1#26'7'#0#0#0
+  +#0#0#0#0'x'#0#128#1#23'Q'#0#0#0#0#0#0#0'y'#0#128#6#5'h'#0#0#0#0#0#0#0'closed'
+  +#0#128#12#11'm'#0#0#0#0#0#0#0'spline-style'#0#128#10#11'x'#0#0#0#0#0#0#0'cur'
+  +'ve-mode'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0
+  +#0'class'#1#128#6#196#131#0#0#0#0#0#0#0'shape1'#1#0#0#0#1#128'&8G'#1#0#0#0#0
+  +#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#127#1#0#0#0#0
+  +#0#0'originals'
+]);
+LazarusResources.Add('gradientsrgb16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#216#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#230#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8
+  +#6#0#0#0#31#243#255'a'#0#0#0'oIDATx'#156#237#210#177#13'@P'#20#133#225'3'#128
+  +'Nc'#1'Q'#171#197#2#10#157#5#12#160'Th^#'#17#181'Z'#222#10'o'#8'C'#216#193#16
+  +#215'o'#6#18#205';'#201'W'#222#191#186#210#239's'#210#236#165#224#19'd'#200
+  +'Q'#162'F'#131#14'='#6'LX'#176#193'+8'#167'Y'#207#177'If)'#10'Th'#209'c'#196
+  +#138#29#1#7'N\0'#217#19#137#129#24#248'&'#240#250#149#127#223#13#142#200#175
+  +'`qj'#151#240#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#16
+  +'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176
+  +'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1#132' '
+  +#0#224#8#0#0#0#1#127#14#159#1#127'}'#224#31#0#0#0'a'#156#12#24'%1=JUbnz'#135
+  +#147#159#127#0#19''';Nbv'#137#157#176#196#216#235#255#224#3#0#0#0#30#0#224
+  +#141#0#0#0#208#0#153#153#153#153#153#153#153#144#1#1#238#153#153#153#153#153
+  +#153#153#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153
+  +#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206
+  +#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144
+  +#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153
+  +#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153
+  +#153#153#153#153#153#144#1#14#208#0#153#153#153#153#153#153#153#144#224'TBGR'
+  +'ALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0#141
+  +#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#15#0#0#0#255#255#0#0
+  +#13#1#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128
+  +'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Lay'
+  +'er1'#16'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'
+  +#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1
+  +#132' '#0#224#8#0#0#0#1#127#14#159#1#127'}'#224#31#0#0#0'a'#156#12#24'%1=JUb'
+  +'nz'#135#147#159#127#0#19''';Nbv'#137#157#176#196#216#235#255#224#3#0#0#0#30
+  +#0#224#141#0#0#0#208#0#153#153#153#153#153#153#153#144#1#1#238#153#153#153
+  +#153#153#153#153#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16
+  +#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130
+  +#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153
+  +#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153
+  +#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206
+  +#16#153#153#153#153#153#153#144#1#14#208#0#153#153#153#153#153#153#153#144
+  +#224'TMemDirectory'#26#0#0'2'#2#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorrect0000'
+  +'00611bevelgradientred,yellowlinear1,7.514,7.5sRGBpad'#7#0#0#0#0#128#5#8'9'#0
+  +#0#0#0#0#0#0'class'#0#128#6#10'A'#0#0#0#0#0#0#0'colors'#0#128#13#6'K'#0#0#0#0
+  +#0#0#0'gradient-type'#0#128#6#5'Q'#0#0#0#0#0#0#0'origin'#0#128#6#6'V'#0#0#0#0
+  +#0#0#0'x-axis'#0#128#19#4'\'#0#0#0#0#0#0#0'color-interpolation'#0#128#10#3'`'
+  +#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,13'#9#0#0#0#0#128#5#4''''#0#0#0#0#0
+  +#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'3'#0#0#0#0#0#0#0
+  +'pen-width'#0#128#9#0'4'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'4'#0#0#0#0#0#0#0
+  +'join-style'#1#128#9#153'c'#0#0#0#0#0#0#0'back-fill'#0#128#6#7#252#0#0#0#0#0
+  +#0#0'origin'#0#128#6#6#3#1#0#0#0#0#0#0'x-axis'#0#128#6#6#9#1#0#0#0#0#0#0'y-a'
+  +'xis'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'c'
+  +'lass'#1#128#6#181#15#1#0#0#0#0#0#0'shape1'#1#0#0#0#1#128'&8'#196#1#0#0#0#0#0
+  +#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#252#1#0#0#0#0#0
+  +#0'originals'
+]);
+LazarusResources.Add('gradientangular16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#179#2#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#161#3#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8
+  +#6#0#0#0#31#243#255'a'#0#0#2'JIDATx'#156#197#147#207'KrQ'#16#134#207#31#225
+  +#186#141'H '#210'*'#130'@H'#8'M'#138#10'R")2Q'#130#132#192#16')'#138#136#234
+  +'&T'#216'O5'#10'Q'#196'V'#173#6'Q$QQ'#193#133#4'Am'#218'D'#16#20#4#21#17#17
+  +#146#155#183'sf'#255'}'#219#6#206#230#194#243#188#195#204'\!'#254#188#6#6#6
+  +#180#137#137#9#26#31#31''''#167#211'Iccc4::J'#195#195#195'488H6'#155#141#250
+  +#251#251#201'b'#177#144#217'l'#166#222#222'^'#234#233#233#161#238#238'n'#234
+  +#236#236#212#196#228#228'$'#29#28#28' '#18#137'`gg'#7#225'p'#24#27#27#27'X]]'
+  +#197#226#226'"'#22#22#22#224#247#251#225#243#249'0=='#13#25#6#135#195#129#145
+  +#145#17'tuu'#145#144#31')'#26#141#226#240#240#16'{{{,'#217#218#218#194#218
+  +#218#26#150#150#150'X077'#7#143#199#3#151#203#197#176#236#14'v'#187#29'F'#163
+  +#145#196#204#204#12#157#158#158'"'#30#143#227#248#248#24#251#251#251','#217
+  +#220#220#196#202#202#10#11'fgg155'#197#240#208#208#16#172'V+'#250#250#250'`0'
+  +#24'Hx'#189'^J&'#147'H$'#18'8;;c'#145#234'FIT'#23'J'#160#210#21#172'R'#21'('
+  +#231#0'9'#3'ttt'#144#144'v:??G&'#147'A:'#157'F*'#149'b'#153#18')'#137#18'(X'
+  +#129#10'2'#153'L'#144#195#131'^'#175#135'N'#167'#!'#7'D'#23#23#23#248#215#251
+  +'_'#201'0'#18#243#243#243'$'#11#234'e'#179'Y'#228'r9'#20#10#5#148'J%4'#26#13
+  +#220#221#221#225#229#229#5#159#159#159#248#254#254'F'#171#213#194#207#207#15
+  +#218#237#182#234#148'D '#16#160'|>'#207#208#229#229'%'#131#213'j'#149#225#235
+  +#235'k'#22'<>>'#178#228#253#253#157'E___,'#147#195''''#17#12#6#169'X,2X'#169
+  +'TP'#171#213#24#190#186#186#194#205#205#13#11#30#30#30#240#244#244#196#146
+  +#183#183'7|||'#176#232#228#228#132'D('#20#162'r'#185#204#169#245'z'#157#225
+  +'f'#179#201#233#183#183#183','#184#191#191#231'.'#158#159#159'Y'#242#250#250
+  +#202#221#196'b1'#18'n'#183'['#147#7'C'#203#203#203'$'#247'N'#242#2'I'#174#143
+  +#214#215#215'I'#211'4'#146#151'I'#219#219#219#180#187#187'K'#242'ZI'#222#9
+  +#201'5'#211#209#209#17#201'p'#237#175#127'E!~'#1#231','#245'=~'#225'+'#173#0
+  +#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#3'/'#0#0#0' '#0#1
+  +#132#14#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176
+  +'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1#132' '#0#224#163#0#0#0#1
+  +'G'#206'XfeeETU`'#130'''['#206#144'UD2!"#0'#130'.^'#200#148'UC!'#16#136'iaYS'
+  +'MH*`'#198#153'UC'#16#138'{qf\SKE?%c'#198#158'fC'#16#138#127'qaSH?94'#30'f'
+  +#198#164've '#138#138'qS?4,''#'#20'j'#7#170'v'#130#159'm'#198#176#138#171#208
+  +#131#197#215#232#197#241#202#169#130#156'p'#198#181#170#188#208#130#206#215
+  +#198#225#253#202#160#130#153's'#206#186#170#188#238#239#236#203#160#130#151
+  +'u'#206#189#186#188#220#221#220#187#160#130#149'_'#206'x'#169#170#171#171#170
+  +#170#144#1'u'#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0
+  +#16#0#0#0#16#0#0#0'm'#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0
+  +#2#0#0#0#255#255#0#0#237#0#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'
+  +#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16
+  +#0#0#0#6#0#0#0'Layer1'#3'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2
+  +#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130
+  +#176#132#14#176#1#132' '#0#224#163#0#0#0#1'G'#206'XfeeETU`'#130'''['#206#144
+  +'UD2!"#0'#130'.^'#200#148'UC!'#16#136'iaYSMH*`'#198#153'UC'#16#138'{qf\SKE?%'
+  +'c'#198#158'fC'#16#138#127'qaSH?94'#30'f'#198#164've '#138#138'qS?4,''#'#20
+  +'j'#7#170'v'#130#159'm'#198#176#138#171#208#131#197#215#232#197#241#202#169
+  +#130#156'p'#198#181#170#188#208#130#206#215#198#225#253#202#160#130#153's'
+  +#206#186#170#188#238#239#236#203#160#130#151'u'#206#189#186#188#220#221#220
+  +#187#160#130#149'_'#206'x'#169#170#171#171#170#170#144#1'u'#224'TMemDirector'
+  +'y'#26#0#0'E'#2#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorrect000000611bevelgradie'
+  +'ntwhite,blackangular8,816,88,14RGBpad'#8#0#0#0#0#128#5#8'9'#0#0#0#0#0#0#0'c'
+  +'lass'#0#128#6#11'A'#0#0#0#0#0#0#0'colors'#0#128#13#7'L'#0#0#0#0#0#0#0'gradi'
+  +'ent-type'#0#128#6#3'S'#0#0#0#0#0#0#0'origin'#0#128#6#4'V'#0#0#0#0#0#0#0'x-a'
+  +'xis'#0#128#6#4'Z'#0#0#0#0#0#0#0'y-axis'#0#128#19#3'^'#0#0#0#0#0#0#0'color-i'
+  +'nterpolation'#0#128#10#3'a'#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,13'#9#0
+  +#0#0#0#128#5#4''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'
+  +#0#128#9#1'3'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'4'#0#0#0#0#0#0#0'pen-style'
+  +#0#128#10#5'4'#0#0#0#0#0#0#0'join-style'#1#128#9#171'd'#0#0#0#0#0#0#0'back-f'
+  +'ill'#0#128#6#7#15#1#0#0#0#0#0#0'origin'#0#128#6#6#22#1#0#0#0#0#0#0'x-axis'#0
+  +#128#6#6#28#1#0#0#0#0#0#0'y-axis'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0
+  +#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#181'"'#1#0#0#0#0#0#0'shape1'#1#0#0#0
+  +#1#128'&8'#215#1#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0
+  +#1#128#9'6'#15#2#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientcorrhueccw16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0'K'#3#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0'/'#6#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0
+  +#0#0#31#243#255'a'#0#0#2#226'IDATx'#156'mSmH'#147'a'#20'='#18#244'C'#240'G'
+  +#10#134'!'#24'dP'#244#137'a'#10#134'I,q'#189'HQV2'#171#25'C'#217#166#5'~K'#18
+  +'QZZ'#237#157#148#195#185#25'9G+k'#174#210','#131#160#222#176#31'V'#184#28'#'
+  +'Q+!'#149#25#181'?'#179#143'?CO'#239'^'#195#190'<py'#184'<'#247#28#238#189
+  +#207'y'#128#255#17#155#188#201#160#206#220'a'#19's'#211':'#186#243#183'ttk'
+  +#147'mb'#206#10#131':r'#183'D'#253'"'#150#197#164#26#133'uy}R'#182'n*'#172
+  +#213#253'`'#173'f'#158#162'0'#207'k'#233'?'#216#177'z*'#220#132#30')'#15':!R'
+  +#251#31#25#170'J'#3'N'#248#130#235#235#230#184#187#130'<j$'#171#142#144'f'
+  +#129'tm'''#31#175'"'#7'0'#203';'#144#130'z'#156'0'#252'-'#146'qX@'#213#163' '
+  +#206#190'''T'#141'L)'#15#177#169#141#236#245#204#210'c'#253#192#254#138#239
+  +#148#150#147'/'#241#133'o'#240#129#247'q?'#168'A'#158#176'83'#138'/I0'#191'"'
+  +'j'#30'Q'#206#249#224#217'(='#30#15#227#226#226#148'<>>'#158#245#149#151#248
+  +'z'#235';'#250#225#231#8#6#216#142'zia'''#153'{'#212'h'#184#17'F'#203'S'#162
+  +#174'K!X,'#22#229'4'#153'L'#28#30#30#166#195#225'`bb"'#235'J'#234'8'#134#231
+  +#156'@'#175#220#141'%'#172'E'#150#188'XM'#177#136'+'#183#136#214#30'jZo+'#196
+  +#152#152#24#150#149#149'qppP'#137#185#185'9'#186#221'nFGGs\'#215#195#25'X'
+  +#249#17#23'hF'#174#8'h'#139#220'hs'#18'm.^'#190#247'P'#17#248'3"'#164#233#233
+  +'i'#165#147'H'#254#214#228#226',J'#248#21#199'iC'#186#27'(,t'#195'f#'#236'v:'
+  +#135#134#232#243#249#148#226#201#201'I'#206#204#204'0'#20#10'1'#2#171#213#202
+  +#164#164'$~ko'#167#172#196'y9:'#0'Y'#224#216'A'#17#214'F'#226#250'E'#26#251
+  +'or)x'#189'^e'#161#237'2y'#226#188#145#239'r'#192#209','#240#226'Z'#200'#'
+  +#236'JU'#195'|2'#140#206'j'#194'y'#146#254'O'#239#23#137'###'#180#203#157'%$'
+  +'$P'#175#215'30'#230#229#147'b'#240#133#22#236#219#139#240#161'5P/<c'#133' '
+  +#193'YH'#220'<'#192#148#187#251#233#255#236'g '#16'Pf'#142#180#221#210#210
+  +#194#137#241'!v'#157'K'#161#187#12#236'5'#130#13'9'#144'~[{w'#178#0'Sf'#16
+  +#183'S'#25#229#6#183#185#192#11#253#165't>h'#230#147#129#235#188#213'U'#202
+  +#230's'#160#237'4'#216'Y'#3#138'Z'#4#213#155#177'h'#164#5'+'#231#173'4D5#'
+  +#184#241#6#168'r'#128#249'v'#208'`'#1'k'#205'`}'#147#236#137#6#240#234#25#240
+  +#172#30#193'}'#25#248#199#202#191'DVdC'#216'P'#14')'#219#132'p'#193'U'#176'T'
+  +#142#26#17'<-'#147'OU#\t'#4#210#206'T,'#249#153#254'Dlr'#22#212#25#26#136#170
+  +#2't'#11#249#232#206'='#0'1='#13'K~'#231#159'.y'#198'1m'#162#245#170#0#0#0#0
+  +'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#0'y'#0#0#0'c'#136#18'I'
+  +#141#172#172#141'I'#18'e'#132#3'K'#192#251's'#132#251#192'K'#3'b'#131#3'i'
+  +#236'w'#135#236'i'#3#0#0'K'#236'y'#133#236'K'#0#18#192'{'#132#192#18'I'#251
+  +'{'#131#251'I'#141'}'#130#141#171'}'#2#171'}'#130#171#141'}'#131#141'I'#251
+  +'{'#132#251'I'#18#192'{'#133#192#18#0'K'#236'y'#135#236'K'#0#0#3'i'#236'w'
+  +#131#236'i'#3'b'#132#3'K'#192#251's'#132#251#192'K'#3'e'#136#18'I'#141#172
+  +#172#141'I'#18'c'#224#200#0#0#0#147#0'$>MX_H'#0#0#13'(F_x'#141#156#159#136'T'
+  +'c'#138')E]u'#142#165#184#195#170'hd'#138'2'#136#178#173#183#192#201#207#176
+  +'Zd'#138#179#173#19#0#22#131#203#211#214#155'e'#139#148#0#140#208#160#28'{'
+  +#217#222#201'_b'#141'Z'#0#13'q'#200#200#253#171#10#218#231#225#142'bA'#12#139
+  +#0#10#228#134#208#0#213#242#243#153'b'#141#162#209#208#226#231#241#255#151#31
+  +#244#255#254#159'b'#1'jt'#135#206#19#155#222#219#216#137'c'#140#211#255#255
+  +#214#154#25'h'#230#187#196#180'Vc'#139'2'#211#230#0#31#147#222#168#171#178
+  +#132'c'#173#1'3'#134#162#187#167#143#153#161#141'I'#0#0#1',DXix'#131#140#146
+  +#129'P'#0#0#17'+F[lw}ze?'#0#0'$;DKM8'#0#224#206#0#0#0#145#0'-<7/$'#17#0#0'5T'
+  +'ccZK8 c'#137'Dm{sj\K6'#26'c'#138';u'#129'Dr'#152#173#151's'#6'd'#139'f'#142
+  +'w'#0#191#173#19#0#22't0c'#140'>'#132#147'{'#0#148#0#140#208#160#28'kc'#141
+  +'Z'#145#150#150#0#13'q'#200#200#253#171#10'cb'#132'_'#152#152#175'c'#133#10
+  +#228#208#0#140'b'#141'`'#153#154#205#209#208#226#231#241#255#151#31#155'b'
+  +#132'^'#151#158#183't'#184#206#19#155#133'H@%B'#142#161#162#232#255#255#214
+  +#154#25'h'#217'f_O#'#0's'#162#166#174#234#230#0#31#147#218#130'qjH'#0'E'#140
+  +#169#171#165#183#179#195#168#130'}w_.'#0'T'#143#200#164'B"$0'#151'h;'#0#0'Fr'
+  +#140#146#146#141#132'v\5'#0#0'@Z[XS7'#0#224#177#0#0#0#152#0'i'#153#159#159
+  +#153'i'#0#0'j'#180#227#246#254#254#246#227#177'c'#0#0't'#209#253'u'#129#6#242
+  +#192'm'#0'W'#182#220#135#241#255#242#221#245#255#235#221#176'T'#0#138#202#182
+  +#0#216#173#19#0#22#138#219#211#195#131#0'J'#164#190#168#0#148#0#140#208#160
+  +#28'{'#193#178#148'@f'#167#177#169#0#13'q'#200#200#253#171#10#177#151#134'Me'
+  +#162#165#181'c'#149#10#228#208#0#165'ka8`'#153#154#205#209#208#226#231#241
+  +#255#151#31#155'b'#132'U'#135#137#166't'#132#206#19#155'jb'#140'5nvn'#220#255
+  +#255#214#154#25'h'#206'd'#139'K`SR'#211#230#0#31#147#205'2c'#137'$>5'#0#0'l'
+  +#143#158'le'#1#23' '#0#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0
+  ,#3#0#0#0#16#0#0#0#16#0#0#0'c'#3#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0
+  +#0#0#0#0' '#0#0#0#255#255#0#0#227#2#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167
+  +'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0
+  +#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#0'y'#0#0#0'c'#136#18'I'#141#172#172#141'I'
+  +#18'e'#132#3'K'#192#251's'#132#251#192'K'#3'b'#131#3'i'#236'w'#135#236'i'#3#0
+  +#0'K'#236'y'#133#236'K'#0#18#192'{'#132#192#18'I'#251'{'#131#251'I'#141'}'
+  +#130#141#171'}'#2#171'}'#130#171#141'}'#131#141'I'#251'{'#132#251'I'#18#192
+  +'{'#133#192#18#0'K'#236'y'#135#236'K'#0#0#3'i'#236'w'#131#236'i'#3'b'#132#3
+  +'K'#192#251's'#132#251#192'K'#3'e'#136#18'I'#141#172#172#141'I'#18'c'#224#200
+  +#0#0#0#147#0'$>MX_H'#0#0#13'(F_x'#141#156#159#136'Tc'#138')E]u'#142#165#184
+  +#195#170'hd'#138'2'#136#178#173#183#192#201#207#176'Zd'#138#179#173#19#0#22
+  +#131#203#211#214#155'e'#139#148#0#140#208#160#28'{'#217#222#201'_b'#141'Z'#0
+  +#13'q'#200#200#253#171#10#218#231#225#142'bA'#12#139#0#10#228#134#208#0#213
+  +#242#243#153'b'#141#162#209#208#226#231#241#255#151#31#244#255#254#159'b'#1
+  +'jt'#135#206#19#155#222#219#216#137'c'#140#211#255#255#214#154#25'h'#230#187
+  +#196#180'Vc'#139'2'#211#230#0#31#147#222#168#171#178#132'c'#173#1'3'#134#162
+  +#187#167#143#153#161#141'I'#0#0#1',DXix'#131#140#146#129'P'#0#0#17'+F[lw}ze?'
+  +#0#0'$;DKM8'#0#224#206#0#0#0#145#0'-<7/$'#17#0#0'5TccZK8 c'#137'Dm{sj\K6'#26
+  +'c'#138';u'#129'Dr'#152#173#151's'#6'd'#139'f'#142'w'#0#191#173#19#0#22't0c'
+  +#140'>'#132#147'{'#0#148#0#140#208#160#28'kc'#141'Z'#145#150#150#0#13'q'#200
+  +#200#253#171#10'cb'#132'_'#152#152#175'c'#133#10#228#208#0#140'b'#141'`'#153
+  +#154#205#209#208#226#231#241#255#151#31#155'b'#132'^'#151#158#183't'#184#206
+  +#19#155#133'H@%B'#142#161#162#232#255#255#214#154#25'h'#217'f_O#'#0's'#162
+  +#166#174#234#230#0#31#147#218#130'qjH'#0'E'#140#169#171#165#183#179#195#168
+  +#130'}w_.'#0'T'#143#200#164'B"$0'#151'h;'#0#0'Fr'#140#146#146#141#132'v\5'#0
+  +#0'@Z[XS7'#0#224#177#0#0#0#152#0'i'#153#159#159#153'i'#0#0'j'#180#227#246#254
+  +#254#246#227#177'c'#0#0't'#209#253'u'#129#6#242#192'm'#0'W'#182#220#135#241
+  +#255#242#221#245#255#235#221#176'T'#0#138#202#182#0#216#173#19#0#22#138#219
+  +#211#195#131#0'J'#164#190#168#0#148#0#140#208#160#28'{'#193#178#148'@f'#167
+  +#177#169#0#13'q'#200#200#253#171#10#177#151#134'Me'#162#165#181'c'#149#10#228
+  +#208#0#165'ka8`'#153#154#205#209#208#226#231#241#255#151#31#155'b'#132'U'#135
+  +#137#166't'#132#206#19#155'jb'#140'5nvn'#220#255#255#214#154#25'h'#206'd'#139
+  +'K`SR'#211#230#0#31#147#205'2c'#137'$>5'#0#0'l'#143#158'le'#1#23' '#0#224'TM'
+  +'emDirectory'#26#0#0'o'#5#0#0#0#0#0#0#25#0#0#0#0#0#0#0'4vectorellipse0000006'
+  +'11gradientred,redangular8,816,88,16GSB+pad'#8#0#0#0#0#128#5#8'7'#0#0#0#0#0#0
+  +#0'class'#0#128#6#7'?'#0#0#0#0#0#0#0'colors'#0#128#13#7'F'#0#0#0#0#0#0#0'gra'
+  +'dient-type'#0#128#6#3'M'#0#0#0#0#0#0#0'origin'#0#128#6#4'P'#0#0#0#0#0#0#0'x'
+  +'-axis'#0#128#6#4'T'#0#0#0#0#0#0#0'y-axis'#0#128#19#4'X'#0#0#0#0#0#0#0'color'
+  +'-interpolation'#0#128#10#3'\'#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,15'#8
+  +#0#0#0#0#128#5#7''''#0#0#0#0#0#0#0'class'#0#128#9#8'.'#0#0#0#0#0#0#0'pen-col'
+  +'or'#0#128#9#1'6'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'7'#0#0#0#0#0#0#0'pen-st'
+  +'yle'#1#128#9#171'_'#0#0#0#0#0#0#0'back-fill'#0#128#6#7#10#1#0#0#0#0#0#0'ori'
+  +'gin'#0#128#6#6#17#1#0#0#0#0#0#0'x-axis'#0#128#6#6#23#1#0#0#0#0#0#0'y-axisel'
+  +'lipse0000006110white7.5,7.512,7.57.5,12'#8#0#0#0#0#128#5#7#188#1#0#0#0#0#0#0
+  +'class'#0#128#9#8#195#1#0#0#0#0#0#0'pen-color'#0#128#9#1#203#1#0#0#0#0#0#0'p'
+  +'en-width'#0#128#9#1#204#1#0#0#0#0#0#0'pen-style'#0#128#10#5#205#1#0#0#0#0#0
+  +#0'back-color'#0#128#6#7#210#1#0#0#0#0#0#0'origin'#0#128#6#6#217#1#0#0#0#0#0
+  +#0'x-axis'#0#128#6#6#223#1#0#0#0#0#0#0'y-axiscurveblack1.5bevel000000007,9,1'
+  +'1,11,10.0749979,8.5,7,5.5,4.511,10.5,8,6,4.624999046,4,4,5.5,7falseeasy-bez'
+  +'ier0,0,0,0,0,0,0,0,0'#11#0#0#0#0#128#5#5#133#2#0#0#0#0#0#0'class'#0#128#9#5
+  +#138#2#0#0#0#0#0#0'pen-color'#0#128#9#3#143#2#0#0#0#0#0#0'pen-width'#0#128#9
+  +#0#146#2#0#0#0#0#0#0'pen-style'#0#128#10#5#146#2#0#0#0#0#0#0'join-style'#0
+  +#128#10#8#151#2#0#0#0#0#0#0'back-color'#0#128#1'"'#159#2#0#0#0#0#0#0'x'#0#128
+  +#1'!'#193#2#0#0#0#0#0#0'y'#0#128#6#5#226#2#0#0#0#0#0#0'closed'#0#128#12#11
+  +#231#2#0#0#0#0#0#0'spline-style'#0#128#10#17#242#2#0#0#0#0#0#0'curve-modepol'
+  +'ylineblack1.5bevel000000008.024998665,4,46.874999523,7,3.5false'#9#0#0#0#0
+  +#128#5#8#221#3#0#0#0#0#0#0'class'#0#128#9#5#229#3#0#0#0#0#0#0'pen-color'#0
+  +#128#9#3#234#3#0#0#0#0#0#0'pen-width'#0#128#9#0#237#3#0#0#0#0#0#0'pen-style'
+  +#0#128#10#5#237#3#0#0#0#0#0#0'join-style'#0#128#10#8#242#3#0#0#0#0#0#0'back-'
+  +'color'#0#128#1#15#250#3#0#0#0#0#0#0'x'#0#128#1#17#9#4#0#0#0#0#0#0'y'#0#128#6
+  +#5#26#4#0#0#0#0#0#0'closed'#6#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5
+  +#6'!'#0#0#0#0#0#0#0'class'#1#128#6#159#29#1#0#0#0#0#0#0'shape1'#1#128#6#160
+  +#229#1#0#0#0#0#0#0'shape2'#1#128#6#218#3#3#0#0#0#0#0#0'shape3'#1#128#6#172#31
+  +#4#0#0#0#0#0#0'shape4'#1#0#0#0#1#128'&n'#203#4#0#0#0#0#0#0'{1D7098C8-7796-45'
+  ,'76-A730-8F77803A391C}'#1#0#0#0#1#128#9'69'#5#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('texture16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#181#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0'|'#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#2
+  +#0#0#0#144#145'h6'#0#0#0'LIDATx'#156'cHl'#223#147#220#182#3#130'vl'#159#9'Gp'
+  +'Ad'#241'='#187'f3'#0#249'r'#19#254'C'#208#255#191'{'#224#8'.'#136','#14#212
+  +'C'#7#13'@'#140'_'#17#178'8'#208#244#193#168'a'#16#6#235'p'#136#7'`'#138#197
+  +#159#164#145#197#129'y'#1#0#173'-'#28#175'<9q'#207#0#0#0#0'IEND'#174'B`'#130
+  +#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#24#8#0#0#0#134'ac'#184#188#30#255#224#8#0
+  +#0#0#134#135#134#183#186#144#253#224#8#0#0#0#134#188#184#153#155#255#188#224
+  +#139#0#0#0'A'#248#0#1#2#1#3#2#130#3#1'A'#190#4#5#4#5#130#2#1'A'#190#4#5#4#5
+  +#130#2#1'B'#190#4#5#4#5#249#2#5#4#5#3#4#130#1#2'A'#190#5#4#5#4#130#1#2'A'#190
+  +#5#4#5#4#130#1#2'B'#190#5#4#5#4#249#1#4#5#4#3#5#130#2#1'A'#190#4#5#4#5#130#2
+  +#1'A'#190#4#5#4#5#130#2#1'B'#190#4#5#4#5#249#2#5#4#5#3#4#130#1#2'A'#190#5#4#5
+  +#4#130#1#2'A'#190#5#4#5#4#130#1#3'A'#190#2#1#2#1'`'#224'TBGRALayeredBitmap'
+  +#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0'F'#1#0#0#0#0#0#0'H'
+  +#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#5#0#0#0#255#255#0#0#198#0#0#0#0#0#0#0
+  +#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0
+  +#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#24#8#0#0#0#134
+  +'ac'#184#188#30#255#224#8#0#0#0#134#135#134#183#186#144#253#224#8#0#0#0#134
+  +#188#184#153#155#255#188#224#139#0#0#0'A'#248#0#1#2#1#3#2#130#3#1'A'#190#4#5
+  +#4#5#130#2#1'A'#190#4#5#4#5#130#2#1'B'#190#4#5#4#5#249#2#5#4#5#3#4#130#1#2'A'
+  +#190#5#4#5#4#130#1#2'A'#190#5#4#5#4#130#1#2'B'#190#5#4#5#4#249#1#4#5#4#3#5
+  +#130#2#1'A'#190#4#5#4#5#130#2#1'A'#190#4#5#4#5#130#2#1'B'#190#4#5#4#5#249#2#5
+  +#4#5#3#4#130#1#2'A'#190#5#4#5#4#130#1#2'A'#190#5#4#5#4#130#1#3'A'#190#2#1#2#1
+  +'`'#224'TMemDirectory'#26#0#0'6'#10#0#0#0#0#0#0#25#0#0#0#0#0#0#0'10vectorrec'
+  +'t8080808010bevelfffdbcff7.5,7.515.5,7.57.5,15.5'#9#0#0#0#0#128#5#4'('#0#0#0
+  +#0#0#0#0'class'#0#128#9#8','#0#0#0#0#0#0#0'pen-color'#0#128#9#1'4'#0#0#0#0#0
+  +#0#0'pen-width'#0#128#9#1'5'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'6'#0#0#0#0#0
+  +#0#0'join-style'#0#128#10#8';'#0#0#0#0#0#0#0'back-color'#0#128#6#7'C'#0#0#0#0
+  +#0#0#0'origin'#0#128#6#8'J'#0#0#0#0#0#0#0'x-axis'#0#128#6#8'R'#0#0#0#0#0#0#0
+  +'y-axisrect8080808010beveldodgerblue1.5,1.53.5,1.51.5,3.5'#9#0#0#0#0#128#5#4
+  +#16#1#0#0#0#0#0#0'class'#0#128#9#8#20#1#0#0#0#0#0#0'pen-color'#0#128#9#1#28#1
+  +#0#0#0#0#0#0'pen-width'#0#128#9#1#29#1#0#0#0#0#0#0'pen-style'#0#128#10#5#30#1
+  +#0#0#0#0#0#0'join-style'#0#128#10#10'#'#1#0#0#0#0#0#0'back-color'#0#128#6#7
+  +'-'#1#0#0#0#0#0#0'origin'#0#128#6#7'4'#1#0#0#0#0#0#0'x-axis'#0#128#6#7';'#1#0
+  +#0#0#0#0#0'y-axisrect8080808010beveldodgerblue5.5,5.57.5,5.55.5,7.5'#9#0#0#0
+  +#0#128#5#4#248#1#0#0#0#0#0#0'class'#0#128#9#8#252#1#0#0#0#0#0#0'pen-color'#0
+  +#128#9#1#4#2#0#0#0#0#0#0'pen-width'#0#128#9#1#5#2#0#0#0#0#0#0'pen-style'#0
+  +#128#10#5#6#2#0#0#0#0#0#0'join-style'#0#128#10#10#11#2#0#0#0#0#0#0'back-colo'
+  +'r'#0#128#6#7#21#2#0#0#0#0#0#0'origin'#0#128#6#7#28#2#0#0#0#0#0#0'x-axis'#0
+  +#128#6#7'#'#2#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue9.5,9.511.5,9.5'
+  +'9.5,11.5'#9#0#0#0#0#128#5#4#224#2#0#0#0#0#0#0'class'#0#128#9#8#228#2#0#0#0#0
+  +#0#0'pen-color'#0#128#9#1#236#2#0#0#0#0#0#0'pen-width'#0#128#9#1#237#2#0#0#0
+  +#0#0#0'pen-style'#0#128#10#5#238#2#0#0#0#0#0#0'join-style'#0#128#10#10#243#2
+  +#0#0#0#0#0#0'back-color'#0#128#6#7#253#2#0#0#0#0#0#0'origin'#0#128#6#8#4#3#0
+  +#0#0#0#0#0'x-axis'#0#128#6#8#12#3#0#0#0#0#0#0'y-axisrect8080808010beveldodge'
+  +'rblue13.5,13.515.5,13.513.5,15.5'#9#0#0#0#0#128#5#4#202#3#0#0#0#0#0#0'class'
+  +#0#128#9#8#206#3#0#0#0#0#0#0'pen-color'#0#128#9#1#214#3#0#0#0#0#0#0'pen-widt'
+  +'h'#0#128#9#1#215#3#0#0#0#0#0#0'pen-style'#0#128#10#5#216#3#0#0#0#0#0#0'join'
+  +'-style'#0#128#10#10#221#3#0#0#0#0#0#0'back-color'#0#128#6#9#231#3#0#0#0#0#0
+  +#0'origin'#0#128#6#9#240#3#0#0#0#0#0#0'x-axis'#0#128#6#9#249#3#0#0#0#0#0#0'y'
+  +'-axisrect8080808010beveldodgerblue1.5,9.53.5,9.51.5,11.5'#9#0#0#0#0#128#5#4
+  +#184#4#0#0#0#0#0#0'class'#0#128#9#8#188#4#0#0#0#0#0#0'pen-color'#0#128#9#1
+  +#196#4#0#0#0#0#0#0'pen-width'#0#128#9#1#197#4#0#0#0#0#0#0'pen-style'#0#128#10
+  +#5#198#4#0#0#0#0#0#0'join-style'#0#128#10#10#203#4#0#0#0#0#0#0'back-color'#0
+  +#128#6#7#213#4#0#0#0#0#0#0'origin'#0#128#6#7#220#4#0#0#0#0#0#0'x-axis'#0#128
+  +#6#8#227#4#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue5.5,13.57.5,13.55.'
+  +'5,15.5'#9#0#0#0#0#128#5#4#161#5#0#0#0#0#0#0'class'#0#128#9#8#165#5#0#0#0#0#0
+  +#0'pen-color'#0#128#9#1#173#5#0#0#0#0#0#0'pen-width'#0#128#9#1#174#5#0#0#0#0
+  +#0#0'pen-style'#0#128#10#5#175#5#0#0#0#0#0#0'join-style'#0#128#10#10#180#5#0
+  +#0#0#0#0#0'back-color'#0#128#6#8#190#5#0#0#0#0#0#0'origin'#0#128#6#8#198#5#0
+  +#0#0#0#0#0'x-axis'#0#128#6#8#206#5#0#0#0#0#0#0'y-axisrect8080808010beveldodg'
+  +'erblue9.5,1.511.5,1.59.5,3.5'#9#0#0#0#0#128#5#4#140#6#0#0#0#0#0#0'class'#0
+  +#128#9#8#144#6#0#0#0#0#0#0'pen-color'#0#128#9#1#152#6#0#0#0#0#0#0'pen-width'
+  +#0#128#9#1#153#6#0#0#0#0#0#0'pen-style'#0#128#10#5#154#6#0#0#0#0#0#0'join-st'
+  ,'yle'#0#128#10#10#159#6#0#0#0#0#0#0'back-color'#0#128#6#7#169#6#0#0#0#0#0#0
+  +'origin'#0#128#6#8#176#6#0#0#0#0#0#0'x-axis'#0#128#6#7#184#6#0#0#0#0#0#0'y-a'
+  +'xisrect8080808010beveldodgerblue13.5,5.515.5,5.513.5,7.5'#9#0#0#0#0#128#5#4
+  +'u'#7#0#0#0#0#0#0'class'#0#128#9#8'y'#7#0#0#0#0#0#0'pen-color'#0#128#9#1#129
+  +#7#0#0#0#0#0#0'pen-width'#0#128#9#1#130#7#0#0#0#0#0#0'pen-style'#0#128#10#5
+  +#131#7#0#0#0#0#0#0'join-style'#0#128#10#10#136#7#0#0#0#0#0#0'back-color'#0
+  +#128#6#8#146#7#0#0#0#0#0#0'origin'#0#128#6#8#154#7#0#0#0#0#0#0'x-axis'#0#128
+  +#6#8#162#7#0#0#0#0#0#0'y-axisrect8080809d1bevel7.5,7.515,7.57.5,15'#8#0#0#0#0
+  +#128#5#4'`'#8#0#0#0#0#0#0'class'#0#128#9#8'd'#8#0#0#0#0#0#0'pen-color'#0#128
+  +#9#1'l'#8#0#0#0#0#0#0'pen-width'#0#128#9#0'm'#8#0#0#0#0#0#0'pen-style'#0#128
+  +#10#5'm'#8#0#0#0#0#0#0'join-style'#0#128#6#7'r'#8#0#0#0#0#0#0'origin'#0#128#6
+  +#6'y'#8#0#0#0#0#0#0'x-axis'#0#128#6#6#127#8#0#0#0#0#0#0'y-axis'#12#0#0#0#0
+  +#128#5#2' '#0#0#0#0#0#0#0'count'#0#128#5#6'"'#0#0#0#0#0#0#0'class'#1#128#6
+  +#182'Z'#0#0#0#0#0#0#0'shape1'#1#128#6#182'B'#1#0#0#0#0#0#0'shape2'#1#128#6
+  +#182'*'#2#0#0#0#0#0#0'shape3'#1#128#6#182#20#3#0#0#0#0#0#0'shape4'#1#128#6
+  +#182#2#4#0#0#0#0#0#0'shape5'#1#128#6#182#235#4#0#0#0#0#0#0'shape6'#1#128#6
+  +#182#214#5#0#0#0#0#0#0'shape7'#1#128#6#182#191#6#0#0#0#0#0#0'shape8'#1#128#6
+  +#182#170#7#0#0#0#0#0#0'shape9'#1#128#7#160#133#8#0#0#0#0#0#0'shape10'#1#0#0#0
+  +#1#128'&'#219'%'#9#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0
+  +#0#1#128#9'6'#0#10#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('nofill32','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0' '#0#0#0' '#0#0#0#1#0#0#0'3'#3#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0#145#7#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0' '#0#0#0' '#8#6
+  +#0#0#0'szz'#244#0#0#2#202'IDATx'#156#181#151#239'KSQ'#24#199'G'#191#28#165
+  +#148#210#166'5'#153'R8P'#26'-V'#153#154#171#12#162#200'(B'#130#18'K'#202#146
+  +#202'~@e'#22#228#143'^d'#211'^'#212#214#171't'#175'zkmS'#255#17#25#22'ff'#201
+  +'X'#141'5+'#19#223'>'#157's'#230#238'=g'#247#222#237#220's'#215#133#15#28#238
+  +#253'>'#223#231'{'#14#247#220#179#153'L*'#215'['#147#201#138#136#172'bU'#211
+  +#240'\B>T'#17#172'"'#20'B'#200#7#9','#233#162#201'F'#15#129'*'#182#232'h.'
+  +#251'x<'#132#156'>t'#226#201#250#6'X'#26#13#16#240'X'#207'J0>'#13#200''''#16
+  +' '#224#177#166#15']4Q['#11#191'}~Xy3B'#192'c|'#143''''#132#194#199#255#26'V'
+  +'FF'#9'x'#172#234'C/'#215#184#219#13'I'#239#16#252'}'#233#147'XF,z'#135'a'
+  +#194#189'7'#235'2'#210'>X'#187'84'#12#203#175'|'#20'~t'#239#133#210'Gj'#238
+  +'rA'#162'o'#0#254'<{'#206'2'#152'"'#209'?@4j!'#152'I'#184#246' '#237'SX'#26
+  +#244#170#242#19'='#195#154#180#143#28'`'#151#19#226#221'='#240#235'Io'#6'}'
+  +#18#241#135#143#136#142#14#193'4'#199#30'HC'#215'H'#244#246#19#226'='#143'a'
+  +#220#233'd'#2'H'#6#225#234#26#248'q'#235#14'$'#239'='#208#4'?'#199':*'#132'\'
+  +'{'#251'.$'#239'wk'#130#159'g'#212'Z'#20'K'#24#174'r@'#172#227#26'$'#174#223
+  +'Dt'#169#18#235#232#132#176#195#145'6"'#227#216#213'NH'#220#232#210#4'?'#167
+  +'j'#148#239#17#253#6#135'v'#236#132#232#133'6'#136'_'#186#204#210'.'#19'mm#:'
+  +#162'E'#227'x'#251#21'M'#162#173#23#137'.'#231'NbB'#216'+'#224#219#217#22#136
+  +#157';O'#248'.'#200#2#242#8'UT'#234#250#26'J!'#130#182'r'#152'?~'#18#162#205
+  +#167'sp'#134#229'T'#138#249#19#205#16'B'#30#186'?'#233'L'#136#210'2'#152';t'
+  +#4#22#154#142'isT'#201#220#225'&'#8#150'm'#19'?O'#232#23'3'#184#213#2#179#251
+  +#234#224#235#129#131')'#234'2id'#152#221'_'#143'j'#172'B'#231#136'f'#136#247
+  +#197'%'#240'e'#183#155#11#172'5'#220'\'#17#160'h3|'#174#170#230#160#134'h'
+  +#243':'#251'w'#27'7'#193#244'v;'#204#216'*'#225'S6'#202'S|'#176#217'I'#141'p'
+  +#8#166#249#6'3D'#182'X'#224'c'#177'5EI6J%"H'#139'ku'#135#160'w'#192#216#154
+  +'u0e.'#132'is'#145#16#184'vl'#237'z'#177'o'#0'i^'#128#150#190#160#208#16#216
+  +#3'{'#233#250#10#242'4O'#27#235#209'j'#134#16'm'#158'>'#140#12#133#160'_8A##'
+  +#181#242'/"Q'#3#163#19#224#14#160#154'^e'#219#234#245#225'*'#206#214'\O'#8'M'
+  +#159'l'#197'<'#205'yB'#228#244'Q'#219#9#220'{8_>'#153'3'#224#157'y^}'#232'b#'
+  +''''#154'!'#31'j'#25#255#251#223#243#127#173#16'eh'#129'F'#183'V'#0#0#0#0'IE'
+  +'ND'#174'B`'#130' '#0#0#0' '#0#0#0#7#0#0#0'Preview'#16'l'#1#0#0'd'#132#22#211
+  +#211#22'm'#132#22#211#211#22'h'#134#22#211#255#255#211#22'k'#134#22#211#255
+  +#255#211#22'f'#130#21#211's'#130#211#21'i'#130#21#211's'#130#211#21'd'#130#22
+  +#211'u'#130#211#22'g'#130#22#211'u'#130#211#22'b'#130#22#211'w'#130#211#22'e'
+  +#130#22#211'w'#133#211#22#0#21#211'y'#130#211#21'c'#130#21#211'y'#131#211#21
+  +#211'{'#134#211#21#0#0#21#211'{'#2#211'|'#132#211#21#21#211'|'#131#211#21#211
+  +'|'#2#211'|'#133#211#21#0#21#211#26#255#130#211#21'b'#130#22#211#24#255#130
+  +#211#22'd'#130#22#211#22#255#130#211#22'f'#130#22#211#20#255#130#211#22'h'
+  +#130#22#211#18#255#130#211#22'j'#130#21#211#127#130#211#21'l'#130#21#211'}'
+  +#130#211#21'm'#130#21#211'}'#130#211#21'l'#130#21#211#127#130#211#21'j'#130
+  +#21#211#18#255#130#211#21'h'#130#22#211#20#255#130#211#22'f'#130#22#211#22
+  +#255#130#211#22'd'#130#22#211#24#255#130#211#22'b'#130#22#211#26#255#133#211
+  +#22#0#21#211'|'#2#211'|'#131#211#21#211'|'#132#211#21#21#211'|'#2#211'{'#134
+  +#211#21#0#0#21#211'{'#131#211#21#211'y'#130#211#21'c'#130#21#211'y'#133#211
+  +#21#0#21#211'w'#130#211#21'e'#130#21#211'w'#130#211#21'b'#130#22#211'u'#130
+  +#211#22'g'#130#22#211'u'#130#211#22'd'#130#21#211's'#130#211#21'i'#130#21#211
+  +'s'#130#211#21'f'#134#21#211#255#255#211#21'k'#134#21#211#255#255#211#21'h'
+  +#132#22#211#211#22'm'#132#22#211#211#22'd'#224'm'#0#0#0#1#163#3#180#156#242
+  +#180#242#179#240#246#240#246#178#237#243#244#238#179#238#244#244#238#178#235
+  +#241#241#235#178#235#242#236#178#198#233#232'. '#143#178#177#232#237#232#237
+  +#177#230#235#235#230#177#230#235#176#230'='#131#211#136#176#225#230#231#226
+  +#176#175#223#3#228#138#223#176#175#221#226#226#221#175#175#219#3#224#136#219
+  +#175#174#222#174#220#220#173#197#213#201#132#130#173#211#3#215#135#211#172
+  +#209#213#172#209#213#224'm'#0#0#0#160#0'=>:'#156';'#157'7'#146#154#147#155'3'
+  +#137#144#144#137'3'#138#145#145#138'0'#127#134#135#128'0'#128#135#128','#198
+  +'v'#248'/ '#143'-)msnt%diid&ej"'#198'Z'#217'=0'#135#30'RVVR'#31#27#197'H'#200
+  +#148#136#27#23'?BC@'#24#20#197'5'#185#133#135#20#17'/'#13'%%'#10#197#26#152
+  +#151#1#6#197#16#153#135#197#2#232'<'#1#7#224'n'#0#0#0#160#0'>>;'#157';'#157
+  +'7'#147#155#148#156'3'#138#146#146#139'4'#139#146#147#140'0'#129#136#136#129
+  +'1'#130#137#130'-'#198'x'#233'/ '#143'-*oupv&fklg&gl#'#198']'#216'>0'#135#31
+  +'TYYT '#28#197'K'#201#132#136#28#24'AFFB'#25#21#197'9'#184#149#136#22#18'3'
+  +#15')*'#11#30#3' '#130#30#8#197#21#152#151#131#4#12#13#195#5#233#224#130#1#0
+  ,#0#23#0#2#1'e'#2#2'e'#132#3#4#4#3'e'#132#5#6#6#5'e'#198#7#153#135'pe'#230#139
+  +#152'ue'#130#12#13#3#14#131#15#16#17'e'#130#17#18#3#19#131#20#21#17'd'#130#22
+  +#23'A'#7#24#25#26#22'e'#130#27#28#6#29#130#30#27'c'#130#31' A'#11'!"#'#31'e'
+  +#130#31'#'#5'"'#2'$'#130'%&d'#130'''('#7')'#130'(''c'#130'''*'#7'+'#130'*''e'
+  +#131',-.'#6'/'#134'01'#0#0'12'#7'3'#130'21e'#130'45AK6784'#1'8'#7'9'#130':4e'
+  +#132';<=='#14'>'#130'?@e'#130'AB'#8'CA'#7'DEFGe'#130'HI'#7'J'#5'K'#130'LMe'
+  +#132'NOPPA'#15'QRSTe'#1'U'#10'V'#1'Ue'#1'W'#9'X'#130'YWe'#131'Z[\'#7']'#2'^'
+  +#130'_Ze'#132'`abb'#7'c'#3'd'#130'e`e'#130'fg'#14'h'#130'gie'#130'fj'#16'k'
+  +#130'jfe'#130'fj'#7'k'#132'jffj'#7'k'#130'jfe'#130'fj'#7'k'#134'jf'#0#0'fj'#7
+  +'k'#130'jfe'#130'fj'#7'k'#130'jfc'#130'fj'#7'k'#130'jfd'#130'fj'#7'k'#130'jf'
+  +'e'#130'fj'#7'k'#130'jfc'#130'fj'#6'k'#130'jfe'#130'fj'#6'k'#130'jfd'#130'fj'
+  +#4'k'#130'jfe'#130'fj'#4'k'#130'jfe'#198'f'#201#135'@e'#230#140#152'te'#132
+  +'fjjfe'#132'fjjfe'#2'fe'#2'f'#23#0#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0
+  +#0#0#0#0#0#0#3#0#0#0' '#0#0#0' '#0#0#0#221#4#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0
+  +#0#0#0#0#0#0#0#0#0#0#13#0#0#0#255#255#0#0']'#4#0#0#0#0#0#0#132'D'#180#26'`'
+  +#146'K|'#161'*<'#19']n'#214#1#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0
+  +#0#0#0' '#0#0#0' '#0#0#0#6#0#0#0'Layer1'#16'l'#1#0#0'd'#132#22#211#211#22'm'
+  +#132#22#211#211#22'h'#134#22#211#255#255#211#22'k'#134#22#211#255#255#211#22
+  +'f'#130#21#211's'#130#211#21'i'#130#21#211's'#130#211#21'd'#130#22#211'u'#130
+  +#211#22'g'#130#22#211'u'#130#211#22'b'#130#22#211'w'#130#211#22'e'#130#22#211
+  +'w'#133#211#22#0#21#211'y'#130#211#21'c'#130#21#211'y'#131#211#21#211'{'#134
+  +#211#21#0#0#21#211'{'#2#211'|'#132#211#21#21#211'|'#131#211#21#211'|'#2#211
+  +'|'#133#211#21#0#21#211#26#255#130#211#21'b'#130#22#211#24#255#130#211#22'd'
+  +#130#22#211#22#255#130#211#22'f'#130#22#211#20#255#130#211#22'h'#130#22#211
+  +#18#255#130#211#22'j'#130#21#211#127#130#211#21'l'#130#21#211'}'#130#211#21
+  +'m'#130#21#211'}'#130#211#21'l'#130#21#211#127#130#211#21'j'#130#21#211#18
+  +#255#130#211#21'h'#130#22#211#20#255#130#211#22'f'#130#22#211#22#255#130#211
+  +#22'd'#130#22#211#24#255#130#211#22'b'#130#22#211#26#255#133#211#22#0#21#211
+  +'|'#2#211'|'#131#211#21#211'|'#132#211#21#21#211'|'#2#211'{'#134#211#21#0#0
+  +#21#211'{'#131#211#21#211'y'#130#211#21'c'#130#21#211'y'#133#211#21#0#21#211
+  +'w'#130#211#21'e'#130#21#211'w'#130#211#21'b'#130#22#211'u'#130#211#22'g'#130
+  +#22#211'u'#130#211#22'd'#130#21#211's'#130#211#21'i'#130#21#211's'#130#211#21
+  +'f'#134#21#211#255#255#211#21'k'#134#21#211#255#255#211#21'h'#132#22#211#211
+  +#22'm'#132#22#211#211#22'd'#224'm'#0#0#0#1#163#3#180#156#242#180#242#179#240
+  +#246#240#246#178#237#243#244#238#179#238#244#244#238#178#235#241#241#235#178
+  +#235#242#236#178#198#233#232'. '#143#178#177#232#237#232#237#177#230#235#235
+  +#230#177#230#235#176#230'='#131#211#136#176#225#230#231#226#176#175#223#3#228
+  +#138#223#176#175#221#226#226#221#175#175#219#3#224#136#219#175#174#222#174
+  +#220#220#173#197#213#201#132#130#173#211#3#215#135#211#172#209#213#172#209
+  +#213#224'm'#0#0#0#160#0'=>:'#156';'#157'7'#146#154#147#155'3'#137#144#144#137
+  +'3'#138#145#145#138'0'#127#134#135#128'0'#128#135#128','#198'v'#248'/ '#143
+  +'-)msnt%diid&ej"'#198'Z'#217'=0'#135#30'RVVR'#31#27#197'H'#200#148#136#27#23
+  +'?BC@'#24#20#197'5'#185#133#135#20#17'/'#13'%%'#10#197#26#152#151#1#6#197#16
+  +#153#135#197#2#232'<'#1#7#224'n'#0#0#0#160#0'>>;'#157';'#157'7'#147#155#148
+  +#156'3'#138#146#146#139'4'#139#146#147#140'0'#129#136#136#129'1'#130#137#130
+  +'-'#198'x'#233'/ '#143'-*oupv&fklg&gl#'#198']'#216'>0'#135#31'TYYT '#28#197
+  +'K'#201#132#136#28#24'AFFB'#25#21#197'9'#184#149#136#22#18'3'#15')*'#11#30#3
+  +' '#130#30#8#197#21#152#151#131#4#12#13#195#5#233#224#130#1#0#0#23#0#2#1'e'#2
+  +#2'e'#132#3#4#4#3'e'#132#5#6#6#5'e'#198#7#153#135'pe'#230#139#152'ue'#130#12
+  +#13#3#14#131#15#16#17'e'#130#17#18#3#19#131#20#21#17'd'#130#22#23'A'#7#24#25
+  +#26#22'e'#130#27#28#6#29#130#30#27'c'#130#31' A'#11'!"#'#31'e'#130#31'#'#5'"'
+  +#2'$'#130'%&d'#130'''('#7')'#130'(''c'#130'''*'#7'+'#130'*''e'#131',-.'#6'/'
+  +#134'01'#0#0'12'#7'3'#130'21e'#130'45AK6784'#1'8'#7'9'#130':4e'#132';<=='#14
+  +'>'#130'?@e'#130'AB'#8'CA'#7'DEFGe'#130'HI'#7'J'#5'K'#130'LMe'#132'NOPPA'#15
+  +'QRSTe'#1'U'#10'V'#1'Ue'#1'W'#9'X'#130'YWe'#131'Z[\'#7']'#2'^'#130'_Ze'#132
+  +'`abb'#7'c'#3'd'#130'e`e'#130'fg'#14'h'#130'gie'#130'fj'#16'k'#130'jfe'#130
+  +'fj'#7'k'#132'jffj'#7'k'#130'jfe'#130'fj'#7'k'#134'jf'#0#0'fj'#7'k'#130'jfe'
+  +#130'fj'#7'k'#130'jfc'#130'fj'#7'k'#130'jfd'#130'fj'#7'k'#130'jfe'#130'fj'#7
+  +'k'#130'jfc'#130'fj'#6'k'#130'jfe'#130'fj'#6'k'#130'jfd'#130'fj'#4'k'#130'jf'
+  +'e'#130'fj'#4'k'#130'jfe'#198'f'#201#135'@e'#230#140#152'te'#132'fjjfe'#132
+  +'fjjfe'#2'fe'#2'f'#23#0#224'TMemDirectory'#26#0#0#167#2#0#0#0#0#0#0#25#0#0#0
+  +#0#0#0#0'1vectorpolylinea30000ff2bevelgradientd5070cff,ffc4c4fflinear15.649,'
+  +'19.0989915.75099,-0.2490087sRGBpad'#7#0#0#0#0#128#5#8'='#0#0#0#0#0#0#0'clas'
+  +'s'#0#128#6#17'E'#0#0#0#0#0#0#0'colors'#0#128#13#6'V'#0#0#0#0#0#0#0'gradient'
+  ,'-type'#0#128#6#15'\'#0#0#0#0#0#0#0'origin'#0#128#6#19'k'#0#0#0#0#0#0#0'x-ax'
+  +'is'#0#128#19#4'~'#0#0#0#0#0#0#0'color-interpolation'#0#128#10#3#130#0#0#0#0
+  +#0#0#0'repetition6.5,0.5,9.5,0.5,6.5,15.5,24.5,30.5,21.5,30.5,24.5,15.530.5,'
+  +'24.5,15.5,6.5,0.5,9.5,0.5,6.5,15.5,24.5,30.5,21.5true'#9#0#0#0#0#128#5#8''''
+  +#0#0#0#0#0#0#0'class'#0#128#9#8'/'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'7'#0#0
+  +#0#0#0#0#0'pen-width'#0#128#9#0'8'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'8'#0#0
+  +#0#0#0#0#0'join-style'#1#128#9#153#133#0#0#0#0#0#0#0'back-fill'#0#128#1'6'#30
+  +#1#0#0#0#0#0#0'x'#0#128#1'6T'#1#0#0#0#0#0#0'y'#0#128#6#4#138#1#0#0#0#0#0#0'c'
+  +'losed'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0
+  +'class'#1#128#6#171#142#1#0#0#0#0#0#0'shape1'#1#0#0#0#1#128'&89'#2#0#0#0#0#0
+  +#0'{8444B41A-6092-4B7C-A12A-3C135D6ED601}'#1#0#0#0#1#128#9'6q'#2#0#0#0#0#0#0
+  +'originals'
+]);
+LazarusResources.Add('texturefit16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0'.'#1#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0'$'#2#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0
+  +#0#0#31#243#255'a'#0#0#0#197'IDATx'#156'c`'#192#15'b'#128#248'/'#148'&'#25
+  +#216#1#241#15' '#254#15#165#237'H'#209#172#10#196'o'#128#184#1#136#255'A'#233
+  +'7Pq'#146#193#31'RleHl'#223#243'?'#185'm'#7#28#139#136#8#254#223#177'}&'#24
+  +#239#217'5'#251'?.'#205'vP''2'#128'4'#201'M'#248#15#199#255#255#238#129'c'
+  +#144'!P'#245'j'#200#154'A!'#12#10#164#6#18#12'x'#7#196'.0'#3'@'#209#244#31#25
+  +#19'a'#0#200#178#223'@'#156#13#226'DC]P'#15#226#128#20'!kB6'#12#221'"(F'#13#3
+  +'|'#6#128#188#135#205#5'('#177'@'#164#1'(a'#128#2'@Q'#5#139'6'#144#19#145#163
+  +#20#20#197#216'b'#1#31#192#25#239#248#0'r2'#254#207'@f2'#166'(#'#193#0'QY'#25
+  +#0#134'T'#228'J?|'#178'y'#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0
+  +'Preview'#16'p'#0#0#0'f'#131'\'#253'\k'#133'>'#248#255#248'>i'#135'%'#236#128
+  +#254#128#236'%k'#1#252'h'#130'%'#0'wd'#131'>'#236#0'w'#136#0'&'#0#0'\'#248
+  +#128#0'w'#133#0#238'D'#0#253'z'#136#0#128#251'k['#248#127#0'{'#132#0'>'#236#0
+  +'w'#136#0#128#251'k'#0#0'%'#0'w'#131#0#238'Ddw'#130#0'&hpk'#135'%'#236#128
+  +#255#128#236'%i'#133'>'#248#255#248'>k'#131'\'#253'\f'#224#10#0#0#0#136#0'ac'
+  +#20#184#188#30#255#224#10#0#0#0#136#0#135#134#20#183#186#144#253#224#10#0#0#0
+  +#136#0#188#184#17#153#155#255#188#224'@'#0#0#0#17#0#1#1#3#2#199#3#152#147#138
+  +'A'#202#6#7#4#0'A('#2#6#7#4'f'#3#6#3#7#1#4'e'#1#4#3#7#3#6'fA('#4#7#6#2'cA('#4
+  +#7#6#2'a'#132#5#4#4#0#3#2#1#1#17#0#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0
+  +#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0'u'#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0
+  +#0#0#0#0#0#0#0#0#0#0#8#0#0#0#255#255#0#0#245#0#0#0#0#0#0#0#29'p'#152#200'w'
+  +#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128
+  +'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#16'p'#0#0#0'f'#131'\'#253'\k'
+  +#133'>'#248#255#248'>i'#135'%'#236#128#254#128#236'%k'#1#252'h'#130'%'#0'wd'
+  +#131'>'#236#0'w'#136#0'&'#0#0'\'#248#128#0'w'#133#0#238'D'#0#253'z'#136#0#128
+  +#251'k['#248#127#0'{'#132#0'>'#236#0'w'#136#0#128#251'k'#0#0'%'#0'w'#131#0
+  +#238'Ddw'#130#0'&hpk'#135'%'#236#128#255#128#236'%i'#133'>'#248#255#248'>k'
+  +#131'\'#253'\f'#224#10#0#0#0#136#0'ac'#20#184#188#30#255#224#10#0#0#0#136#0
+  +#135#134#20#183#186#144#253#224#10#0#0#0#136#0#188#184#17#153#155#255#188#224
+  +'@'#0#0#0#17#0#1#1#3#2#199#3#152#147#138'A'#202#6#7#4#0'A('#2#6#7#4'f'#3#6#3
+  +#7#1#4'e'#1#4#3#7#3#6'fA('#4#7#6#2'cA('#4#7#6#2'a'#132#5#4#4#0#3#2#1#1#17#0
+  +#224'TMemDirectory'#26#0#0#159#13#0#0#0#0#0#0#25#0#0#0#0#0#0#0'9vectorrect80'
+  +'80808010bevelfffdbcff7.5,7.511.5,7.57.5,11.5'#9#0#0#0#0#128#5#4''''#0#0#0#0
+  +#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'3'#0#0#0#0#0#0
+  +#0'pen-width'#0#128#9#1'4'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0
+  +#0'join-style'#0#128#10#8':'#0#0#0#0#0#0#0'back-color'#0#128#6#7'B'#0#0#0#0#0
+  +#0#0'origin'#0#128#6#8'I'#0#0#0#0#0#0#0'x-axis'#0#128#6#8'Q'#0#0#0#0#0#0#0'y'
+  +'-axisrect8080808010beveldodgerblue5.5,5.57.5,5.55.5,7.5'#9#0#0#0#0#128#5#4
+  +#15#1#0#0#0#0#0#0'class'#0#128#9#8#19#1#0#0#0#0#0#0'pen-color'#0#128#9#1#27#1
+  +#0#0#0#0#0#0'pen-width'#0#128#9#1#28#1#0#0#0#0#0#0'pen-style'#0#128#10#5#29#1
+  +#0#0#0#0#0#0'join-style'#0#128#10#10'"'#1#0#0#0#0#0#0'back-color'#0#128#6#7
+  +','#1#0#0#0#0#0#0'origin'#0#128#6#7'3'#1#0#0#0#0#0#0'x-axis'#0#128#6#7':'#1#0
+  +#0#0#0#0#0'y-axisrect8080808010beveldodgerblue9.5,9.511.5,9.59.5,11.5'#9#0#0
+  +#0#0#128#5#4#247#1#0#0#0#0#0#0'class'#0#128#9#8#251#1#0#0#0#0#0#0'pen-color'
+  +#0#128#9#1#3#2#0#0#0#0#0#0'pen-width'#0#128#9#1#4#2#0#0#0#0#0#0'pen-style'#0
+  +#128#10#5#5#2#0#0#0#0#0#0'join-style'#0#128#10#10#10#2#0#0#0#0#0#0'back-colo'
+  +'r'#0#128#6#7#20#2#0#0#0#0#0#0'origin'#0#128#6#8#27#2#0#0#0#0#0#0'x-axis'#0
+  +#128#6#8'#'#2#0#0#0#0#0#0'y-axisrect8080809d1bevel000000007.5,7.511,7.57.5,1'
+  +'1'#9#0#0#0#0#128#5#4#225#2#0#0#0#0#0#0'class'#0#128#9#8#229#2#0#0#0#0#0#0'p'
+  +'en-color'#0#128#9#1#237#2#0#0#0#0#0#0'pen-width'#0#128#9#0#238#2#0#0#0#0#0#0
+  +'pen-style'#0#128#10#5#238#2#0#0#0#0#0#0'join-style'#0#128#10#8#243#2#0#0#0#0
+  +#0#0'back-color'#0#128#6#7#251#2#0#0#0#0#0#0'origin'#0#128#6#6#2#3#0#0#0#0#0
+  +#0'x-axis'#0#128#6#6#8#3#0#0#0#0#0#0'y-axispolyline8080809d10bevelblack10.5,'
+  +'13.5,12.5,12.5,15.5,15.5,12.5,12.5,13.5,10.57.5,7.5,6.5,5,7.5,8.5,11,9.5,8.'
+  +'5,8.5false'#9#0#0#0#0#128#5#8#196#3#0#0#0#0#0#0'class'#0#128#9#8#204#3#0#0#0
+  +#0#0#0'pen-color'#0#128#9#1#212#3#0#0#0#0#0#0'pen-width'#0#128#9#1#213#3#0#0
+  +#0#0#0#0'pen-style'#0#128#10#5#214#3#0#0#0#0#0#0'join-style'#0#128#10#5#219#3
+  +#0#0#0#0#0#0'back-color'#0#128#1'1'#224#3#0#0#0#0#0#0'x'#0#128#1'$'#17#4#0#0
+  +#0#0#0#0'y'#0#128#6#5'5'#4#0#0#0#0#0#0'closedpolyline8080808010bevelblack4.5'
+  +',4.5,1.5,2.5,2.5,-1,2.5,2.5,1.57.5,6.5,6.5,5.5,4,7,10,8.5,7.5true'#9#0#0#0#0
+  +#128#5#8#230#4#0#0#0#0#0#0'class'#0#128#9#8#238#4#0#0#0#0#0#0'pen-color'#0
+  +#128#9#1#246#4#0#0#0#0#0#0'pen-width'#0#128#9#1#247#4#0#0#0#0#0#0'pen-style'
+  +#0#128#10#5#248#4#0#0#0#0#0#0'join-style'#0#128#10#5#253#4#0#0#0#0#0#0'back-'
+  ,'color'#0#128#1'"'#2#5#0#0#0#0#0#0'x'#0#128#1#30'$'#5#0#0#0#0#0#0'y'#0#128#6
+  +#4'B'#5#0#0#0#0#0#0'closedpolyline8080808010bevelblack6.5,7.5,7.5,8.5,10,7,4'
+  +',5.5,6.510.5,10.5,13.5,12.5,12.5,16,12.5,12.5,13.5true'#9#0#0#0#0#128#5#8
+  +#242#5#0#0#0#0#0#0'class'#0#128#9#8#250#5#0#0#0#0#0#0'pen-color'#0#128#9#1#2
+  +#6#0#0#0#0#0#0'pen-width'#0#128#9#1#3#6#0#0#0#0#0#0'pen-style'#0#128#10#5#4#6
+  +#0#0#0#0#0#0'join-style'#0#128#10#5#9#6#0#0#0#0#0#0'back-color'#0#128#1#30#14
+  +#6#0#0#0#0#0#0'x'#0#128#1'*,'#6#0#0#0#0#0#0'y'#0#128#6#4'V'#6#0#0#0#0#0#0'cl'
+  +'osedpolyline8080808010bevelblack7.524999619,7.5,6.5,5,8,11,9.5,8.5,8.54.474'
+  +'999905,1.5,2.5,2.5,-1,2.5,2.5,1.5,4.5true'#9#0#0#0#0#128#5#8#6#7#0#0#0#0#0#0
+  +'class'#0#128#9#8#14#7#0#0#0#0#0#0'pen-color'#0#128#9#1#22#7#0#0#0#0#0#0'pen'
+  +'-width'#0#128#9#1#23#7#0#0#0#0#0#0'pen-style'#0#128#10#5#24#7#0#0#0#0#0#0'j'
+  +'oin-style'#0#128#10#5#29#7#0#0#0#0#0#0'back-color'#0#128#1'&"'#7#0#0#0#0#0#0
+  +'x'#0#128#1'*H'#7#0#0#0#0#0#0'y'#0#128#6#4'r'#7#0#0#0#0#0#0'closedpolyline80'
+  +'80808010bevelblack13.87499905,-0.274999976212.42499924,-0.4249999523true'#9
+  +#0#0#0#0#128#5#8'"'#8#0#0#0#0#0#0'class'#0#128#9#8'*'#8#0#0#0#0#0#0'pen-colo'
+  +'r'#0#128#9#1'2'#8#0#0#0#0#0#0'pen-width'#0#128#9#1'3'#8#0#0#0#0#0#0'pen-sty'
+  +'le'#0#128#10#5'4'#8#0#0#0#0#0#0'join-style'#0#128#10#5'9'#8#0#0#0#0#0#0'bac'
+  +'k-color'#0#128#1#25'>'#8#0#0#0#0#0#0'x'#0#128#1#25'W'#8#0#0#0#0#0#0'y'#0#128
+  +#6#4'p'#8#0#0#0#0#0#0'closed'#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0'@'#0
+  +#0#0'@'#8#6#0#0#0#170'iq'#222#0#0#2#253'IDATx'#156#237#155#189'kSQ'#24#135'_'
+  +'KA'#156'$"'#136#147#5#11#246'_p'#8':(tW#V'#7'+:*'#152#201#175#169#14#198#143
+  +#138'v'#209#186'Z+'#162#155#193#209#166'V'#196'E'#138#14#182#213#218'Z['#221
+  +#4#233#226#212#30#207'CNj'#184#164'i'#210#228#222#183#250#230#7#15#148'&'#247
+  +#158#223's'#232#237'M'#238#189'GD7['#3#255'uvz2'#158#27#158#188'g'#210#179
+  +#232'q'#17#22#195'k'#249#240#222'L'#216#246#159'L'#151#167#207#243'!'#149#18
+  +'w'#226#184#184#235'9qO'#30#139#27'y)n'#252#157#184#169#9'q_>'#203'2'#240'3'
+  +#191#227'5'#222#195'{'#217#134'm'#217'G'#216'W'#151#170'Q'#13'i'#243#28#246
+  +#140'ut'#136#187'tQ'#220#139#188#184#153'iq'#223#231#215#7#219#178#15#246#197
+  +'>'#217'w'#24#163'M'#213#180'B'#14'y&'#14#30#16'7'#244#176'1'#233'j'#147#193
+  +#190#25#131#177#194#152#234#225#207#178#144'N'#139'{'#246'T'#220#252'\'#243
+  +#197#163'0'#6'c1&c'#139#210#161#177#201#147#245#199#232#239#129';'#226#190
+  +#206#196'/'#30#133'1'#25#155#14't'#9#157#18#9#167#173#231#221#221#226#222#190
+  +'I^<'#10#29#232'B''I'#224#148#186#203#243'1{>'#158#227#188#145#255#15't'#162
+  +'['#232#24'K'#246'x'#22#250'o'#137'['#248#166'/'#29#133'Nt'#163'c'#232#218
+  +#212#236#246#252#184#127'O_t-'#232'H'#215#208#185')'#217#238#153#30#184#171
+  +'/W+t'#165's'#232#222'P'#218'='#133'+'#151#245#165#234#133#206'R<M'#182'72'#1
+  +#185#163#25'qs'#179#250'B'#245'Bg'#186#227#176'^'#249'tg'#167','#189#31#215
+  +#151'Y/t'#199#1#151'z'#229'7{'#166#134#135#244'%'#26#5#7'\'#130'S'#205#185
+  +#208'slc'#158#238#234#5#7'\p'#170'U~'#155#231#215#235'W'#250#229#155#5'.8'#5
+  +#183'5'#211'w'#238#172'~'#233'f'#131#147#20#175'+T'#205#22#207#207#177'Q'#253
+  +#194#205#6''''#220#130#227#170'9'#153'9'#162'_6.p'#195#177#218#4#140#12'?'
+  +#210'/'#26#23#184#225#184#154#252#14#255#221'z'#233#211#164'~'#209#184#192#13
+  +'G\+M@'#239#169'^'#253#146'q'#131'#'#174#149'&`'#232#193#160'~'#193#184#193
+  +#17#215'J'#19'0;Z'#208'/'#24'78'#226#26#149'Oy'#150'7'#210'U'#158#184#192#17
+  +#215#224#188#146#189#251#247#233#151'K'#10'\q.'#159#128#158'3'#167#245#139'%'
+  +#5#174'8'#151'O@'#150#187'/'#218#197#146#2'W)^J_'#201#213#220'5'#253'bI'#129
+  +'+'#206#229#19'p'#243'v'#191'~'#177#164#192#21#231#214#4#180#14#129#214'?'
+  +#193#214'i'#176#245'A'#168#245'Q'#248'oL'#127#25'"'#230#191#14#155#191' b'
+  +#254#146#24'1}Q'#148#152#191',n'#254#198#8'1}k'#140#152#191'9JL'#223#30''''
+  +#230#31#144' '#166#31#145')'#197#244'CR'#196#252'cr'#196#244#131#146#165#152
+  +'~T'#182#20#211#15'K'#151'b'#250'q'#249'RL/'#152'('#197#244#146#153#242#152
+  +']4'#21#141#217'es'#229'1'#189'p2'#26#147'KgW'#139#201#197#211#181'F}'#249
+  +#252#31'WR'#14#18#209#233#255#151#0#0#0#0'IEND'#174'B`'#130'1'#2#0#0#0#0#0#8
+  +#0' '#9#0#0#0#0#0#0'6'#3#0#0#0#0#0#0'6'#3#0#0#0#0#0#0'tex1.png'#0#128#2#1'V'
+  +#12#0#0#0#0#0#0'id'#12#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0
+  +#0#0#0#0#0#0'class'#1#128#6#182'Y'#0#0#0#0#0#0#0'shape1'#1#128#6#182'A'#1#0#0
+  +#0#0#0#0'shape2'#1#128#6#182'+'#2#0#0#0#0#0#0'shape3'#1#128#6#182#14#3#0#0#0
+  +#0#0#0'shape4'#1#128#6#172':'#4#0#0#0#0#0#0'shape5'#1#128#6#172'F'#5#0#0#0#0
+  +#0#0'shape6'#1#128#6#172'Z'#6#0#0#0#0#0#0'shape7'#1#128#6#172'v'#7#0#0#0#0#0
+  +#0'shape8'#1#128#6#172't'#8#0#0#0#0#0#0'shape9'#1#128#8'6W'#12#0#0#0#0#0#0't'
+  +'extures'#1#0#0#0#1#128'&'#220#141#12#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8'
+  +'F77803A391C}'#1#0#0#0#1#128#9'6i'#13#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('texturerepeatx16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#179#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0'$'#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#2
+  +#0#0#0#144#145'h6'#0#0#0#6'tRNS'#0#0#0#0#0#0'n'#166#7#145#0#0#0'8IDATx'#156
+  +'c`'#24#6'`'#199#246#153'p'#148#220#182#3#142'p'#137'3'#252#255#187#7#142#228
+  +'&'#252#135'#\'#226't'#208'@'#140'"dq:h &('#145#197#7':'#25'P'#3#0#0#166'4'
+  +#13#144'c'#248'xm'#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Previ'
+  +'ew'#16#10#0#0#0'@'#0#0'@@'#255'@'#0#0#224#6#0#0#0#132#184'c'#255#30#224#6#0
+  +#0#0#132#183#134#253#144#224#6#0#0#0#132#153#184#188#255#224'-'#0#0#0'C'#255
+  +#0#1#0#1#255#2#3#2#3#255#2#3#2#3#4#2#4#3#4#2#8#3'C'#255#2#3#2#3#255#2#3#2#3
+  +#255#2#3#2#1'c'#4#1'c'#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0
+  +#3#0#0#0#16#0#0#0#16#0#0#0#240#0#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0
+  +#0#0#0#0#6#0#0#0#255#255#0#0'p'#0#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'
+  +#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0
+  +#0#0#16#0#0#0#6#0#0#0'Layer1'#16#10#0#0#0'@'#0#0'@@'#255'@'#0#0#224#6#0#0#0
+  +#132#184'c'#255#30#224#6#0#0#0#132#183#134#253#144#224#6#0#0#0#132#153#184
+  +#188#255#224'-'#0#0#0'C'#255#0#1#0#1#255#2#3#2#3#255#2#3#2#3#4#2#4#3#4#2#8#3
+  +'C'#255#2#3#2#3#255#2#3#2#3#255#2#3#2#1'c'#4#1'c'#224'TMemDirectory'#26#0#0
+  +'`'#6#0#0#0#0#0#0#25#0#0#0#0#0#0#0'6vectorrect8080808010bevelfffdbcff7.5,7.5'
+  +'15.5,7.57.5,11.5'#9#0#0#0#0#128#5#4''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0
+  +#0#0#0#0#0#0'pen-color'#0#128#9#1'3'#0#0#0#0#0#0#0'pen-width'#0#128#9#1'4'#0
+  +#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0#0'join-style'#0#128#10#8':'
+  +#0#0#0#0#0#0#0'back-color'#0#128#6#7'B'#0#0#0#0#0#0#0'origin'#0#128#6#8'I'#0
+  +#0#0#0#0#0#0'x-axis'#0#128#6#8'Q'#0#0#0#0#0#0#0'y-axisrect8080808010beveldod'
+  +'gerblue5.5,5.57.5,5.55.5,7.5'#9#0#0#0#0#128#5#4#15#1#0#0#0#0#0#0'class'#0
+  +#128#9#8#19#1#0#0#0#0#0#0'pen-color'#0#128#9#1#27#1#0#0#0#0#0#0'pen-width'#0
+  +#128#9#1#28#1#0#0#0#0#0#0'pen-style'#0#128#10#5#29#1#0#0#0#0#0#0'join-style'
+  +#0#128#10#10'"'#1#0#0#0#0#0#0'back-color'#0#128#6#7','#1#0#0#0#0#0#0'origin'
+  +#0#128#6#7'3'#1#0#0#0#0#0#0'x-axis'#0#128#6#7':'#1#0#0#0#0#0#0'y-axisrect808'
+  +'0808010beveldodgerblue9.5,9.511.5,9.59.5,11.5'#9#0#0#0#0#128#5#4#247#1#0#0#0
+  +#0#0#0'class'#0#128#9#8#251#1#0#0#0#0#0#0'pen-color'#0#128#9#1#3#2#0#0#0#0#0
+  +#0'pen-width'#0#128#9#1#4#2#0#0#0#0#0#0'pen-style'#0#128#10#5#5#2#0#0#0#0#0#0
+  +'join-style'#0#128#10#10#10#2#0#0#0#0#0#0'back-color'#0#128#6#7#20#2#0#0#0#0
+  +#0#0'origin'#0#128#6#8#27#2#0#0#0#0#0#0'x-axis'#0#128#6#8'#'#2#0#0#0#0#0#0'y'
+  +'-axisrect8080808010beveldodgerblue13.5,5.515.5,5.513.5,7.5'#9#0#0#0#0#128#5
+  +#4#225#2#0#0#0#0#0#0'class'#0#128#9#8#229#2#0#0#0#0#0#0'pen-color'#0#128#9#1
+  +#237#2#0#0#0#0#0#0'pen-width'#0#128#9#1#238#2#0#0#0#0#0#0'pen-style'#0#128#10
+  +#5#239#2#0#0#0#0#0#0'join-style'#0#128#10#10#244#2#0#0#0#0#0#0'back-color'#0
+  +#128#6#8#254#2#0#0#0#0#0#0'origin'#0#128#6#8#6#3#0#0#0#0#0#0'x-axis'#0#128#6
+  +#8#14#3#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue1.5,9.53.5,9.51.5,11.'
+  +'5'#9#0#0#0#0#128#5#4#204#3#0#0#0#0#0#0'class'#0#128#9#8#208#3#0#0#0#0#0#0'p'
+  +'en-color'#0#128#9#1#216#3#0#0#0#0#0#0'pen-width'#0#128#9#1#217#3#0#0#0#0#0#0
+  +'pen-style'#0#128#10#5#218#3#0#0#0#0#0#0'join-style'#0#128#10#10#223#3#0#0#0
+  +#0#0#0'back-color'#0#128#6#7#233#3#0#0#0#0#0#0'origin'#0#128#6#7#240#3#0#0#0
+  +#0#0#0'x-axis'#0#128#6#8#247#3#0#0#0#0#0#0'y-axisrect8080809d1bevel000000007'
+  +'.5,7.516,7.57.5,11'#9#0#0#0#0#128#5#4#181#4#0#0#0#0#0#0'class'#0#128#9#8#185
+  +#4#0#0#0#0#0#0'pen-color'#0#128#9#1#193#4#0#0#0#0#0#0'pen-width'#0#128#9#0
+  +#194#4#0#0#0#0#0#0'pen-style'#0#128#10#5#194#4#0#0#0#0#0#0'join-style'#0#128
+  +#10#8#199#4#0#0#0#0#0#0'back-color'#0#128#6#7#207#4#0#0#0#0#0#0'origin'#0#128
+  +#6#6#214#4#0#0#0#0#0#0'x-axis'#0#128#6#6#220#4#0#0#0#0#0#0'y-axis'#8#0#0#0#0
+  +#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6
+  +#182'Y'#0#0#0#0#0#0#0'shape1'#1#128#6#182'A'#1#0#0#0#0#0#0'shape2'#1#128#6
+  +#182'+'#2#0#0#0#0#0#0'shape3'#1#128#6#182#22#3#0#0#0#0#0#0'shape4'#1#128#6
+  +#182#255#3#0#0#0#0#0#0'shape5'#1#128#6#182#226#4#0#0#0#0#0#0'shape6'#1#0#0#0
+  +#1#128'&'#146#152#5#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0
+  +#0#1#128#9'6*'#6#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientlinear16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#248#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#5#2#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6
+  +#0#0#0#31#243#255'a'#0#0#0#143'IDATx'#156#237#146#161#13#196' '#0'E'#187#11
+  +'34'#169#239#0'U'#152'z'#28#169#198#21'q'#6#7#14#215#164#19'|6`'#1'&'#232#0
+  +#29#128#1#254#193#12'w'#201#157#232'K'#190#250#249'O'#253'a'#248#7'^-'#16'B`'
+  +#28'G'#204#243#140'eY'#176#174'+'#148'R'#216#182#13#198#24'Xk'#225#156#131
+  +#247#30'1F'#28#199#129'}'#223#251'v@'#11#167'i'#162#148#146'Zk'#182#130'!'#4
+  +#158#231#201#148#18's'#206','#165#240#186'.'#222#247#205'Z+;]'#242#8#30#193
+  +#215#4#31'_'#249#183#188#1#193#143#230#208#210#195#252'r'#0#0#0#0'IEND'#174
+  +'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#3'/'#0#0#0' '#0#1#132#14#176#130
+  +#132#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2
+  +#176'}'#2#176'}'#130#176#132#14#176#1#132' '#0#224#194#0#0#0'a'#129'~#5COZen'
+  +'x'#128#137#144#152#159#127#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255
+  +#159#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0'8Ul'#127#145
+  +#162#177#192#205#219#231#243#255#159#0#0'8Ul'#127#145#162#177#192#205#219#231
+  +#243#255#159#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0'8Ul'
+  +#127#145#162#177#192#205#219#231#243#255#159#0#0'8Ul'#127#145#162#177#192#205
+  +#219#231#243#255#159#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0
+  +'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0'8Ul'#127#145#162#177
+  +#192#205#219#231#243#255#159#0#0'#5COZenx'#128#137#144#152#159#127#224'TBGRA'
+  +'LayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0#140#1
+  +#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#3#0#0#0#255#255#0#0#12
+  +#1#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0
+  +#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#3
+  +'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176
+  +'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1#132' '
+  +#0#224#194#0#0#0'a'#129'~#5COZenx'#128#137#144#152#159#127#0#0'8Ul'#127#145
+  +#162#177#192#205#219#231#243#255#159#0#0'8Ul'#127#145#162#177#192#205#219#231
+  +#243#255#159#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0'8Ul'
+  +#127#145#162#177#192#205#219#231#243#255#159#0#0'8Ul'#127#145#162#177#192#205
+  +#219#231#243#255#159#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0
+  +'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0'8Ul'#127#145#162#177
+  +#192#205#219#231#243#255#159#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255
+  +#159#0#0'8Ul'#127#145#162#177#192#205#219#231#243#255#159#0#0'#5COZenx'#128
+  +#137#144#152#159#127#224'TMemDirectory'#26#0#0'2'#2#0#0#0#0#0#0#25#0#0#0#0#0
+  +#0#0'1vectorrect000000611bevelgradientblack,whitelinear1,7.514,7.5RGBpad'#7#0
+  +#0#0#0#128#5#8'9'#0#0#0#0#0#0#0'class'#0#128#6#11'A'#0#0#0#0#0#0#0'colors'#0
+  +#128#13#6'L'#0#0#0#0#0#0#0'gradient-type'#0#128#6#5'R'#0#0#0#0#0#0#0'origin'
+  +#0#128#6#6'W'#0#0#0#0#0#0#0'x-axis'#0#128#19#3']'#0#0#0#0#0#0#0'color-interp'
+  +'olation'#0#128#10#3'`'#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,13'#9#0#0#0
+  +#0#128#5#4''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0
+  +#128#9#1'3'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'4'#0#0#0#0#0#0#0'pen-style'#0
+  +#128#10#5'4'#0#0#0#0#0#0#0'join-style'#1#128#9#153'c'#0#0#0#0#0#0#0'back-fil'
+  +'l'#0#128#6#7#252#0#0#0#0#0#0#0'origin'#0#128#6#6#3#1#0#0#0#0#0#0'x-axis'#0
+  +#128#6#6#9#1#0#0#0#0#0#0'y-axis'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0
+  +#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#181#15#1#0#0#0#0#0#0'shape1'#1#0#0#0
+  +#1#128'&8'#196#1#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0
+  +#1#128#9'6'#252#1#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientradial16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0'\'#1#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0'='#2#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0
+  +#0#0#31#243#255'a'#0#0#0#243'IDATx'#156#205#147#173#13#132'@'#16#133'Obh'#128
+  +#4#137'@'#161'P$'#4'E'#7'T'#128#160#10#28'A '#168#128#10'0'#172#160#6#20'%'
+  +#224')c'#238#190'I.Y'#142'S'#7#226'&'#153'<'#222#204#155#159#133#229#241#248
+  +#7'k^nl'#15#130#192#196'ql'#210'45Y'#150')'#194#137#127'h'#169#213#7'y{'#158
+  +#231'RU'#149#212'u-]'#215'I'#223#247#138'p'#226#228'-'#189'94H'#146'DEm'#219
+  +#202'0'#12'2'#142#163'L'#211#164#8'''N'#30#221#169#129#235#186'R'#20#133'NB<'
+  +#207#179','#203'"'#235#186'*'#194#137#147'G'#135#254#208' '#12'C)'#203'R'#215
+  +'e"E'#219#182#201#190#239#138'p'#226#228#209#161'?4'#136#162'H'#215#227#204
+  +#172#205'd'#138'1'#16'N'#156'<:'#244#247'np'#249#29'\'#254#10#183#220#3'{'#19
+  +#214#228#172#20#129'pk'#242#161#193#233'*'#227#142#227#24#207#243#140#239#251
+  +#138#240'/'#186#230#151#127#231'^{'#2#145#199'b['#254#178'{'#215#0#0#0#0'IEN'
+  +'D'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#3'/'#0#0#0' '#0#1#132#14
+  +#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2
+  +#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1#132' '#0#224#150#0#0#0'd'#135
+  +'%5>@>5%g'#137'Fg}'#138#142#138'}gFe'#139';g'#134#156#170#175#170#156#134'g;'
+  +'c'#141#13'U}'#156#180#198#204#198#180#156'}U'#13'b'#141')c'#138#170#198#220
+  +#231#220#198#170#138'c)b'#141'/g'#142#175#204#231#255#231#204#175#142'g/b'
+  +#141')c'#138#170#198#220#231#220#198#170#138'c)b'#141#13'U}'#156#180#198#204
+  +#198#180#156'}U'#13'c'#139';g'#134#156#170#175#170#156#134'g;e'#137'Fg}'#138
+  +#142#138'}gFg'#135';UcgcU;i'#133#8#26#29#26#8'd'#224'TBGRALayeredBitmap'#26#0
+  +#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0'`'#1#0#0#0#0#0#0'H'#0#0#0
+  +#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#5#0#0#0#255#255#0#0#224#0#0#0#0#0#0#0#29'p'
+  +#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0
+  +#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#3'/'#0#0#0' '#0#1#132
+  +#14#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'
+  +#2#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1#132' '#0#224#150#0#0#0'd'
+  +#135'%5>@>5%g'#137'Fg}'#138#142#138'}gFe'#139';g'#134#156#170#175#170#156#134
+  +'g;c'#141#13'U}'#156#180#198#204#198#180#156'}U'#13'b'#141')c'#138#170#198
+  +#220#231#220#198#170#138'c)b'#141'/g'#142#175#204#231#255#231#204#175#142'g/'
+  +'b'#141')c'#138#170#198#220#231#220#198#170#138'c)b'#141#13'U}'#156#180#198
+  +#204#198#180#156'}U'#13'c'#139';g'#134#156#170#175#170#156#134'g;e'#137'Fg}'
+  +#138#142#138'}gFg'#135';UcgcU;i'#133#8#26#29#26#8'd'#224'TMemDirectory'#26#0
+  +#0'g'#2#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorrect000000611bevelgradientwhite,'
+  +'blackradial8,712.5,2.512.5,11.58,7RGBpad'#9#0#0#0#0#128#5#8'9'#0#0#0#0#0#0#0
+  +'class'#0#128#6#11'A'#0#0#0#0#0#0#0'colors'#0#128#13#6'L'#0#0#0#0#0#0#0'grad'
+  +'ient-type'#0#128#6#3'R'#0#0#0#0#0#0#0'origin'#0#128#6#8'U'#0#0#0#0#0#0#0'x-'
+  +'axis'#0#128#6#9']'#0#0#0#0#0#0#0'y-axis'#0#128#11#3'f'#0#0#0#0#0#0#0'focal-'
+  +'point'#0#128#19#3'i'#0#0#0#0#0#0#0'color-interpolation'#0#128#10#3'l'#0#0#0
+  +#0#0#0#0'repetition7.5,7.515,7.57.5,13'#9#0#0#0#0#128#5#4''''#0#0#0#0#0#0#0
+  +'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'3'#0#0#0#0#0#0#0'pen'
+  +'-width'#0#128#9#0'4'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'4'#0#0#0#0#0#0#0'j'
+  +'oin-style'#1#128#9#194'o'#0#0#0#0#0#0#0'back-fill'#0#128#6#7'1'#1#0#0#0#0#0
+  +#0'origin'#0#128#6#6'8'#1#0#0#0#0#0#0'x-axis'#0#128#6#6'>'#1#0#0#0#0#0#0'y-a'
+  +'xis'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'c'
+  +'lass'#1#128#6#181'D'#1#0#0#0#0#0#0'shape1'#1#0#0#0#1#128'&8'#249#1#0#0#0#0#0
+  +#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'61'#2#0#0#0#0#0#0
+  +'originals'
+]);
+LazarusResources.Add('gradientrgb16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#215#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#229#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8
+  +#6#0#0#0#31#243#255'a'#0#0#0'nIDATx'#156#237#210#177#13'@P'#20#133#225#179
+  +#139#25'$z'#3#168'4z'#157#168'uO'#161#209#209#233'^b'#130'g'#3#11#152#192#0#6
+  +'0'#192#245#155#129'D'#227'$_y'#255#234'J'#159#207'I'#157#151#130#143#16'#E'
+  +#134#2'%j4h'#209'c'#192#4#175#224#156':'#221#199'&'#153'%'#200'Q'#193'a'#196
+  +#140#5'+6'#236'8p'#194'dw'#228#15#252#129'w'#2#143'_'#249#243']'#143'>'#193
+  +#232#24#196#175'-'#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Previ'
+  +'ew'#16'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'
+  +#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1
+  +#132' '#0#224#8#0#0#0#1#127#14#159#1#127'}'#224#31#0#0#0'a'#156'#5COZenx'#128
+  +#137#144#152#159#127#0'8Ul'#127#145#162#177#192#205#219#231#243#255#224#3#0#0
+  +#0#30#0#224#141#0#0#0#208#0#153#153#153#153#153#153#153#144#1#1#238#153#153
+  +#153#153#153#153#153#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206
+  +#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144
+  +#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153
+  +#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153
+  +#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1
+  +#206#16#153#153#153#153#153#153#144#1#14#208#0#153#153#153#153#153#153#153
+  +#144#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0
+  +#16#0#0#0#141#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#15#0#0#0
+  +#255#255#0#0#13#1#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'
+  +#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6
+  +#0#0#0'Layer1'#16'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176'}'
+  +#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132
+  +#14#176#1#132' '#0#224#8#0#0#0#1#127#14#159#1#127'}'#224#31#0#0#0'a'#156'#5C'
+  +'OZenx'#128#137#144#152#159#127#0'8Ul'#127#145#162#177#192#205#219#231#243
+  +#255#224#3#0#0#0#30#0#224#141#0#0#0#208#0#153#153#153#153#153#153#153#144#1#1
+  +#238#153#153#153#153#153#153#153#130#14#1#206#16#153#153#153#153#153#153#144
+  +#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153
+  +#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153
+  +#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153#144#130#14#1
+  +#206#16#153#153#153#153#153#153#144#130#14#1#206#16#153#153#153#153#153#153
+  +#144#130#14#1#206#16#153#153#153#153#153#153#144#1#14#208#0#153#153#153#153
+  +#153#153#153#144#224'TMemDirectory'#26#0#0'1'#2#0#0#0#0#0#0#25#0#0#0#0#0#0#0
+  +'1vectorrect000000611bevelgradientred,yellowlinear1,7.514,7.5RGBpad'#7#0#0#0
+  +#0#128#5#8'9'#0#0#0#0#0#0#0'class'#0#128#6#10'A'#0#0#0#0#0#0#0'colors'#0#128
+  +#13#6'K'#0#0#0#0#0#0#0'gradient-type'#0#128#6#5'Q'#0#0#0#0#0#0#0'origin'#0
+  +#128#6#6'V'#0#0#0#0#0#0#0'x-axis'#0#128#19#3'\'#0#0#0#0#0#0#0'color-interpol'
+  +'ation'#0#128#10#3'_'#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,13'#9#0#0#0#0
+  +#128#5#4''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0#128
+  +#9#1'3'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'4'#0#0#0#0#0#0#0'pen-style'#0#128
+  +#10#5'4'#0#0#0#0#0#0#0'join-style'#1#128#9#153'b'#0#0#0#0#0#0#0'back-fill'#0
+  +#128#6#7#251#0#0#0#0#0#0#0'origin'#0#128#6#6#2#1#0#0#0#0#0#0'x-axis'#0#128#6
+  +#6#8#1#0#0#0#0#0#0'y-axis'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5
+  +#6'!'#0#0#0#0#0#0#0'class'#1#128#6#181#14#1#0#0#0#0#0#0'shape1'#1#0#0#0#1#128
+  +'&8'#195#1#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128
+  +#9'6'#251#1#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientdiamond16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#12#1#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0#24#2#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0
+  +#0#0#31#243#255'a'#0#0#0#163'IDATx'#156#197'R'#177#13#3'!'#12'd'#13#230'`'#13
+  +'$F'#160#163'e'#4#154#244#212'T'#172#128#152#131'5'#152#195#225#144#18#241
+  +#175#152#134'Ho'#9#12#198'wB'#190#19#226#241#8'!'#188'r'#206'e]1'#198'2'#234
+  +#197'{_'#172#181'3'#227#142#250#218#7#172#192#129#150#232#189'Sk'#141'j'#173
+  +#148'R'#162#209'43'#238#168#227#253#19#192'^'#8'~'#129#157's,'#201#133#128#3
+  +'k'#173'Y'#146'/'#193#14#172#148'bI0'#19#129'm'#7#150'R'#178'$'#24',T(;'#240
+  +#16#138'%'#129':'#231'?8'#158#193'_T8'#242#193#221#202'w'#27#27'cX;O+?'#30'o'
+  +#224#242#252#174'H{'#194#183#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0
+  +#0#0'Preview'#3'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176'}'#2
+  +#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132#14
+  +#176#1#132' '#0#224#193#0#0#0'A'#12#127#159#143#127#133'o_o'#127#143#3#159
+  +#130#127#159'r'#137#229#204#178#153#127#153#178#204#229'A'#21#255#159#255#229
+  +#129'M'#204#178#153#127'f'#127#153#178#204#229#255#159#159#255#229#204#178
+  +#153#127'fLf'#127#153#178#204#229#159#159#229#204#178#153#127'fL3Lf'#127#153
+  +#178#204#143#143#204#178#153#127'fL3'#25'3Lf'#127#153#178#127#127#178#153#127
+  +'fL3'#25#0#25'3Lf'#127#153'o'#143#204#178#153#127'fL3'#25'3Lf'#127#153#178
+  +#127#159#229#204#178#153#127'fL3Lf'#127#153#178#204#143#159#255#229#204#178
+  +#153#127'fLf'#127#153#178#204#229#159#159#255#255#229#204#178#153#127'f'#127
+  +#153#178#204#229#255#159#127#3#159#140#143#127'o_O_o'#127#143#159#159#127#224
+  +'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0
+  +#139#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#3#0#0#0#255#255#0
+  +#0#11#1#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128
+  +'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Lay'
+  +'er1'#3'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176'}'#2#176'}'
+  +#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176#132#14#176#1
+  +#132' '#0#224#193#0#0#0'A'#12#127#159#143#127#133'o_o'#127#143#3#159#130#127
+  +#159'r'#137#229#204#178#153#127#153#178#204#229'A'#21#255#159#255#229#129'M'
+  +#204#178#153#127'f'#127#153#178#204#229#255#159#159#255#229#204#178#153#127
+  +'fLf'#127#153#178#204#229#159#159#229#204#178#153#127'fL3Lf'#127#153#178#204
+  +#143#143#204#178#153#127'fL3'#25'3Lf'#127#153#178#127#127#178#153#127'fL3'#25
+  +#0#25'3Lf'#127#153'o'#143#204#178#153#127'fL3'#25'3Lf'#127#153#178#127#159
+  +#229#204#178#153#127'fL3Lf'#127#153#178#204#143#159#255#229#204#178#153#127
+  +'fLf'#127#153#178#204#229#159#159#255#255#229#204#178#153#127'f'#127#153#178
+  +#204#229#255#159#127#3#159#140#143#127'o_O_o'#127#143#159#159#127#224'TMemDi'
+  +'rectory'#26#0#0'G'#2#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorrect000000611bevel'
+  +'gradientblack,whitediamond8,813,313,13sRGBpad'#8#0#0#0#0#128#5#8'9'#0#0#0#0
+  +#0#0#0'class'#0#128#6#11'A'#0#0#0#0#0#0#0'colors'#0#128#13#7'L'#0#0#0#0#0#0#0
+  +'gradient-type'#0#128#6#3'S'#0#0#0#0#0#0#0'origin'#0#128#6#4'V'#0#0#0#0#0#0#0
+  +'x-axis'#0#128#6#5'Z'#0#0#0#0#0#0#0'y-axis'#0#128#19#4'_'#0#0#0#0#0#0#0'colo'
+  +'r-interpolation'#0#128#10#3'c'#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,13'
+  +#9#0#0#0#0#128#5#4''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-c'
+  +'olor'#0#128#9#1'3'#0#0#0#0#0#0#0'pen-width'#0#128#9#0'4'#0#0#0#0#0#0#0'pen-'
+  +'style'#0#128#10#5'4'#0#0#0#0#0#0#0'join-style'#1#128#9#171'f'#0#0#0#0#0#0#0
+  +'back-fill'#0#128#6#7#17#1#0#0#0#0#0#0'origin'#0#128#6#6#24#1#0#0#0#0#0#0'x-'
+  +'axis'#0#128#6#6#30#1#0#0#0#0#0#0'y-axis'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0
+  +'count'#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#181'$'#1#0#0#0#0#0#0'shape'
+  +'1'#1#0#0#0#1#128'&8'#217#1#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391'
+  +'C}'#1#0#0#0#1#128#9'6'#17#2#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientreflected16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#219#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#221#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8
+  +#6#0#0#0#31#243#255'a'#0#0#0'rIDATx'#156#237#146'Q'#13#192' '#12'D'#241#130#9
+  +#254'q'#129#6#130#6'>'#16#0#10#176'p'#8'A'#7'2n'#220'2'#7'['#178'}'#236#146
+  +#166'i{'#247#190'j'#204#23'T'#172#181#240#222'#'#132#128#148#18'r'#206#168
+  +#181#162#247'~v'#205#218#235'.'#159#252';'#167'*'#2#192'9'#199#24'#[k'#28'cp'
+  +#206#201#181#22'%u'#205#218#235'.'#159#252';'#199#11#242#3'~'#192'3'#128#219
+  +#175#252#174#14'@'#154#195'0'#170'!d'#202#0#0#0#0'IEND'#174'B`'#130#16#0#0#0
+  +#16#0#0#0#7#0#0#0'Preview'#3'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176
+  +'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'
+  +#130#176#132#14#176#1#132' '#0#224#183#0#0#0#142#0'#CZn'#128#144#159#144#128
+  +'nZC#b'#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8l'#145#177#205
+  +#231#255#231#205#177#145'l8b'#141'8l'#145#177#205#231#255#231#205#177#145'l8'
+  +'b'#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8l'#145#177#205#231
+  +#255#231#205#177#145'l8b'#141'8l'#145#177#205#231#255#231#205#177#145'l8b'
+  +#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8l'#145#177#205#231#255
+  +#231#205#177#145'l8b'#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8'
+  +'l'#145#177#205#231#255#231#205#177#145'l8b'#142'#CZn'#128#144#159#144#128'n'
+  +'ZC#'#0'`'#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0
+  +#0#0#16#0#0#0#129#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#3#0
+  +#0#0#255#255#0#0#1#1#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128
+  +':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0
+  +#0#6#0#0#0'Layer1'#3'/'#0#0#0' '#0#1#132#14#176#130#132#176'}'#2#176'}'#2#176
+  +'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#2#176'}'#130#176
+  +#132#14#176#1#132' '#0#224#183#0#0#0#142#0'#CZn'#128#144#159#144#128'nZC#b'
+  +#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8l'#145#177#205#231#255
+  +#231#205#177#145'l8b'#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8'
+  +'l'#145#177#205#231#255#231#205#177#145'l8b'#141'8l'#145#177#205#231#255#231
+  +#205#177#145'l8b'#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8l'
+  +#145#177#205#231#255#231#205#177#145'l8b'#141'8l'#145#177#205#231#255#231#205
+  +#177#145'l8b'#141'8l'#145#177#205#231#255#231#205#177#145'l8b'#141'8l'#145
+  +#177#205#231#255#231#205#177#145'l8b'#142'#CZn'#128#144#159#144#128'nZC#'#0
+  +'`'#224'TMemDirectory'#26#0#0'7'#2#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorrect0'
+  +'00000611bevelgradientwhite,blackreflected7,7.513.5,7.5RGBpad'#7#0#0#0#0#128
+  +#5#8'9'#0#0#0#0#0#0#0'class'#0#128#6#11'A'#0#0#0#0#0#0#0'colors'#0#128#13#9
+  +'L'#0#0#0#0#0#0#0'gradient-type'#0#128#6#5'U'#0#0#0#0#0#0#0'origin'#0#128#6#8
+  +'Z'#0#0#0#0#0#0#0'x-axis'#0#128#19#3'b'#0#0#0#0#0#0#0'color-interpolation'#0
+  +#128#10#3'e'#0#0#0#0#0#0#0'repetition7.5,7.515,7.57.5,13'#9#0#0#0#0#128#5#4
+  +''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'3'
+  +#0#0#0#0#0#0#0'pen-width'#0#128#9#0'4'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'4'
+  +#0#0#0#0#0#0#0'join-style'#1#128#9#153'h'#0#0#0#0#0#0#0'back-fill'#0#128#6#7
+  +#1#1#0#0#0#0#0#0'origin'#0#128#6#6#8#1#0#0#0#0#0#0'x-axis'#0#128#6#6#14#1#0#0
+  +#0#0#0#0'y-axis'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0
+  +#0#0#0#0'class'#1#128#6#181#20#1#0#0#0#0#0#0'shape1'#1#0#0#0#1#128'&8'#201#1
+  +#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#1#2#0
+  +#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('textureopen32','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0' '#0#0#0' '#0#0#0#1#0#0#0#127#5#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#234#11#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0' '#0#0#0' '#8
+  +#6#0#0#0'szz'#244#0#0#5#22'IDATx'#156#237#150'kLSg'#24#199#209#238#146'-.'
+  +#211#184#25'?'#232#151#237#163#217'2'#147#249'A'#227#204#226#178'd['#182'd'
+  +#153#163'T`c'#147#187#197#2#138#165#244#180#220#21#167#238#26#162'[H'#188#161
+  +'( '#10'V'#160#150'ZJU'#238'U.'#2#162' r'#17#17'Q'#156':'#230'%'#228#191#231
+  +'='#167#239'Y-'#208'Jt'#159#230'I'#254'i'#210#156#246#255#251#157#190#207#147
+  +#250#249'='#191#158'_'#174'K'#23#172'x'#153#178#157#210'N'#233#166'8)'#150
+  +#188#3#2#246#237'I'#156'2~'#170']S''0'#23#211#1'PR'#224#25'V'#130'q'#235#148
+  +#241#219#250'`'#234'0'#136'i'#0#228#176'B'#135'i5n'#15#26'1'#212#173'COk'#252
+  +'S'#3#208'w'#170#158#20#160#146#1't'#183#172#199#131#219'Yr'#158#1#0'K'#246
+  +#147#0'4'#179#155'{;'#180#184'wc'#147#156#167#5'H'#14#157'+A'#4'*'#150#232
+  +#252#253'^'#240#6#208#197'n'#236#235'H'#194#232'`'#166#156#233#2','#216'<'
+  +#130#21'B5V'#197#237'B'#152#242'S'#24#131'g'#131#138']'#153'1N'#175#23'('#169
+  +#148'7<'#1#6#24'@O'#187#128#235#189#25'r|'#1#204#207#26#197#7'B'#13#2'4;'#16
+  +#19#162'd%n'#133#255'&%d'#30#244#171'g'#185#189'7s'#140'^3'#221#1#134#197'3'
+  +#208'j'#192#192#165't9'#158#0#227#143','#232#239#218#13#187')'#9'9'#153#159
+  +'!'#209#255'u'#143#162'7'#177'+k9'#202#243#190'F'#253#201'0t4'#198#163#187'M'
+  +#135#174#243':t'#156#221#136#170#210'5'#216#153#186#20'I'#202#151'DXw'#128'['
+  +#12#160#179'I'#192#229#246'T9'#226'('#209#163']'#148#222#131'`'#245'V$'#168
+  +#22'=Vh'#12#158'C'#133#203'`+RQ'#153#6#195'W'#146'1'#212'c'#196'@'#151#1#189
+  +#157'z'#177#252'bK"'#218#169#188#181'a'#3#206#213#172'G'#195#233'8'#250#220
+  +'\'#241#243#238#0'w'#24'@['#163'@'#16')r'#24#192'G:'#27#180#202#5#226#7#146
+  +#148'/b'#135'a1*'#242'W'#161#211#169#161's'#146#130#219#215#210'02'#144'B?Y2'
+  +#6#187#13#232#187'('#160#135#206#210#165#214'D\h'#210#226'|c'#2#154#235#214
+  +#195'y&'#30'u'#142'X'#148#23#134'p'#129#30'w'#128'{'#12#160#169'V '#210'd9'
+  +#139#3'~@'#162'r'#158'X\'#150#251'%n'#246#25'p'#127't'#19#254#26#201#192#159
+  +#215#211'q'#235'j*n'#244'%'#227#26#179#190'$'#224#202#5#201#186#179'Y'#178'n'
+  +#169'wY'#159#138'C'#141']'#131'S'#214#24#252#145#249'!'#7#216#238#14'0'#198#0
+  +#26#28#2#145#26#229'D)'#165#155#173#5#254#180#23'6a'#236'f&'#238#14#167'c'
+  +#148'['#211'#'#191'*Z'#235#233''''#147#172';'#206'I'#214'M'#181'.'#235#170'X'
+  +#156'9'#185#14'U'#22'5,'#166'H'#24#196#199'/'#30#214'E'#238#0#127'3'#128'Z'
+  +#187#30#245#14#131#152#227'yab'#249#22#245'[T'#154'F{'#129#172#135#210'D'#235
+  +'af}'#217#136'~n}'#158'Yk'#209#230#148#172#207'V'#199'K'#214#149'd]'#17#131
+  +'J'#179#26#21#199#163#177#231#151#207#185#189#195's'#12#239'{'#2'l'#139#127
+  +'O'#188#185#198#28#130';'#204'z'#144#172#251'S0t'#197'(Yw'#186#172'['#152'5'
+  +#29'2'#151'u#'#29#178'Zn}B'#141#147'ekq'#226'X'#20'J'#143'D #'#242'm'#14#160
+  +#244#10'Pz(\'#182#191'E'#143#250'&'#179'f'#135#140'['#211'!'#235'r'#179'nvY'
+  +#215';'#226'P'#205#173#203#215#162#194#20#141#242#226'H'#152#14#135'co'#246
+  +'W'#188#188'o'#194'V'#164#242#7#12#160#206'.'#136#0'?&'#188'/'#222'\U'#18#132
+  +#27#220#218'5Z'#204#250'"'#183'nH'#192'9nm'#143#197'i'#178#182'3'#235#210'h'
+  +#156'(!'#235#162#8#148#228#135#225#240#129'5'#200#210#188#195#1#180#147#173
+  +'b'#25#192'|8Z'#188'13b!=j'#129#172#13#232'w'#141#22#179'f'#163#213#230'd'
+  +#163#181#1'N'#209':'#22#213'6'#13#28'dm#k'#139')'#10'eG#q'#172'0'#28'G'#14
+  +#134#162' '#247'{'#236#219#201#182#164#130'm'#192#187#244#221#179#189#2#252
+  +#166'_&'#2#152#15#250#251'\('#181'4Z'#167#173#146#181#149#172#205'%'#145'8N'
+  +#214#197'.kV'#206#178'm'#227#18'n'#255#211#132'rw'#128#138#163'1'#208#209#204
+  +#167'~7'#143'l'#181#147','#148#13#242'B'#169#182#173#131#195'B'#214'e'#220':'
+  +#226'1k'#158#3'9'#129'H'#10'x'#133#217'?"'#128#133'^'#1'v'#164'Hs_'#148#243
+  +#133#207#133'b'#167#209#178#210'h'#153#139#153'u'#184'd'#189#127#205'c'#229
+  +',?'#11#203#185'}'#238#164#229'2@'#144'B$5'#4#205'Fk}'#220#228#11#197'&-'#20
+  +'6Z'#22#26#173'2'#26#173#146#130'0'#20#229#133'N(f9'#184#251#27#8#129's'#248
+  +#226'y'#215';'#128'j'#166'H'#186#255#215#143'}.'#20'>ZG'#15#133#162'p'#255
+  +#196'b'#158#236#244#149#220#190'|'#202'r'#17' H'#241#144'~#'#232'U'#175#162
+  +#174'R'#237's'#161'H'#214#19#31#183'{'#242#247#134#192#248#237'|'#14#176#210
+  +';'#128'j&'#251#183#130#156#205'+|.'#20'_'#214'<'#191'o'#249#132#151'7z/'#247
+  +#247#155#165'S*&'#253''''#243#140#18#224#11#224'5'#157'r'#198#195#255#168#188
+  +#146#162#240#10#240#191#190#254#1#157#144#18#174#243'guh'#0#0#0#0'IEND'#174
+  +'B`'#130' '#0#0#0' '#0#0#0#7#0#0#0'Preview'#0#194#0#0#0'@B'#0#134#7#140#214
+  +#221#205#186#127'i'#1'V'#21#255'i'#1#155#21#255#1'Xh'#1#191#22#255#1#148'g'#1
+  +#209#23#255#130'5'#4'e'#1#220#24#255#132#253#216#128#20'b'#1#228#27#255#133
+  +#246#132#0#0#234#29#255'a'#1#238#29#255'a'#1#242#28#255#132#223#0#0#244#28
+  +#255#132#140#0#0#246#28#255#132'+'#0#0#247#27#255#1#194'b'#1#248#27#255#1'Vb'
+  +#1#248#26#255#130#226#4'b'#1#249#26#255#1'vc'#1#249#25#255#130#243#16'c'#1
+  ,#249#25#255#1#142'd'#1#249#24#255#130#251#29'd'#1#249#24#255#1#163'e'#1#249
+  +#24#255#1'.e'#1#249#23#255#1#183'f'#1#250#23#255#1'Bf'#1#253#22#255#1#204'f'
+  +#1#12#23#255#1'Wf'#130#13#250#21#255#130#191#3'@'#6#0#224#184#1#0#0#6'x'#1
+  +#166#7#162'g'#6'x'#1#162'vg'#2'x'#133#194#240#232#223#162'vg'#3'x'#1#221#3
+  +#249#1#162'vg'#4'x'#1#225#3#244#1#162'vg'#1'~'#5'x'#1#226#3#239#1#162'vc'#133
+  +#28'>Sd}'#8'x'#1#223#3#233#1#162'v'#132#24'=Wl'#6'x'#130#127'z'#6'x'#1#221#3
+  +#228#1#162'r'#133#253#227#192#155'w'#3'x'#139#127#158#183#202#215#221#220#215
+  +#193#151'y'#3'xA'#24#217#222#0'+'#130'\t'#3'x'#132'}'#158#190#215#202#234'dT'
+  +'TT@'#1'}'#3'x'#1#213#3#217#136#0'Cvxy'#150#187#217#205#239#148'UEEED'#1#183
+  +#4'x'#1#208#3#211#133'1wy'#182#237#208#248'TUEEEED@'#1#153#4'x'#1#203#3#205
+  +#131'hx'#188#210#249'UETTTTTD'#16#1'|'#4'x'#195#200#168#131#180'x'#136#210
+  +#243#149'TTUDTTD@'#1#160#4'x'#195#200#168#131#139'x'#199#210#242'UETTEDTD@'#1
+  +#131#4'x'#133#200#202#181'x'#136#210#238'uETTEDTD@'#1#161#5'x'#133#201#202
+  +#141'x'#193#210#235'UEEDTDTD0'#1#135#4'x'#132#201#184'x'#132#210#229#149'EED'
+  +'TDDD@'#1#162#5'x'#132#201#146'x'#184#210#228'TTTEDDDF'#128#1#139#4'x'#131
+  +#187'x'#128#207#220#180'TTEDDD'#3#170#130#165'y'#4'x'#131#150'x'#173#206#221
+  +'EEDEDD@'#4#170'A'#12#143'xy|'#205#211#197'EDDT4'#5#170#130#167'{'#5'x'#1#164
+  +#204#213'TTDDD@'#6#170'A'#12#148'xz'#201#202#208'DTDD@'#7#170#130#169'}'#4'x'
+  +#1#155#202#206'DTDD@'#8#170#1#152'4x'#224#231#1#0#0#6'\'#1#165#7#160#7'X'#1
+  +'Z'#6'\'#1#160#7#253#7#138#195'X'#200#133#179#230#221#211#160#7#253#7#138#1
+  +'X'#3'\'#1#210#3#240#1#160#7#253#7#138'A'#140'X\'#215#235#1#160#7#253#7#138#1
+  +'X'#230#241'c'#248#1#215#3#230#1#160#7#253#4#138#133#134'{pV\'#6'U'#2'\'#1
+  +#214#3#225#1#160#7#253#132#135'{n_'#6'U'#130'_YA'#135'U\'#211#219#1#160#3#253
+  +#132#251#220#179#132#4'U'#143'_'#135#166#189#204#213#212#206#181#128'VU\\'
+  +#208#3#214#133'X'#138#130'kX'#3'U'#132'\'#135#173#204#202#224'uTTTP'#196'\'
+  +#31#128#1#204#3#208#136'XxVUV|'#169#205#205#230#149'TUEEE'#134#171'UU\\'#200
+  +#3#203#195'Wx'#130#163#226#208#239'UETUEEE@'#134#132'UU\\'#194#3#197#131'VU'
+  +#170#210#240'UUETTTTE'#16#197'\'#24#248#195#192#168#131#166'Uk'#210#234#149
+  +'UETTTTE@'#139#144'UU\\'#192#194#194'qU'#184#210#234'EUEETEDT@'#138'gUU\\'
+  +#192#194#168'Uk'#210#228#148'UETTEDE@'#1#148'A'#6'U\'#192#194#131'tU'#177#210
+  +#227'TUEEDTDD@'#137'nUU\\'#192#172'Uf'#210#221#148'UEEDTDD@'#1#151'A'#6'U\'
+  +#192'z'#130'U'#167#210#220'TTTTEDDF'#128#136'uUU\\'#175'V`'#207#212#180'TTTD'
+  +'TD'#3#163#1#155#197'Wh'#248#131#127'U'#155#206#213'EEEDDT0'#4#163#1'{'#198
+  +'U'#143't'#192#205#202#213'EEDDD'#5#163#1#159#198'Z8'#244'P'#1#145#204#205'T'
+  +'TEDD@'#6#163#1#130#197'U'#142'+'#1#191#202#200'EDTD@'#7#163#135#161'^UUXU'
+  +#134#202#198'EDED@'#8#163#1#136#3'U'#1'V'#24'U'#1'V'#23'U'#224#230#1#0#0#6#3
+  +#1'{'#7'w'#7#158#1#163#6#3#1'w'#7#188#7#249#132#158#3#3'Y'#228'S'#30#7#188#7
+  +#249#1#158#3#3#1'r'#3#135#1'w'#7#188#7#249'A'#140#158#3'v'#133#1'w'#7#188#7
+  +#249#130#158#19#197#3#133#184#1'y'#3#132#1'w'#7#188#4#249#133#236#198#158'I'
+  +#16#227'X'#144'A'#134#0#3'{'#131#1'w'#7#188#133#239#199#150'V'#1'd'#130#22#12
+  +#230'x'#166#184#1'|'#3#130#1'w'#3#188#133#186#159'yJ'#15'b'#143#21'<Tdqxxub9'
+  +#6#1#3#3'{'#3#128#133#158#249#223#138'+b'#132#17':Xn'#202'~wfvg`'#133#19#0#3
+  +#3'{'#3#127#136#158#190#28#0#5'1Sn'#205#127#166'vvgfv'#134'_'#0#0#3#3'{'#3'~'
+  +#133#137#22#5'P|'#208#133'gfvvvgf`'#134'@'#0#0#3#3'{'#3'}'#131'@'#0'U'#210
+  +#133'vvvggfvf@'#139#19#1#0#3#3'z||d'#0'"'#210#129#166'vvvgfvg`'#139'L'#0#0#3
+  +#3'z||0'#0'_'#210#130'vggfvgfv`'#138'#'#0#0#3#3'z|e'#0'"'#210#127#150'vggfvf'
+  +'v`'#1'RA'#6#0#3'{|'#131'4'#0'['#210#127'ggfvgfgf`'#137'-'#0#0#3#3'{i'#0#29
+  +#210'{'#151'gfvgfgf`'#1'V'#197#3'v'#184#132'{:'#0'U'#210'|fvgfvfvg'#128#136
+  +'5'#0#0#3#3'l'#5#22#207'v'#182'vvfvfv'#3'a'#1'Z'#197#9#22#184#131'@'#0'M'#206
+  +'xvgfgfg`'#4'a'#1'<'#198#0#139#142#240#205'p'#230'gfgfg'#5'a'#130']'#17#197#1
+  +'{v'#1'E'#203'ufvgff'#7'a'#134'B'#0#0#3#2#10#203'k'#246'vgff'#7'a'#135'_'#24
+  +#0#0#2#0'>'#201'qvfvf'#9'a'#1'Hb'#1#3#24#0#1#1#23#0#224'TBGRALayeredBitmap'
+  +#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0' '#0#0#0' '#0#0#0#234#6#0#0#0#0#0#0'H'
+  +#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#28#0#0#0#255#255#0#0'j'#6#0#0#0#0#0#0
+  +'W'#13'i'''#2#247'L'#138#143'G ,'#204#31#249#199#0#0#128'?'#0#0#0#0#0#0#0#0#0
+  +#0#0#0#0#0#128'?'#0#0#0#0' '#0#0#0' '#0#0#0#6#0#0#0'Layer1'#0#194#0#0#0'@B'#0
+  +#134#7#140#214#221#205#186#127'i'#1'V'#21#255'i'#1#155#21#255#1'Xh'#1#191#22
+  +#255#1#148'g'#1#209#23#255#130'5'#4'e'#1#220#24#255#132#253#216#128#20'b'#1
+  +#228#27#255#133#246#132#0#0#234#29#255'a'#1#238#29#255'a'#1#242#28#255#132
+  +#223#0#0#244#28#255#132#140#0#0#246#28#255#132'+'#0#0#247#27#255#1#194'b'#1
+  +#248#27#255#1'Vb'#1#248#26#255#130#226#4'b'#1#249#26#255#1'vc'#1#249#25#255
+  +#130#243#16'c'#1#249#25#255#1#142'd'#1#249#24#255#130#251#29'd'#1#249#24#255
+  +#1#163'e'#1#249#24#255#1'.e'#1#249#23#255#1#183'f'#1#250#23#255#1'Bf'#1#253
+  +#22#255#1#204'f'#1#12#23#255#1'Wf'#130#13#250#21#255#130#191#3'@'#6#0#224#184
+  ,#1#0#0#6'x'#1#166#7#162'g'#6'x'#1#162'vg'#2'x'#133#194#240#232#223#162'vg'#3
+  +'x'#1#221#3#249#1#162'vg'#4'x'#1#225#3#244#1#162'vg'#1'~'#5'x'#1#226#3#239#1
+  +#162'vc'#133#28'>Sd}'#8'x'#1#223#3#233#1#162'v'#132#24'=Wl'#6'x'#130#127'z'#6
+  +'x'#1#221#3#228#1#162'r'#133#253#227#192#155'w'#3'x'#139#127#158#183#202#215
+  +#221#220#215#193#151'y'#3'xA'#24#217#222#0'+'#130'\t'#3'x'#132'}'#158#190#215
+  +#202#234'dTTT@'#1'}'#3'x'#1#213#3#217#136#0'Cvxy'#150#187#217#205#239#148'UE'
+  +'EED'#1#183#4'x'#1#208#3#211#133'1wy'#182#237#208#248'TUEEEED@'#1#153#4'x'#1
+  +#203#3#205#131'hx'#188#210#249'UETTTTTD'#16#1'|'#4'x'#195#200#168#131#180'x'
+  +#136#210#243#149'TTUDTTD@'#1#160#4'x'#195#200#168#131#139'x'#199#210#242'UET'
+  +'TEDTD@'#1#131#4'x'#133#200#202#181'x'#136#210#238'uETTEDTD@'#1#161#5'x'#133
+  +#201#202#141'x'#193#210#235'UEEDTDTD0'#1#135#4'x'#132#201#184'x'#132#210#229
+  +#149'EEDTDDD@'#1#162#5'x'#132#201#146'x'#184#210#228'TTTEDDDF'#128#1#139#4'x'
+  +#131#187'x'#128#207#220#180'TTEDDD'#3#170#130#165'y'#4'x'#131#150'x'#173#206
+  +#221'EEDEDD@'#4#170'A'#12#143'xy|'#205#211#197'EDDT4'#5#170#130#167'{'#5'x'#1
+  +#164#204#213'TTDDD@'#6#170'A'#12#148'xz'#201#202#208'DTDD@'#7#170#130#169'}'
+  +#4'x'#1#155#202#206'DTDD@'#8#170#1#152'4x'#224#231#1#0#0#6'\'#1#165#7#160#7
+  +'X'#1'Z'#6'\'#1#160#7#253#7#138#195'X'#200#133#179#230#221#211#160#7#253#7
+  +#138#1'X'#3'\'#1#210#3#240#1#160#7#253#7#138'A'#140'X\'#215#235#1#160#7#253#7
+  +#138#1'X'#230#241'c'#248#1#215#3#230#1#160#7#253#4#138#133#134'{pV\'#6'U'#2
+  +'\'#1#214#3#225#1#160#7#253#132#135'{n_'#6'U'#130'_YA'#135'U\'#211#219#1#160
+  +#3#253#132#251#220#179#132#4'U'#143'_'#135#166#189#204#213#212#206#181#128'V'
+  +'U\\'#208#3#214#133'X'#138#130'kX'#3'U'#132'\'#135#173#204#202#224'uTTTP'#196
+  +'\'#31#128#1#204#3#208#136'XxVUV|'#169#205#205#230#149'TUEEE'#134#171'UU\\'
+  +#200#3#203#195'Wx'#130#163#226#208#239'UETUEEE@'#134#132'UU\\'#194#3#197#131
+  +'VU'#170#210#240'UUETTTTE'#16#197'\'#24#248#195#192#168#131#166'Uk'#210#234
+  +#149'UETTTTE@'#139#144'UU\\'#192#194#194'qU'#184#210#234'EUEETEDT@'#138'gUU\'
+  +'\'#192#194#168'Uk'#210#228#148'UETTEDE@'#1#148'A'#6'U\'#192#194#131'tU'#177
+  +#210#227'TUEEDTDD@'#137'nUU\\'#192#172'Uf'#210#221#148'UEEDTDD@'#1#151'A'#6
+  +'U\'#192'z'#130'U'#167#210#220'TTTTEDDF'#128#136'uUU\\'#175'V`'#207#212#180
+  +'TTTDTD'#3#163#1#155#197'Wh'#248#131#127'U'#155#206#213'EEEDDT0'#4#163#1'{'
+  +#198'U'#143't'#192#205#202#213'EEDDD'#5#163#1#159#198'Z8'#244'P'#1#145#204
+  +#205'TTEDD@'#6#163#1#130#197'U'#142'+'#1#191#202#200'EDTD@'#7#163#135#161'^U'
+  +'UXU'#134#202#198'EDED@'#8#163#1#136#3'U'#1'V'#24'U'#1'V'#23'U'#224#230#1#0#0
+  +#6#3#1'{'#7'w'#7#158#1#163#6#3#1'w'#7#188#7#249#132#158#3#3'Y'#228'S'#30#7
+  +#188#7#249#1#158#3#3#1'r'#3#135#1'w'#7#188#7#249'A'#140#158#3'v'#133#1'w'#7
+  +#188#7#249#130#158#19#197#3#133#184#1'y'#3#132#1'w'#7#188#4#249#133#236#198
+  +#158'I'#16#227'X'#144'A'#134#0#3'{'#131#1'w'#7#188#133#239#199#150'V'#1'd'
+  +#130#22#12#230'x'#166#184#1'|'#3#130#1'w'#3#188#133#186#159'yJ'#15'b'#143#21
+  +'<Tdqxxub9'#6#1#3#3'{'#3#128#133#158#249#223#138'+b'#132#17':Xn'#202'~wfvg`'
+  +#133#19#0#3#3'{'#3#127#136#158#190#28#0#5'1Sn'#205#127#166'vvgfv'#134'_'#0#0
+  +#3#3'{'#3'~'#133#137#22#5'P|'#208#133'gfvvvgf`'#134'@'#0#0#3#3'{'#3'}'#131'@'
+  +#0'U'#210#133'vvvggfvf@'#139#19#1#0#3#3'z||d'#0'"'#210#129#166'vvvgfvg`'#139
+  +'L'#0#0#3#3'z||0'#0'_'#210#130'vggfvgfv`'#138'#'#0#0#3#3'z|e'#0'"'#210#127
+  +#150'vggfvfv`'#1'RA'#6#0#3'{|'#131'4'#0'['#210#127'ggfvgfgf`'#137'-'#0#0#3#3
+  +'{i'#0#29#210'{'#151'gfvgfgf`'#1'V'#197#3'v'#184#132'{:'#0'U'#210'|fvgfvfvg'
+  +#128#136'5'#0#0#3#3'l'#5#22#207'v'#182'vvfvfv'#3'a'#1'Z'#197#9#22#184#131'@'
+  +#0'M'#206'xvgfgfg`'#4'a'#1'<'#198#0#139#142#240#205'p'#230'gfgfg'#5'a'#130']'
+  +#17#197#1'{v'#1'E'#203'ufvgff'#7'a'#134'B'#0#0#3#2#10#203'k'#246'vgff'#7'a'
+  +#135'_'#24#0#0#2#0'>'#201'qvfvf'#9'a'#1'Hb'#1#3#24#0#1#1#23#0#224'TMemDirect'
+  +'ory'#26#0#0#225#9#0#0#0#0#0#0#25#0#0#0#0#0#0#0'6vectorcurve785c03ff2bevelgr'
+  +'adientfff688ff,cac27cfflinear5.116999,5.8484844.981458,15.50048RGBpad'#7#0#0
+  +#0#0#128#5#8':'#0#0#0#0#0#0#0'class'#0#128#6#17'B'#0#0#0#0#0#0#0'colors'#0
+  +#128#13#6'S'#0#0#0#0#0#0#0'gradient-type'#0#128#6#17'Y'#0#0#0#0#0#0#0'origin'
+  +#0#128#6#17'j'#0#0#0#0#0#0#0'x-axis'#0#128#19#3'{'#0#0#0#0#0#0#0'color-inter'
+  +'polation'#0#128#10#3'~'#0#0#0#0#0#0#0'repetition2.524997711,2.524997711,3.2'
+  +'2499752,4.574997902,22.32499695,24.32499695,25.0249958,22.4249935228.524978'
+  +'64,7.324999809,4.924999714,4.424999714,6.424999714,7.375000477,8.774997711,'
+  +'28.37497711trueeasy-bezier0,0,0,0,0,0,0,0'#11#0#0#0#0#128#5#5''''#0#0#0#0#0
+  +#0#0'class'#0#128#9#8','#0#0#0#0#0#0#0'pen-color'#0#128#9#1'4'#0#0#0#0#0#0#0
+  +'pen-width'#0#128#9#0'5'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0#0
+  +'join-style'#1#128#9#153#129#0#0#0#0#0#0#0'back-fill'#0#128#1']'#26#1#0#0#0#0
+  +#0#0'x'#0#128#1'_w'#1#0#0#0#0#0#0'y'#0#128#6#4#214#1#0#0#0#0#0#0'closed'#0
+  +#128#12#11#218#1#0#0#0#0#0#0'spline-style'#0#128#10#15#229#1#0#0#0#0#0#0'cur'
+  +'ve-moderect8080808010bevelfffdbcff15.5,11.523.5,11.515.5,19.5'#9#0#0#0#0#128
+  ,#5#4#205#2#0#0#0#0#0#0'class'#0#128#9#8#209#2#0#0#0#0#0#0'pen-color'#0#128#9
+  +#1#217#2#0#0#0#0#0#0'pen-width'#0#128#9#1#218#2#0#0#0#0#0#0'pen-style'#0#128
+  +#10#5#219#2#0#0#0#0#0#0'join-style'#0#128#10#8#224#2#0#0#0#0#0#0'back-color'
+  +#0#128#6#9#232#2#0#0#0#0#0#0'origin'#0#128#6#9#241#2#0#0#0#0#0#0'x-axis'#0
+  +#128#6#9#250#2#0#0#0#0#0#0'y-axisrect8080808010bevel008af9ff11.5,15.515.5,15'
+  +'.511.5,19.5'#9#0#0#0#0#128#5#4#185#3#0#0#0#0#0#0'class'#0#128#9#8#189#3#0#0
+  +#0#0#0#0'pen-color'#0#128#9#1#197#3#0#0#0#0#0#0'pen-width'#0#128#9#1#198#3#0
+  +#0#0#0#0#0'pen-style'#0#128#10#5#199#3#0#0#0#0#0#0'join-style'#0#128#10#8#204
+  +#3#0#0#0#0#0#0'back-color'#0#128#6#9#212#3#0#0#0#0#0#0'origin'#0#128#6#9#221
+  +#3#0#0#0#0#0#0'x-axis'#0#128#6#9#230#3#0#0#0#0#0#0'y-axisrect8080808010bevel'
+  +'008af9ff19.5,7.523.5,7.519.5,11.5'#9#0#0#0#0#128#5#4#165#4#0#0#0#0#0#0'clas'
+  +'s'#0#128#9#8#169#4#0#0#0#0#0#0'pen-color'#0#128#9#1#177#4#0#0#0#0#0#0'pen-w'
+  +'idth'#0#128#9#1#178#4#0#0#0#0#0#0'pen-style'#0#128#10#5#179#4#0#0#0#0#0#0'j'
+  +'oin-style'#0#128#10#8#184#4#0#0#0#0#0#0'back-color'#0#128#6#8#192#4#0#0#0#0
+  +#0#0'origin'#0#128#6#8#200#4#0#0#0#0#0#0'x-axis'#0#128#6#9#208#4#0#0#0#0#0#0
+  +'y-axisrect000000891bevel0000000015.5,11.523,11.515.5,19'#9#0#0#0#0#128#5#4
+  +#143#5#0#0#0#0#0#0'class'#0#128#9#8#147#5#0#0#0#0#0#0'pen-color'#0#128#9#1
+  +#155#5#0#0#0#0#0#0'pen-width'#0#128#9#0#156#5#0#0#0#0#0#0'pen-style'#0#128#10
+  +#5#156#5#0#0#0#0#0#0'join-style'#0#128#10#8#161#5#0#0#0#0#0#0'back-color'#0
+  +#128#6#9#169#5#0#0#0#0#0#0'origin'#0#128#6#7#178#5#0#0#0#0#0#0'x-axis'#0#128
+  +#6#7#185#5#0#0#0#0#0#0'y-axiscurve785500ff2roundgradientfff688ff,aaa361fflin'
+  +'ear11.817,13.2984818.73146,24.05048RGBpad'#7#0#0#0#0#128#5#8#137#6#0#0#0#0#0
+  +#0'class'#0#128#6#17#145#6#0#0#0#0#0#0'colors'#0#128#13#6#162#6#0#0#0#0#0#0
+  +'gradient-type'#0#128#6#15#168#6#0#0#0#0#0#0'origin'#0#128#6#17#183#6#0#0#0#0
+  +#0#0'x-axis'#0#128#19#3#200#6#0#0#0#0#0#0'color-interpolation'#0#128#10#3#203
+  +#6#0#0#0#0#0#0'repetition2.32499814,8.174994469,9.874998093,13.42499638,26.2'
+  +'7499771,30.57500458,30.5749855,23.524995828.52498627,16.12499809,13.2249965'
+  +'7,12.12499428,8.824996948,10.82499409,13.12499619,28.47498894trueeasy-bezie'
+  +'r0,0,0,0,0,0,0,0'#11#0#0#0#0#128#5#5'v'#6#0#0#0#0#0#0'class'#0#128#9#8'{'#6
+  +#0#0#0#0#0#0'pen-color'#0#128#9#1#131#6#0#0#0#0#0#0'pen-width'#0#128#9#0#132
+  +#6#0#0#0#0#0#0'pen-style'#0#128#10#5#132#6#0#0#0#0#0#0'join-style'#1#128#9
+  +#153#206#6#0#0#0#0#0#0'back-fill'#0#128#1'\g'#7#0#0#0#0#0#0'x'#0#128#1'_'#195
+  +#7#0#0#0#0#0#0'y'#0#128#6#4'"'#8#0#0#0#0#0#0'closed'#0#128#12#11'&'#8#0#0#0#0
+  +#0#0'spline-style'#0#128#10#15'1'#8#0#0#0#0#0#0'curve-mode'#8#0#0#0#0#128#5#1
+  +' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#217#244#1
+  +#0#0#0#0#0#0'shape1'#1#128#6#182#3#3#0#0#0#0#0#0'shape2'#1#128#6#182#239#3#0
+  +#0#0#0#0#0'shape3'#1#128#6#182#217#4#0#0#0#0#0#0'shape4'#1#128#6#182#192#5#0
+  +#0#0#0#0#0'shape5'#1#128#6#217'@'#8#0#0#0#0#0#0'shape6'#1#0#0#0#1#128'&'#146
+  +#25#9#0#0#0#0#0#0'{570D6927-02F7-4C8A-8F47-202CCC1FF9C7}'#1#0#0#0#1#128#9'6'
+  +#171#9#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('texturenorepeat16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#194#0#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0'D'#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#2
+  +#0#0#0#144#145'h6'#0#0#0#6'tRNS'#0#0#0#0#0#0'n'#166#7#145#0#0#0'GIDATx'#156
+  +'c`'#24'f '#177'}Or'#219#14#8#218#177'}&'#4#237#217'5'#27#167#6#160':'#185#9
+  +#255'!'#232#255#223'='#16#4#212'3'#128#26#128'rpup'#157'@S'#6'P'#3'0'#4#225
+  +#161#9#15'_`X'#227#212'0D'#1#0#188'!'#130'qgN9:'#0#0#0#0'IEND'#174'B`'#130#16
+  +#0#0#0#16#0#0#0#7#0#0#0'Preview'#16#21#0#0#0'@'#4#0'wgwgwgwgwgwgwgw'#192#0
+  +#224#8#0#0#0#134'ac'#184#188#30#255#224#8#0#0#0#134#135#134#183#186#144#253
+  +#224#8#0#0#0#134#188#184#153#155#255#188#224'-'#0#0#0'A('#0#1#2#3'A('#1#4#5#2
+  +'A('#1#4#5#2'Dh'#1#4#5#2#10#5#4#1#2#10#5#4#1#2#10#5#4#1#3#3#2#3#1'`'#224'TBG'
+  +'RALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0#1#1
+  +#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#5#0#0#0#255#255#0#0#129
+  +#0#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0
+  +#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'
+  +#16#21#0#0#0'@'#4#0'wgwgwgwgwgwgwgw'#192#0#224#8#0#0#0#134'ac'#184#188#30#255
+  +#224#8#0#0#0#134#135#134#183#186#144#253#224#8#0#0#0#134#188#184#153#155#255
+  +#188#224'-'#0#0#0'A('#0#1#2#3'A('#1#4#5#2'A('#1#4#5#2'Dh'#1#4#5#2#10#5#4#1#2
+  +#10#5#4#1#2#10#5#4#1#3#3#2#3#1'`'#224'TMemDirectory'#26#0#0'J'#4#0#0#0#0#0#0
+  +#25#0#0#0#0#0#0#0'4vectorrect8080808010bevelfffdbcff7.5,7.511.5,7.57.5,11.5'
+  +#9#0#0#0#0#128#5#4''''#0#0#0#0#0#0#0'class'#0#128#9#8'+'#0#0#0#0#0#0#0'pen-c'
+  +'olor'#0#128#9#1'3'#0#0#0#0#0#0#0'pen-width'#0#128#9#1'4'#0#0#0#0#0#0#0'pen-'
+  +'style'#0#128#10#5'5'#0#0#0#0#0#0#0'join-style'#0#128#10#8':'#0#0#0#0#0#0#0
+  +'back-color'#0#128#6#7'B'#0#0#0#0#0#0#0'origin'#0#128#6#8'I'#0#0#0#0#0#0#0'x'
+  +'-axis'#0#128#6#8'Q'#0#0#0#0#0#0#0'y-axisrect8080808010beveldodgerblue5.5,5.'
+  +'57.5,5.55.5,7.5'#9#0#0#0#0#128#5#4#15#1#0#0#0#0#0#0'class'#0#128#9#8#19#1#0
+  +#0#0#0#0#0'pen-color'#0#128#9#1#27#1#0#0#0#0#0#0'pen-width'#0#128#9#1#28#1#0
+  +#0#0#0#0#0'pen-style'#0#128#10#5#29#1#0#0#0#0#0#0'join-style'#0#128#10#10'"'
+  +#1#0#0#0#0#0#0'back-color'#0#128#6#7','#1#0#0#0#0#0#0'origin'#0#128#6#7'3'#1
+  +#0#0#0#0#0#0'x-axis'#0#128#6#7':'#1#0#0#0#0#0#0'y-axisrect8080808010beveldod'
+  +'gerblue9.5,9.511.5,9.59.5,11.5'#9#0#0#0#0#128#5#4#247#1#0#0#0#0#0#0'class'#0
+  +#128#9#8#251#1#0#0#0#0#0#0'pen-color'#0#128#9#1#3#2#0#0#0#0#0#0'pen-width'#0
+  +#128#9#1#4#2#0#0#0#0#0#0'pen-style'#0#128#10#5#5#2#0#0#0#0#0#0'join-style'#0
+  +#128#10#10#10#2#0#0#0#0#0#0'back-color'#0#128#6#7#20#2#0#0#0#0#0#0'origin'#0
+  +#128#6#8#27#2#0#0#0#0#0#0'x-axis'#0#128#6#8'#'#2#0#0#0#0#0#0'y-axisrect80808'
+  +'09d1bevel7.5,7.511,7.57.5,11'#8#0#0#0#0#128#5#4#225#2#0#0#0#0#0#0'class'#0
+  +#128#9#8#229#2#0#0#0#0#0#0'pen-color'#0#128#9#1#237#2#0#0#0#0#0#0'pen-width'
+  +#0#128#9#0#238#2#0#0#0#0#0#0'pen-style'#0#128#10#5#238#2#0#0#0#0#0#0'join-st'
+  +'yle'#0#128#6#7#243#2#0#0#0#0#0#0'origin'#0#128#6#6#250#2#0#0#0#0#0#0'x-axis'
+  +#0#128#6#6#0#3#0#0#0#0#0#0'y-axis'#6#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'
+  +#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#182'Y'#0#0#0#0#0#0#0'shape1'#1#128
+  +#6#182'A'#1#0#0#0#0#0#0'shape2'#1#128#6#182'+'#2#0#0#0#0#0#0'shape3'#1#128#6
+  +#160#6#3#0#0#0#0#0#0'shape4'#1#0#0#0#1#128'&n'#166#3#0#0#0#0#0#0'{1D7098C8-7'
+  +'796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#20#4#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('solidfill16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#228#2#0#0#0#0#0#0#2#1#0
+  +#0#0#0#0#0#164#5#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8
+  +#6#0#0#0#31#243#255'a'#0#0#2'{IDATx'#156#141'S]h'#146'a'#24'5'#232'&'#232#170
+  +#186#136#160#162#232#135'"'#232'"'#16#11#180#182#209'M'#11#210#141#225'0'#219
+  +'r'#200#12'E'#154#187#200'm87'#251#25'*L'#29#138'K'#28#234#220#230' '#136#130
+  +#166#195#133#249'7H'#241'F'#232'"'#7'['#155#200'@/'#186#136'~('#241#245#244
+  +#190#31#19'Z'#13#242#129#151#15#190#239#156#243'<'#207'9'#239#199#227'5Q'#227
+  +#227#227#162#254#254#254#250#216#216'Xk3x'#174't:'#157#148#18'~'#13#12#12'H'
+  +#169#192#245#193#193#193':}'#222'h'#150#220'e'#181'Z'#201#202#202#10#166#167
+  +#167#201#208#208#144#201'h4'#162')'#1#149'J%'#162#192'Z,'#22#195#198#198#6
+  +#138#197'"'#188'^o'#221'l63'#1#209#255#200'Bz'#190#209#142#152#155#155#195
+  +#246#246'6X'#229#243'y'#216#237'v'#232#245'zcSd'#167#211#137#217#217'Y,//s'
+  +#19#172#175#175'#'#157'Ncrr'#146'PO'#238'2'#252#213''''#16#9#30#147#131#28
+  +#153#190#236#160';'#214'FFF'#224'r'#185#176#184#184#136'h4'#138'T*'#133#165
+  +#165'%$'#18#9#132#195'a'#248'|>P'#28#185'i('#189#227#27#127#212#249#134#175
+  +#175#25'Yl'#177'X'#8#235#22#8#4'0??'#15'f^.'#151#195#218#218#26#146#201'$G'
+  +#164'>'#128#249'@'#13#198'}'#157#183#206#215'W'#190'\yT'#174#243'XT'#172#27#3
+  +'onnr'#157'VWWQ('#20#144#201'd'#184'5'#216':'#19#19#19#208'j'#181'hoo'#135'P'
+  +'(D'#143#214'Q'#187#252#240#19'Xd'#247'<'#30#15#217#218#218'B'#181'ZE'#185'\'
+  +#230'H'#241'x'#28#145'H'#132#155'hjj'#10#6#131#1'j'#181#26#2#129#0'}}}'#164
+  +'U'#147'|y'#233#193#7'4r'#151'/,,'#144'J'#165#130'R'#169#132'l6'#139'`0'#8
+  +#191#223#15#135#195#1#230#141'B'#161'@gg'''#19#169'Q|'#247'Ee.{A'#241#30#127
+  +'^'#30#249#204#204#12'ac'#179#238#204'Hz'#153'0<<'#140#222#222'^nt'#165'R'
+  +#249#157'&'#213'r'#190''''#189#255#156'<'#254#243#172#236'-vEIEd6'#155#141
+  +#132'B!'#184#221'n'#230'8'#168#201#144'H$'#13'2'#247'/'#156#145'F'#14#159#238
+  +'z'#131'S'#29#175'v'#11#236'D*3'#153'Ldtt'#148#237#202#145#217#216#148#220
+  +#214#192#156#188#243'b'#223#137#219#161#207#199'o'#5#255#21#216#153#164#155
+  +#30'"'#22#139#217#238#132#173#247'7'#230'X'#219#243#167'G[\{'#11'4D4'#26'M'
+  +#149#165#180#215#247'#'#215','#7#14#241#159'}'#252#13#133#212#169'0'#185'$6>'
+  +#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#0#143#0#0#0'h'
+  +#131'>'#254'Bi'#134'W'#249'W?'#254'@h'#135'U'#253#255#253#129#255'@g'#130'>'
+  +#252'r'#131#254#255'>f'#130'='#244'u'#1'~e'#130'='#244'v'#136#253'['#0'>'#12
+  +#0'R'#252'x'#134#253#190#254#176'P'#253'z'#132#254#241#254#249'|'#132#252#255
+  +']'#253'z'#134#253#173#255#0'\'#253'x'#136#252'X'#201#255#0#0'\'#253'v'#133
+  +#245'A'#4#248#255'b'#130'Z'#253't'#134#245'B'#0#19#255#255'c'#130'Z'#253'r'
+  +#135#252'C'#0#0#1#237#255'd'#133'X'#253#255#253'\c'#130#132#255'e'#131'X'#250
+  +']d'#130#9#215#224#175#0#0#0#129'l'#128'f'#127'q'#127'p'#128'r'#128'q'#138
+  +#186#151'x~'#128'g'#128#189#221#225#155#136#128'ggx'#163#229#255#208#143'wgg'
+  +'x'#147#161#183#225#220#195#141'p98p~z'#148#167#185#194#180#192#181#158'~E66'
+  +'p'#137#183#160#164#186#203#217#193#158#155#136'q`63'#127#185#217#223#181#196
+  +#216#200#183#161#134'mK=^/q'#153#224#250#232#183#191#182#164#145'|j8bB,q'#165
+  +#233#227#201#162#159#144'zaSjq*)q'#156#200#191#167#138'y_Kdg''&%q'#142#166
+  +#150'~pQdg$"!p'#129'}bQjg'#31#30#29'qqPaq'#26#24'qkq'#20#18#224#175#0#0#0#129
+  +'l'#128'f'#127'q'#127'p'#128'r'#128'q'#138#186#151'x~'#128'g'#128#189#221#225
+  +#155#136#128'ggx'#163#229#255#208#143'wggx'#147#161#183#225#220#195#141'p'
+  +#131#130'p~z'#148#167#185#194#180#192#181#158'~|~|p'#137#183#160#164#186#203
+  +#217#193#158#155#136'qqwv'#127#185#217#223#181#196#216#200#183#161#134'mK=mo'
+  +'q'#153#224#250#232#183#191#182#164#145'|j8bkhq'#165#233#227#201#162#159#144
+  +'zaSjqdaq'#156#200#191#167#138'y_Kdg^\Zq'#142#166#150'~pQdgWURp'#129'}bQjgOL'
+  +'JqqPaqCAqkq:6'#224#175#0#0#0#129'l'#128'f'#127'q'#127'p'#128'r'#128'q'#138
+  +#186#151'x~'#128'g'#128#189#221#225#155#136#128'ggx'#163#229#255#208#143'wgg'
+  +'x'#147#161#183#225#220#195#141'p'#255#253'p~z'#148#167#185#194#180#192#181
+  +#158'~'#227#246#243'p'#137#183#160#164#186#203#217#193#158#155#136'q'#155#233
+  +#232#127#185#217#223#181#196#216#200#183#161#134'mK='#144#222'q'#153#224#250
+  +#232#183#191#182#164#145'|j8b'#193#211'q'#165#233#227#201#162#159#144'zaSjq'
+  +#203#199'q'#156#200#191#167#138'y_Kdg'#195#191#187'q'#142#166#150'~pQdg'#182
+  +#179#175'p'#129'}bQjg'#170#166#162'qqPaq'#152#148'qkq'#137#133#224'TBGRALaye'
+  +'redBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0'?'#3#0#0
+  +#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0#28#0#0#0#255#255#0#0#191#2
+  +#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0
+  +#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#0
+  +#143#0#0#0'h'#131'>'#254'Bi'#134'W'#249'W?'#254'@h'#135'U'#253#255#253#129
+  +#255'@g'#130'>'#252'r'#131#254#255'>f'#130'='#244'u'#1'~e'#130'='#244'v'#136
+  +#253'['#0'>'#12#0'R'#252'x'#134#253#190#254#176'P'#253'z'#132#254#241#254#249
+  ,'|'#132#252#255']'#253'z'#134#253#173#255#0'\'#253'x'#136#252'X'#201#255#0#0
+  +'\'#253'v'#133#245'A'#4#248#255'b'#130'Z'#253't'#134#245'B'#0#19#255#255'c'
+  +#130'Z'#253'r'#135#252'C'#0#0#1#237#255'd'#133'X'#253#255#253'\c'#130#132#255
+  +'e'#131'X'#250']d'#130#9#215#224#175#0#0#0#129'l'#128'f'#127'q'#127'p'#128'r'
+  +#128'q'#138#186#151'x~'#128'g'#128#189#221#225#155#136#128'ggx'#163#229#255
+  +#208#143'wggx'#147#161#183#225#220#195#141'p98p~z'#148#167#185#194#180#192
+  +#181#158'~E66p'#137#183#160#164#186#203#217#193#158#155#136'q`63'#127#185#217
+  +#223#181#196#216#200#183#161#134'mK=^/q'#153#224#250#232#183#191#182#164#145
+  +'|j8bB,q'#165#233#227#201#162#159#144'zaSjq*)q'#156#200#191#167#138'y_Kdg''&'
+  +'%q'#142#166#150'~pQdg$"!p'#129'}bQjg'#31#30#29'qqPaq'#26#24'qkq'#20#18#224
+  +#175#0#0#0#129'l'#128'f'#127'q'#127'p'#128'r'#128'q'#138#186#151'x~'#128'g'
+  +#128#189#221#225#155#136#128'ggx'#163#229#255#208#143'wggx'#147#161#183#225
+  +#220#195#141'p'#131#130'p~z'#148#167#185#194#180#192#181#158'~|~|p'#137#183
+  +#160#164#186#203#217#193#158#155#136'qqwv'#127#185#217#223#181#196#216#200
+  +#183#161#134'mK=moq'#153#224#250#232#183#191#182#164#145'|j8bkhq'#165#233#227
+  +#201#162#159#144'zaSjqdaq'#156#200#191#167#138'y_Kdg^\Zq'#142#166#150'~pQdgW'
+  +'URp'#129'}bQjgOLJqqPaqCAqkq:6'#224#175#0#0#0#129'l'#128'f'#127'q'#127'p'#128
+  +'r'#128'q'#138#186#151'x~'#128'g'#128#189#221#225#155#136#128'ggx'#163#229
+  +#255#208#143'wggx'#147#161#183#225#220#195#141'p'#255#253'p~z'#148#167#185
+  +#194#180#192#181#158'~'#227#246#243'p'#137#183#160#164#186#203#217#193#158
+  +#155#136'q'#155#233#232#127#185#217#223#181#196#216#200#183#161#134'mK='#144
+  +#222'q'#153#224#250#232#183#191#182#164#145'|j8b'#193#211'q'#165#233#227#201
+  +#162#159#144'zaSjq'#203#199'q'#156#200#191#167#138'y_Kdg'#195#191#187'q'#142
+  +#166#150'~pQdg'#182#179#175'p'#129'}bQjg'#170#166#162'qqPaq'#152#148'qkq'#137
+  +#133#224'TMemDirectory'#26#0#0#205#10#0#0#0#0#0#0#25#0#0#0#0#0#0#0'5vectorre'
+  +'ct676767ff1bevelgradientdadadaff,blackreflected6.575002,7.35000310.5,11.5RG'
+  +'Bpad'#7#0#0#0#0#128#5#8'9'#0#0#0#0#0#0#0'class'#0#128#6#14'A'#0#0#0#0#0#0#0
+  +'colors'#0#128#13#9'O'#0#0#0#0#0#0#0'gradient-type'#0#128#6#17'X'#0#0#0#0#0#0
+  +#0'origin'#0#128#6#9'i'#0#0#0#0#0#0#0'x-axis'#0#128#19#3'r'#0#0#0#0#0#0#0'co'
+  +'lor-interpolation'#0#128#10#3'u'#0#0#0#0#0#0#0'repetition7.007336,8.0073061'
+  +'0.5073,4.49266510.51464,11.49997'#9#0#0#0#0#128#5#4''''#0#0#0#0#0#0#0'class'
+  +#0#128#9#8'+'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'3'#0#0#0#0#0#0#0'pen-width'
+  +#0#128#9#0'4'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'4'#0#0#0#0#0#0#0'join-styl'
+  +'e'#1#128#9#153'x'#0#0#0#0#0#0#0'back-fill'#0#128#6#17#17#1#0#0#0#0#0#0'orig'
+  +'in'#0#128#6#16'"'#1#0#0#0#0#0#0'x-axis'#0#128#6#17'2'#1#0#0#0#0#0#0'y-axisr'
+  +'ect808080801bevelgradientwhite,blackreflected5.825002,6.60000310.5,11.5RGBp'
+  +'ad'#7#0#0#0#0#128#5#8#10#2#0#0#0#0#0#0'class'#0#128#6#11#18#2#0#0#0#0#0#0'c'
+  +'olors'#0#128#13#9#29#2#0#0#0#0#0#0'gradient-type'#0#128#6#17'&'#2#0#0#0#0#0
+  +#0'origin'#0#128#6#9'7'#2#0#0#0#0#0#0'x-axis'#0#128#19#3'@'#2#0#0#0#0#0#0'co'
+  +'lor-interpolation'#0#128#10#3'C'#2#0#0#0#0#0#0'repetition4.508926,10.516195'
+  +'.510481,9.5104388.016231,14.00886'#9#0#0#0#0#128#5#4#248#1#0#0#0#0#0#0'clas'
+  +'s'#0#128#9#8#252#1#0#0#0#0#0#0'pen-color'#0#128#9#1#4#2#0#0#0#0#0#0'pen-wid'
+  +'th'#0#128#9#0#5#2#0#0#0#0#0#0'pen-style'#0#128#10#5#5#2#0#0#0#0#0#0'join-st'
+  +'yle'#1#128#9#153'F'#2#0#0#0#0#0#0'back-fill'#0#128#6#17#223#2#0#0#0#0#0#0'o'
+  +'rigin'#0#128#6#17#240#2#0#0#0#0#0#0'x-axis'#0#128#6#17#1#3#0#0#0#0#0#0'y-ax'
+  +'isrect808080801bevelgradientwhite,blackreflected10.81608,1.58381315,6.5RGBp'
+  +'ad'#7#0#0#0#0#128#5#8#217#3#0#0#0#0#0#0'class'#0#128#6#11#225#3#0#0#0#0#0#0
+  +'colors'#0#128#13#9#236#3#0#0#0#0#0#0'gradient-type'#0#128#6#17#245#3#0#0#0#0
+  +#0#0'origin'#0#128#6#6#6#4#0#0#0#0#0#0'x-axis'#0#128#19#3#12#4#0#0#0#0#0#0'c'
+  +'olor-interpolation'#0#128#10#3#15#4#0#0#0#0#0#0'repetition9.5,5.510.50155,4'
+  +'.49424813.00731,8.99267'#9#0#0#0#0#128#5#4#199#3#0#0#0#0#0#0'class'#0#128#9
+  +#8#203#3#0#0#0#0#0#0'pen-color'#0#128#9#1#211#3#0#0#0#0#0#0'pen-width'#0#128
+  +#9#0#212#3#0#0#0#0#0#0'pen-style'#0#128#10#5#212#3#0#0#0#0#0#0'join-style'#1
+  +#128#9#153#18#4#0#0#0#0#0#0'back-fill'#0#128#6#7#171#4#0#0#0#0#0#0'origin'#0
+  +#128#6#17#178#4#0#0#0#0#0#0'x-axis'#0#128#6#16#195#4#0#0#0#0#0#0'y-axisrect8'
+  +'08080801bevelgradientwhite,blacklinear7.016082,7.93381312.25001,0.3000021RG'
+  +'Bpad'#7#0#0#0#0#128#5#8#154#5#0#0#0#0#0#0'class'#0#128#6#11#162#5#0#0#0#0#0
+  +#0'colors'#0#128#13#6#173#5#0#0#0#0#0#0'gradient-type'#0#128#6#17#179#5#0#0#0
+  +#0#0#0'origin'#0#128#6#18#196#5#0#0#0#0#0#0'x-axis'#0#128#19#3#214#5#0#0#0#0
+  +#0#0'color-interpolation'#0#128#10#3#217#5#0#0#0#0#0#0'repetition10.00002,1.'
+  +'74713310.49857,1.7499929.98711,3.99706'#9#0#0#0#0#128#5#4#136#5#0#0#0#0#0#0
+  +'class'#0#128#9#8#140#5#0#0#0#0#0#0'pen-color'#0#128#9#1#148#5#0#0#0#0#0#0'p'
+  +'en-width'#0#128#9#0#149#5#0#0#0#0#0#0'pen-style'#0#128#10#5#149#5#0#0#0#0#0
+  +#0'join-style'#1#128#9#153#220#5#0#0#0#0#0#0'back-fill'#0#128#6#17'u'#6#0#0#0
+  ,#0#0#0'origin'#0#128#6#17#134#6#0#0#0#0#0#0'x-axis'#0#128#6#15#151#6#0#0#0#0
+  +#0#0'y-axiscurve8080808010bevelgradient3983ffff,0a2972fflinear13.025,5.37499'
+  +'916.175,15.775RGBpad'#7#0#0#0#0#128#5#8'o'#7#0#0#0#0#0#0'class'#0#128#6#17
+  +'w'#7#0#0#0#0#0#0'colors'#0#128#13#6#136#7#0#0#0#0#0#0'gradient-type'#0#128#6
+  +#15#142#7#0#0#0#0#0#0'origin'#0#128#6#13#157#7#0#0#0#0#0#0'x-axis'#0#128#19#3
+  +#170#7#0#0#0#0#0#0'color-interpolation'#0#128#10#3#173#7#0#0#0#0#0#0'repetit'
+  +'ion12.52499866,14.32499695,15.57499599,15.72499752,15.62499619,13.37499619,'
+  +'13.42499733,14.37499714,12.674999246.174999714,5.024998665,6.225000381,8.52'
+  +'4997711,16.37499619,13.32499599,10.8249979,7.724999905,6.624999046trueeasy-'
+  +'bezier0,0,0,0,0,0,0,0,0'#11#0#0#0#0#128#5#5'['#7#0#0#0#0#0#0'class'#0#128#9
+  +#8'`'#7#0#0#0#0#0#0'pen-color'#0#128#9#1'h'#7#0#0#0#0#0#0'pen-width'#0#128#9
+  +#1'i'#7#0#0#0#0#0#0'pen-style'#0#128#10#5'j'#7#0#0#0#0#0#0'join-style'#1#128
+  +#9#153#176#7#0#0#0#0#0#0'back-fill'#0#128#1'kI'#8#0#0#0#0#0#0'x'#0#128#1'j'
+  +#180#8#0#0#0#0#0#0'y'#0#128#6#4#30#9#0#0#0#0#0#0'closed'#0#128#12#11'"'#9#0#0
+  +#0#0#0#0'spline-style'#0#128#10#17'-'#9#0#0#0#0#0#0'curve-mode'#7#0#0#0#0#128
+  +#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#181'C'
+  +#1#0#0#0#0#0#0'shape1'#1#128#6#181#18#3#0#0#0#0#0#0'shape2'#1#128#6#181#211#4
+  +#0#0#0#0#0#0'shape3'#1#128#6#181#166#6#0#0#0#0#0#0'shape4'#1#128#6#217'>'#9#0
+  +#0#0#0#0#0'shape5'#1#0#0#0#1#128'&'#128#23#10#0#0#0#0#0#0'{1D7098C8-7796-457'
+  +'6-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#151#10#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientrepeat16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#23#1#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0#195#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6
+  +#0#0#0#31#243#255'a'#0#0#0#174'IDATx'#156'c`'#160'1`'#162'D'#179'"'#16#191#5
+  +'bf<'#242#23#240#25#176#19#136#255#3#177'8'#30#249#18'\'#154'c'#129#248','#16
+  +'_'#1'b=<'#242'X]'''#2#196#207#129#216#24'j'#139#27#30'y'#172'`'#17#16'w#'
+  +#177'c'#241#200'c'#0'w '#190#7#196'\P>Ha'#9#30'y'#20#192#5#149'tG'#18'+A'#178
+  +#13#155'<'#10#232#134':'#15#25#196'"'#137'a'#147#135#3'P'#128#128#2'F'#4'M'
+  +#28#20#128';'#241#200#131#1'(*'#206'2`'#6#22#8#128#162#240#10#30'y0('#129#218
+  +#130#13#128#18#209#127'<'#242'`'#0'J'#142#138'8'#228'@'#174'{'#139'G'#158'(@'
+  +'Q'#134'"'#8#0#159#200'$'#213'IL'#31#197#0#0#0#0'IEND'#174'B`'#130#16#0#0#0
+  +#16#0#0#0#7#0#0#0'Preview'#3#140#0#0#0#23#0#1#2'm'#131'!'#237#3'd'#130'!'#208
+  +'e'#131#185#255#23'd'#130#185'td'#132']'#205#212'.c'#131']'#205#3'c'#133#20
+  +#231'3'#185'Fb'#131#20#231'3d'#133#162#139#0#162']b'#130#162#139'd'#139'G'
+  +#222#10#0#139't'#0#0'G'#222#10'c'#139#10#222'G'#0#0't'#139#0#10#222'Gd'#130
+  +#139#162'b'#133']'#162#0#139#162'd'#131'3'#231#20'b'#133'F'#185'3'#231#20'c'
+  +#131#3#205']c'#132'.'#212#205']d'#130't'#185'd'#131#23#255#185'e'#130#208'!d'
+  +#131#3#237'!m'#1#2#23#0#224#4#0#0#0'@'#16#0#224'TBGRALayeredBitmap'#26#0#28#0
+  +#0#0#1#0#0#0#0#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0'+'#1#0#0#0#0#0#0'H'#0#0#0#1#0
+  +#0#0#1#0#0#0#0#0#0#0#0#0#0#0#14#0#0#0#255#255#0#0#171#0#0#0#0#0#0#0#29'p'#152
+  +#200'w'#150'Ev'#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0
+  +#0#128'?'#0#0#0#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#3#140#0#0#0#23#0#1#2'm'
+  +#131'!'#237#3'd'#130'!'#208'e'#131#185#255#23'd'#130#185'td'#132']'#205#212
+  +'.c'#131']'#205#3'c'#133#20#231'3'#185'Fb'#131#20#231'3d'#133#162#139#0#162
+  +']b'#130#162#139'd'#139'G'#222#10#0#139't'#0#0'G'#222#10'c'#139#10#222'G'#0#0
+  +'t'#139#0#10#222'Gd'#130#139#162'b'#133']'#162#0#139#162'd'#131'3'#231#20'b'
+  +#133'F'#185'3'#231#20'c'#131#3#205']c'#132'.'#212#205']d'#130't'#185'd'#131
+  +#23#255#185'e'#130#208'!d'#131#3#237'!m'#1#2#23#0#224#4#0#0#0'@'#16#0#224'TM'
+  +'emDirectory'#26#0#0'T'#1#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorpolylineblack1'
+  +'bevel0,7,8,1513,2,13,2false'#8#0#0#0#0#128#5#8''''#0#0#0#0#0#0#0'class'#0
+  +#128#9#5'/'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'4'#0#0#0#0#0#0#0'pen-width'#0
+  +#128#9#0'5'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0#0'join-style'
+  +#0#128#1#8':'#0#0#0#0#0#0#0'x'#0#128#1#9'B'#0#0#0#0#0#0#0'y'#0#128#6#5'K'#0#0
+  +#0#0#0#0#0'closed'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0
+  +#0#0#0#0#0'class'#1#128#6#150'P'#0#0#0#0#0#0#0'shape1'#1#0#0#0#1#128'&8'#230
+  +#0#0#0#0#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#30
+  +#1#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('gradientreflect16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0#10#1#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0#141#1#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6
+  +#0#0#0#31#243#255'a'#0#0#0#161'IDATx'#156'c`'#24#236'`'#22#20#147#5'<'#129
+  +#248'.'#20'{'#146#170'Y'#8#136#31#3#177'='#20'?'#134#138#17#13#150#2'q'#31#18
+  +#191#15'*F'#20#8#5#226#235'@'#204#137'$'#198#9#21#11'%'#164'Y'#28#136#159#3
+  +#177#25#22'93'#168#156'8>'#3'6'#2'q'#19#30#249'&'#168#26#172' '#1#136#207#3
+  +'1'#27#30#3#216#160'j'#18#208'%'#228#128#248'%'#16#235#226's'#30#20#232'B'
+  +#213#202#193#4#24#129'x'#15#16'W'#16#161#25#6'*'#160'z@z'#25'r'#128#248'('#16
+  +'3'#147'`'#0'3T'#15'H/'#195#5' V%A3'#12#168'B'#245#14'0'#0#0#190';'#27#21'z'
+  +#155'M'#220#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#3'd'
+  +#0#0#0''''#0#2#154'l'#132'I'#221#221'Ij'#134#18#227'??'#227#18'i'#134#165#142
+  +#0#0#142#165'h'#136'U'#215#9#0#0#9#215'Uf'#131#23#231'6c'#131'6'#231#23'e'
+  +#130#177#130'e'#130#130#177'd'#131'`'#207#6'e'#131#6#207'`b'#131#30#233'-g'
+  +#135'-'#233#30#0#1#188'xi'#134'x'#188#1'l'#197#3'i'#133#3#197'l'#208'%k'#130
+  +'%'#208' '#0#224#3#0#0#0'<'#0#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0
+  +#0#0#0#3#0#0#0#16#0#0#0#16#0#0#0#2#1#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0
+  +#0#0#0#0#0#0#14#0#0#0#255#255#0#0#130#0#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'
+  +#167'0'#143'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0
+  +#0#16#0#0#0#16#0#0#0#6#0#0#0'Layer1'#3'd'#0#0#0''''#0#2#154'l'#132'I'#221#221
+  +'Ij'#134#18#227'??'#227#18'i'#134#165#142#0#0#142#165'h'#136'U'#215#9#0#0#9
+  +#215'Uf'#131#23#231'6c'#131'6'#231#23'e'#130#177#130'e'#130#130#177'd'#131'`'
+  +#207#6'e'#131#6#207'`b'#131#30#233'-g'#135'-'#233#30#0#1#188'xi'#134'x'#188#1
+  +'l'#197#3'i'#133#3#197'l'#208'%k'#130'%'#208' '#0#224#3#0#0#0'<'#0#224'TMemD'
+  +'irectory'#26#0#0'R'#1#0#0#0#0#0#0#25#0#0#0#0#0#0#0'1vectorpolylineblack1bev'
+  +'el0,7.5,1513,2,13false'#8#0#0#0#0#128#5#8''''#0#0#0#0#0#0#0'class'#0#128#9#5
+  +'/'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'4'#0#0#0#0#0#0#0'pen-width'#0#128#9#0
+  +'5'#0#0#0#0#0#0#0'pen-style'#0#128#10#5'5'#0#0#0#0#0#0#0'join-style'#0#128#1
+  +#8':'#0#0#0#0#0#0#0'x'#0#128#1#7'B'#0#0#0#0#0#0#0'y'#0#128#6#5'I'#0#0#0#0#0#0
+  +#0'closed'#3#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128#5#6'!'#0#0#0#0#0#0
+  +#0'class'#1#128#6#150'N'#0#0#0#0#0#0#0'shape1'#1#0#0#0#1#128'&8'#228#0#0#0#0
+  +#0#0#0'{1D7098C8-7796-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6'#28#1#0#0#0
+  +#0#0#0'originals'
+]);
+LazarusResources.Add('gradientcorrhuecw16','LZP',[
+  'LazPaint'#0#0#0#0'0'#0#0#0#16#0#0#0#16#0#0#0#1#0#0#0'C'#3#0#0#0#0#0#0#2#1#0#0
+  +#0#0#0#0'#'#6#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0
+  +#0#0#31#243#255'a'#0#0#2#218'IDATx'#156'm'#147'kH'#20'Q'#28#197'O'#4'}'#19
+  +#177'/A'#248'!'#200#160#232#5#198#166'`'#152#132'+n'#131'Tf'#229#171#214#20
+  +#197#221'T('#179#149#150#136'-+'#11'gS'#147#214#213#200'v}'#230#174#230#154
+  +'h'#160#212'@'#15#220'('#196'&*('#4#169#180'r'#8#220#160'/'#131#158#198#177
+  +#182#151#7#14's'#135#249#159#223#157'{'#239#255#2#255'ke'#204'f'#139')q'#135
+  +'[L'#139'k'#241'gnm'#241#155'c'#220'bj'#148#197#180#240'm'#137#250#176#150'G'
+  +#24#172#194#250#140#1')'#165#224#189'j.'#248#206#202#236'y'#138#194'<o'#196
+  +#127'g'#203#154#247'j5'#2'R'#6#10#132#133#218#255#194'H>iA'#233#184#178#193
+  +'>Gc9y'#216'JV'#228#146'N'#129'l'#223'N'#222'[M>D'#136#221#144#148'b'#148'Z'
+  +#254#134'$'#28#18'P1'#168#160#250'3'#225' '#13#149'du#92H'#142#222'!'#31'h'
+  +#239'wW|e!l|'#140#23#236'C'#159#146#141#12'!'#188'f'#20']'#145#224'|J'#136
+  +#175#25'['#247#133#242#164#22#28#29#165#221'n'#215'=22'#194#167#129#151#212
+  +'j'#217#143'~'#190#194'C6'#227#188#180#184''''#137#187'M'#168'jSq'#237'>Q'
+  +#247#132#242#135'o'#244#251#253'zqzz:'#179#178#178#244'q~~'#190#254#236'E3'''
+  +'4H'#16#13#170#25'I'#218#198'f'#23#137#168#235'$'#174#7'h'#13#140'rzz'#154
+  +#145#145#145#20'E'#145'sss'#12#6#131't'#185'\'#140#136#136#208#1#129'}'#181
+  +#156#134#139#147#184'H'''#210'D'#192'\'#232'C'#163#151'hl'#167#247#153#204
+  +#158#158#30#29#16#10#133'833'#163#143#23#130#191'<l'#175'c'#8#199#248#13'G'
+  +#233'F'#188#15#200#203#243#193#237'&'#154#154#232'}'#254#156#173#173#173#140
+  +#142#142#166#170#170'\'#208#236#236','#21'E'#9#155#30#15'5'#18#231'5'#183#0
+  +#26#224#200#1#17#174'K'#196#205#203#180#14'uP'#150'e}'#166#129#129#1'.'#165
+  +#137#11'V'#190'M'#5#223'$'#129#151#215'A['#194'.'#131#9#206'2'#21#158'S'#132
+  +#183#140#242#167'wt8'#28':'#196'f'#179'qll,'#28#158#153#144'9\'#4'>2k'#19#236
+  +#129'zp-L'#139#199'X.H'#240#230#17#29#251#25#219#155#206#241'O'#227#250#31#24
+  +#141'F'#29'455'#197#143#147'2'#187#206#197#210'w\;J+X'#149#10#233'wk'#27'c'#4
+  +#212'$*'#184'm'#224'2'#31#184#173#29#188'8T'#194#161#160#135#221#253#181#236
+  +#236'*'#225#213's'#160#251#12#232#177#129#162#25#138'i'#11#194#141#180#216
+  +#202#25#171','#203#174'B'#217#212#6'&'#223#2'3'#155'@K'#3'X'#233#4#207'W'#131
+  +'5U`'#253'Y'#208'Q'#12'eo'#2#254'i'#229#159#144#168#20#8#27'O@J'#169#129#154
+  +'S'#15#150'h'#182#137#224#25'-|'#250#20#212#194'\H;'#13'X'#242'2'#253#169#149
+  +'1I0%dCL'#206#129'_'#200#132'?m?'#196#248'8,y'#157#127#0#183#207#207#237#219
+  +#158#254#133#0#0#0#0'IEND'#174'B`'#130#16#0#0#0#16#0#0#0#7#0#0#0'Preview'#0
+  +'y'#0#0#0'c'#136#18'I'#141#172#172#141'I'#18'e'#132#3'K'#192#251's'#132#251
+  +#192'K'#3'b'#131#3'i'#236'w'#135#236'i'#3#0#0'K'#236'y'#133#236'K'#0#18#192
+  +'{'#132#192#18'I'#251'{'#131#251'I'#141'}'#130#141#171'}'#2#171'}'#130#171
+  +#141'}'#131#141'I'#251'{'#132#251'I'#18#192'{'#133#192#18#0'K'#236'y'#135#236
+  +'K'#0#0#3'i'#236'w'#131#236'i'#3'b'#132#3'K'#192#251's'#132#251#192'K'#3'e'
+  +#136#18'I'#141#172#172#141'I'#18'c'#224#201#0#0#0#147#0'$>MX_H'#0#0#13'(F_x'
+  +#141#156#159#136'Tc'#138')E]u'#142#165#184#195#170'hd'#138'5'#136#188#200#191
+  +#179'e'#197#176'Zc'#139'2'#211#200'{{'#188#202#0#178#214#155'd'#140#211#172#0
+  +'RY'#0'b'#0#174#222#201'_b'#141'j'#231#15#141#253#201#151#13#0#177#231#225
+  +#142'b'#134#162#173#15#242#235#15'b'#132#187#242#243#153'b'#134#162#163#28
+  +#251#255#241'A'#6#236#255#254#159'b'#132'j'#211#0#180't'#132#222#219#216#137
+  +'c'#140#211#129#0'w'#207#255#255#235#187#196#180'Vc'#139'2'#209#180'E'#0#230
+  +#229#168#171#178#132'c'#173#1'3'#134#183#170#167#143#153#161#141'I'#0#0#1',D'
+  +'Xix'#131#140#146#129'P'#0#0#17'+F[lw}ze?'#0#0'$;DKM8'#0#224#205#0#0#0#145#0
+  +'-<7/$'#17#0#0'5TccZK8 c'#137'Dm{sj\K6'#26'c'#138';u'#136#129'x'#152#182#175
+  +'x'#6'd'#138'f'#142#141#145#225#200'{{'#188#177'd'#139'>'#132#147#145#228#172
+  +#0'RY'#0'bd'#141'Z'#145#150#177#231#15#141#253#201#151#13#0'Qb'#137'_'#152
+  +#152#204#173#15#242#235#15'b'#1'{b'#137'`'#153#154#205#163#28#251#255#241#3
+  +#236#1#161'b'#135'^'#151#158#183#211#0#180't'#181#133'H@%B'#142#161#162#232
+  +#129#0'w'#207#255#255#222'f_O#'#0's'#162#166#174#232#180'E'#0#230#225#130'qj'
+  +'H'#0'E'#140#169#171#165#183#201#178#168#130'}w_.'#0'T'#143#200#164'B"$0'#151
+  +'h;'#0#0'Fr'#140#146#146#141#132'v\5'#0#0'@Z[XS7'#0#224#173#0#0#0#152#0'i'
+  +#153#159#159#153'i'#0#0'j'#180#227#246#254#254#246#227#177'c'#0#0't'#209#253
+  +'u'#135#242#192'm'#0'W'#182#233'u'#190#238'w'#210#176'T'#0#138#202#215#234
+  +#255#200'{{'#188#212#0#178#195#131#0'J'#164#190#198#243#172#0'RY'#0'b'#0#155
+  +#178#148'@f'#167#177#200#231#15#141#253#201#151#13#0#144#151#134'Me'#162#165
+  +#211#173#15#242#235#15'b'#141#145'ka8`'#153#154#205#163#28#251#255#241#3#236
+  +#1#161'b'#135'U'#135#137#166#211#0#180't'#1'jb'#140'5nvn'#220#129#0'w'#207
+  +#255#255#211'd'#139'K`SR'#209#180'E'#0#230#211'2c'#137'$>5'#0#0'l'#161#144'l'
+  +'e'#1#23' '#0#224'TBGRALayeredBitmap'#26#0#28#0#0#0#1#0#0#0#0#0#0#0#3#0#0#0
+  ,#16#0#0#0#16#0#0#0'_'#3#0#0#0#0#0#0'H'#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0#0#0#0
+  +#15#0#0#0#255#255#0#0#223#2#0#0#0#0#0#0#29'p'#152#200'w'#150'Ev'#167'0'#143
+  +'w'#128':9'#28#0#0#128'?'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128'?'#0#0#0#0#16#0#0#0
+  +#16#0#0#0#6#0#0#0'Layer1'#0'y'#0#0#0'c'#136#18'I'#141#172#172#141'I'#18'e'
+  +#132#3'K'#192#251's'#132#251#192'K'#3'b'#131#3'i'#236'w'#135#236'i'#3#0#0'K'
+  +#236'y'#133#236'K'#0#18#192'{'#132#192#18'I'#251'{'#131#251'I'#141'}'#130#141
+  +#171'}'#2#171'}'#130#171#141'}'#131#141'I'#251'{'#132#251'I'#18#192'{'#133
+  +#192#18#0'K'#236'y'#135#236'K'#0#0#3'i'#236'w'#131#236'i'#3'b'#132#3'K'#192
+  +#251's'#132#251#192'K'#3'e'#136#18'I'#141#172#172#141'I'#18'c'#224#201#0#0#0
+  +#147#0'$>MX_H'#0#0#13'(F_x'#141#156#159#136'Tc'#138')E]u'#142#165#184#195#170
+  +'hd'#138'5'#136#188#200#191#179'e'#197#176'Zc'#139'2'#211#200'{{'#188#202#0
+  +#178#214#155'd'#140#211#172#0'RY'#0'b'#0#174#222#201'_b'#141'j'#231#15#141
+  +#253#201#151#13#0#177#231#225#142'b'#134#162#173#15#242#235#15'b'#132#187#242
+  +#243#153'b'#134#162#163#28#251#255#241'A'#6#236#255#254#159'b'#132'j'#211#0
+  +#180't'#132#222#219#216#137'c'#140#211#129#0'w'#207#255#255#235#187#196#180
+  +'Vc'#139'2'#209#180'E'#0#230#229#168#171#178#132'c'#173#1'3'#134#183#170#167
+  +#143#153#161#141'I'#0#0#1',DXix'#131#140#146#129'P'#0#0#17'+F[lw}ze?'#0#0'$;'
+  +'DKM8'#0#224#205#0#0#0#145#0'-<7/$'#17#0#0'5TccZK8 c'#137'Dm{sj\K6'#26'c'#138
+  +';u'#136#129'x'#152#182#175'x'#6'd'#138'f'#142#141#145#225#200'{{'#188#177'd'
+  +#139'>'#132#147#145#228#172#0'RY'#0'bd'#141'Z'#145#150#177#231#15#141#253#201
+  +#151#13#0'Qb'#137'_'#152#152#204#173#15#242#235#15'b'#1'{b'#137'`'#153#154
+  +#205#163#28#251#255#241#3#236#1#161'b'#135'^'#151#158#183#211#0#180't'#181
+  +#133'H@%B'#142#161#162#232#129#0'w'#207#255#255#222'f_O#'#0's'#162#166#174
+  +#232#180'E'#0#230#225#130'qjH'#0'E'#140#169#171#165#183#201#178#168#130'}w_.'
+  +#0'T'#143#200#164'B"$0'#151'h;'#0#0'Fr'#140#146#146#141#132'v\5'#0#0'@Z[XS7'
+  +#0#224#173#0#0#0#152#0'i'#153#159#159#153'i'#0#0'j'#180#227#246#254#254#246
+  +#227#177'c'#0#0't'#209#253'u'#135#242#192'm'#0'W'#182#233'u'#190#238'w'#210
+  +#176'T'#0#138#202#215#234#255#200'{{'#188#212#0#178#195#131#0'J'#164#190#198
+  +#243#172#0'RY'#0'b'#0#155#178#148'@f'#167#177#200#231#15#141#253#201#151#13#0
+  +#144#151#134'Me'#162#165#211#173#15#242#235#15'b'#141#145'ka8`'#153#154#205
+  +#163#28#251#255#241#3#236#1#161'b'#135'U'#135#137#166#211#0#180't'#1'jb'#140
+  +'5nvn'#220#129#0'w'#207#255#255#211'd'#139'K`SR'#209#180'E'#0#230#211'2c'#137
+  +'$>5'#0#0'l'#161#144'le'#1#23' '#0#224'TMemDirectory'#26#0#0'x'#5#0#0#0#0#0#0
+  +#25#0#0#0#0#0#0#0'4vectorellipse000000611gradientred,redangular8,816,88,16GS'
+  +'B+pad'#8#0#0#0#0#128#5#8'7'#0#0#0#0#0#0#0'class'#0#128#6#7'?'#0#0#0#0#0#0#0
+  +'colors'#0#128#13#7'F'#0#0#0#0#0#0#0'gradient-type'#0#128#6#3'M'#0#0#0#0#0#0
+  +#0'origin'#0#128#6#4'P'#0#0#0#0#0#0#0'x-axis'#0#128#6#4'T'#0#0#0#0#0#0#0'y-a'
+  +'xis'#0#128#19#4'X'#0#0#0#0#0#0#0'color-interpolation'#0#128#10#3'\'#0#0#0#0
+  +#0#0#0'repetition7.5,7.515,7.57.5,15'#8#0#0#0#0#128#5#7''''#0#0#0#0#0#0#0'cl'
+  +'ass'#0#128#9#8'.'#0#0#0#0#0#0#0'pen-color'#0#128#9#1'6'#0#0#0#0#0#0#0'pen-w'
+  +'idth'#0#128#9#0'7'#0#0#0#0#0#0#0'pen-style'#1#128#9#171'_'#0#0#0#0#0#0#0'ba'
+  +'ck-fill'#0#128#6#7#10#1#0#0#0#0#0#0'origin'#0#128#6#6#17#1#0#0#0#0#0#0'x-ax'
+  +'is'#0#128#6#6#23#1#0#0#0#0#0#0'y-axisellipse0000006110white7.5,7.512,7.57.5'
+  +',12'#8#0#0#0#0#128#5#7#188#1#0#0#0#0#0#0'class'#0#128#9#8#195#1#0#0#0#0#0#0
+  +'pen-color'#0#128#9#1#203#1#0#0#0#0#0#0'pen-width'#0#128#9#1#204#1#0#0#0#0#0
+  +#0'pen-style'#0#128#10#5#205#1#0#0#0#0#0#0'back-color'#0#128#6#7#210#1#0#0#0
+  +#0#0#0'origin'#0#128#6#6#217#1#0#0#0#0#0#0'x-axis'#0#128#6#6#223#1#0#0#0#0#0
+  +#0'y-axiscurveblack1.5bevel8,5.5,4.5,5,6.5,8.274997711,10.02499771,10.524997'
+  +'7111,10,8,6,4.5,4.424999237,5.574999809,6.674999714falseeasy-bezier0,0,0,0,'
+  +'0,0,0,0'#10#0#0#0#0#128#5#5#133#2#0#0#0#0#0#0'class'#0#128#9#5#138#2#0#0#0#0
+  +#0#0'pen-color'#0#128#9#3#143#2#0#0#0#0#0#0'pen-width'#0#128#9#0#146#2#0#0#0
+  +#0#0#0'pen-style'#0#128#10#5#146#2#0#0#0#0#0#0'join-style'#0#128#1'3'#151#2#0
+  +#0#0#0#0#0'x'#0#128#1'1'#202#2#0#0#0#0#0#0'y'#0#128#6#5#251#2#0#0#0#0#0#0'cl'
+  +'osed'#0#128#12#11#0#3#0#0#0#0#0#0'spline-style'#0#128#10#15#11#3#0#0#0#0#0#0
+  +'curve-modepolylineblack1.5bevel8.024998665,11.17499828,10.974997526.8749995'
+  +'23,6.874999046,3.474999905false'#8#0#0#0#0#128#5#8#222#3#0#0#0#0#0#0'class'
+  +#0#128#9#5#230#3#0#0#0#0#0#0'pen-color'#0#128#9#3#235#3#0#0#0#0#0#0'pen-widt'
+  +'h'#0#128#9#0#238#3#0#0#0#0#0#0'pen-style'#0#128#10#5#238#3#0#0#0#0#0#0'join'
+  +'-style'#0#128#1'#'#243#3#0#0#0#0#0#0'x'#0#128#1'#'#22#4#0#0#0#0#0#0'y'#0#128
+  +#6#5'9'#4#0#0#0#0#0#0'closed'#6#0#0#0#0#128#5#1' '#0#0#0#0#0#0#0'count'#0#128
+  +#5#6'!'#0#0#0#0#0#0#0'class'#1#128#6#159#29#1#0#0#0#0#0#0'shape1'#1#128#6#160
+  +#229#1#0#0#0#0#0#0'shape2'#1#128#6#196#26#3#0#0#0#0#0#0'shape3'#1#128#6#150
+  +'>'#4#0#0#0#0#0#0'shape4'#1#0#0#0#1#128'&n'#212#4#0#0#0#0#0#0'{1D7098C8-7796'
+  +'-4576-A730-8F77803A391C}'#1#0#0#0#1#128#9'6B'#5#0#0#0#0#0#0'originals'
+]);
+LazarusResources.Add('fillimages','LST',[
+  'nofill32.lzp,solidfill16.lzp,gradientlinear16.lzp,gradientreflected16.lzp,gr'
+  +'adientdiamond16.lzp,gradientradial16.lzp,gradientangular16.lzp,gradientpad1'
+  +'6.lzp,gradientrepeat16.lzp,gradientreflect16.lzp,gradientsine16.lzp,gradien'
+  +'tsrgb16.lzp,gradientrgb16.lzp,gradienthuecw16.lzp,gradienthueccw16.lzp,grad'
+  +'ientcorrhuecw16.lzp,gradientcorrhueccw16.lzp,texturenorepeat16.lzp,texturer'
+  +'epeatx16.lzp,texturerepeaty16.lzp,texturerepeatboth16.lzp,texturefit16.lzp,'
+  +'textureopen32.lzp,swapgradcolor16.lzp,texture16.lzp'
+]);

+ 25 - 0
vectoredit/fillimages.lst

@@ -0,0 +1,25 @@
+nofill32.lzp
+solidfill16.lzp
+gradientlinear16.lzp
+gradientreflected16.lzp
+gradientdiamond16.lzp
+gradientradial16.lzp
+gradientangular16.lzp
+gradientpad16.lzp
+gradientrepeat16.lzp
+gradientreflect16.lzp
+gradientsine16.lzp
+gradientsrgb16.lzp
+gradientrgb16.lzp
+gradienthuecw16.lzp
+gradienthueccw16.lzp
+gradientcorrhuecw16.lzp
+gradientcorrhueccw16.lzp
+texturenorepeat16.lzp
+texturerepeatx16.lzp
+texturerepeaty16.lzp
+texturerepeatboth16.lzp
+texturefit16.lzp
+textureopen32.lzp
+swapgradcolor16.lzp
+texture16.lzp

+ 0 - 281
vectoredit/fillimages16.lrs

@@ -1,281 +0,0 @@
-LazarusResources.Add('fillimages16','PNG',[
-  #137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#1#144#8#6#0#0#0#167'4'#224
-  +#13#0#0#25#228'IDATx'#156#237'\'#7'X'#20'I'#211#174#5'I'#138#130'g$'#9#162
-  +#156#232'a'#4's'#198'xz&'#206#156'3'#10'wf'#4#3#194#161#136#138#17'Q'#146#138
-  +#24'Y'#19#171'"'#166#19'1'#240#25#15#179#30#152'P'#17#12'`:'#1'I'#251#254#221
-  +#179#187#184#132'%'#168#255#231'ww'#150#207#235#236'Lw'#189']'#211'U]'#211'3'
-  +'='#3#145#146#252'hm'#173#211#185'A'#3#13'R!'#206'D'#26'.De'#11'-t'#170'S'
-  +#167'~'#176#145'Q'#216'Z##'#239#129'ff'#21#243#151'{ijV'#8'73'#243#250#221
-  +#194#226#192':]'#221'&y'#10#167#214#173'[_lfv'#225#201#152'1'#184#210#181'k'
-  +#182#175#129#129#255'`cc}E'#185'{'#217#178#229#195'j'#212#240#249's'#244#232
-  +#172#23#11#23#226#156#181'u'#140#191#182#182#140#164'a'#167'N:A'#172#229#167
-  +'?'#255#140#212#168'('#188#9#13#197#165#182'm'#179#215'3'#146#225#6#6'z'#11
-  +#244#245'uw1'#229#171'}'#251'f'#189#14#11#195#251#211#167#241'z'#193#2#156
-  +#168'S'#231'X''"}'#210#249#241#199'2'#222'5j,'#191#214#188'y'#206#171#229#203
-  +#145#178'e'#11#158'-Y'#130#179'M'#155'f'#251#27#26#6'o11'#9'<'#215#161'Cf'#18
-  +'/'#11#9#193'+??<'#26'9'#18#155#141#141#183#26#19#233#10'Vt'#178#178#210'_nd'
-  +#228#127#185'A'#131#236'DGG$'#186#186#226#225#164'I8ie%='#217#176#161#244#161
-  +#131#3#18#231#207'G'#226#172'Y'#136#237#221'['#186#137'Y'#204'Z7'#206#211#15
-  +#221#235#214#213'_el'#236#127#222#194'"'#251'A'#207#158#136#31'4'#8#127#246
-  +#232'! ~'#224'@'#220#183#179#195#213'v'#237#164#1'L'#217#150#200#164'PO'#244
-  +#176#176#208'[cb'#18#28'ml'#140#219'VV'#136'm'#220#24#177#141#26#225#22#195
-  +'%'#134#245#134#134#225'mD"'#227'B'#149#185#140'h'#216'Pw'#189#153'Y'#224#201
-  +#242#229#17#165#169#137'#e'#203#226#176#158#30#142#27#26#226'L'#221#186#216
-  +'fb'#178'c'#138'H'#164'W'#168#242'`k'#235#242#235'MM}'#254#163#171#155'u'#137
-  +#8#17#12'['#25'B'#180#181'!'#169'^'#29#167#25#193#31#214#214#217#18'33'#127
-  +''''#222#251#202#210#175'E'#139#242'k'#205#204'|.'#151'+'#151#21#199#148'.0'
-  +#28#17#137#16#166#175#143#176'j'#213'p'#192#192#0'Q'#150#150#184#214#162#5
-  +#238'0'#23#31#170'Y'#211#223'EAR'#182#127#127#245#213'5kz]/[6;'#137')'#198'2'
-  +'\b'#202#204't'#169#151#129'A'#184#31'3'#251#168#185'y'#214'iFp'#181'ys<'#234
-  +#222#29#143#187'w'#207#137'03['#221#136'H'#139#234#219#218#234#248#27#27#239
-  +'O(S'#6#156#128'['#16'U'#190#188't'#161#129'A'#152'u'#133#10#198#147'+T'#208
-  +#219'jj'#234#127#214#202'*'#155'['#16#223#173#27#146#153'G'#14'~'#255#253#217
-  +#22'D'#149#5'+'#198'[Z6'#217'V'#173'Z'#204']'#13#13#156#211#213#149#254#198
-  +#148#155'T'#172#152#235'*'#7#29#29#253'Pv'#238'W'#154'5'#203'~'#216#185'3'
-  +#142'ZY'#221#255'EK'#171'['#158'~'#152'daa'#189#206#208#240#184#171#129#193
-  +#214#198#149'*'#21#240#243'tMM}6^V'#239'27'#143'f'#132#221#242#151#11'R'#215
-  +#196#164#162'I'#229#202#229'U'#185#185#11#145'N+'#153#217'"Uu'#10'H}'#171'qZ'
-  +'|'#219'uCrU'#171#157'o@?.'#171'[b'#229#177#243'|'#198#249'o'#218#6#197#190
-  +#137's'#18#168#249#164'F%R'#238'6'#209#181'}'#176#228'8'#146#18#18#241#244
-  +#234#145#203#252'X'#149'Yq'#160#166#246'?'#20#171#220'l'#144'S'#251'E'#235
-  +#183#223'<|'#242#28#14#132#159#197#171#231#239#240#244#253#157''''#213#157
-  +#143#165'PmG'#213'c'#129'K'#155#17's'#219#187','#223'x'#211'/x'#15#206#156
-  +#191#142#152#187'O'#16#159#248#30'W'#18#210#161'6'#250#4#218'6'#31#160#186#15
-  +#218#140'ti'#239#196#148'w'#236'?'#129#205'{'#142'c'#247#193'('#188'|'#155
-  +#138'k'#177#137#216's4'#6'c7'#30#195#239#219#182'>'#250'E'#130#144'&'#251#178
-  +#205#243'('#247#153#236#213'~'#218'"'#191#155'A'#161#225#216#127#228','#174
-  +'0'#165'kw'#158'b'#219#222#227#184#20#19#139#131'Q'''#176's'#155#24#151#131
-  +#252'0o'#207'='#24#187#221'O'#203'U'#30'='#127#189#173'w'#192'N'#132#132#30
-  +#132#248#192'I\'#190#241#16#241'I'#239'q'#249#250'cl'#11#139#196#210'5'#155
-  +#17'u'#230'2'#252'}6'#195'm'#150'#F/'#9#129#225#188';'#16#13#15'q'#164#230
-  +#246#222#181'='#252'Bq&'#250'2"'#207']'#195#149'['#143#17#247#248'5'#206#199
-  +#220#195#129#163#231#16#188#235'('#150#175#223#142#185#139#253#176'''"'#10
-  +#139'f'#206#199#132#177'S'#222#214'p'#189#2#209#232'`_n'#128'F'#135#129#147
-  +#253#247#29#142#198#243#23'ix'#196'Z'#230#202#187#194'O!xg'#4#214#7#239#131
-  +#231#242' L'#157#231#13#135'Y'#158'X'#234#186#236'l'#207#166'?'#149'7\t'#30
-  +#186'c'#131#253#20'g'#161#195'H'#236#131#247'E=KLH'#193#137#232'+'#216'{'#224
-  +','#214#4#138#225#193#148'g'#187#175#198#248#169'n'#232';'#214#233#137'B'#193
-  +'l'#193'I'#232#142#11#14'T'#238'G'#29#219'A'#142#246'k'#183#132'?'#139':s'#19
-  +'!{#'#176#218'g'#19'f'#186#174#16#148#7#216#187#190'k'#218'o'#164#139#162#178
-  +#225#236#131#169'z'#19#130#131#242'{R'#167#227#0#7'{'#143#141#17#207'6'#239
-  +#220#15#15#239#141#152#200#148#237#236']'#158#183#237'7'#137'e2'#202#29'h'#6
-  +#179'"'#160'?a'#203#137#194#194#161'l'#219#254#19#237'W'#248'l'#133#219#130
-  +#165#248#197'i!Z'#244#30'mO'#138#139#136'\'#170#250'$>'#211'w'#220#157#165'*'
-  +#166#202#180#238';'#222'a'#172#139'/Z'#245#30#231#192#247#243'W'#168#236'viv'
-  +#165'9'#167#238#170'"'#224'R'#222#168'q'#199#17#202'f+'#139#154'q'#131#202'j'
-  ,#134'VU'#139'"'#248#239'I'#31#134'1'#159#8#174'Kc'#204#204#204#208#164'I'#19
-  +'tf'#25'w '#187#144'N'#158'<'#25#243#230#205#195#138#21'+'#176'y'#243'f'#28
-  +'8p'#0'g'#207#158#197#237#219#183#241#236#217'3dff'#130#139#156#228#27#193'7'
-  +#130'/C0'#236'3By'#216#151#24'K'#255#4#249'2'#249#160'C'#135#14#24'=z4'#220
-  +#221#221#5#215'E'#177'{'#135#248#248'x'#193']|'#203#247#249'q^'#206#235#241
-  +#250#164#28#7#223#8#190#17'|.'#193#183'|'#240#5#228#243#243#1#242#137'T*E\\'
-  +#28'"""'#132'-'#223'/LH'#17#7#249#11#20#202'k'#214#172#201'%)1'#129#178#242
-  +#175#191#254'Z$I'#30#2'e'#179#21#202#221#217'mn~'#18#229#211#201'CP'#152'r'
-  +#237#218#181#11'%)@'#160'J'#153#149#21'I'#242#229','#248'"}'#240#217'^'#248
-  +#156'8'#248#150#15#190#128'|~>`'#128#174#174'.,--'#209#177'cG'#12#24'0'#0#227
-  +#198#141#131#189#189#189#176#229#251#252'8/'#231#245'x}9'#198#228#18#152#155
-  +#155#11#149'F'#142#28#137#217#179'g'#195#203#203'K'#152''''#242'-'#223#231
-  +#199'y9'#175'W'#128'@OO'#15#214#214#214'BK'#188#178#175#175'/v'#237#218#133
-  +#131#7#15#10'['#190#207#143#243'r^'#143#215#207'CP'#189'zu'#180'k'#215'N0'
-  +#151#183#200#149'.^'#188#136#216#216'Xa'#203#247#249'q^'#206#235#241#250'y'#8
-  +#140#140#140#4#243#248'9s'#179'y'#203'\'#153#11#223#242'}~'#156#151#243'z'
-  +#188#254#151#181#224#179#251#224#179#189#240'E'#226'@A'#194'['#224'f'#242's'
-  +#229'J|'#203#247#249#241'|'#202#223#242#193#23#147'n'#221#186'-'#26'<x'#176
-  +#132#221#173'I'#250#247#239'/'#177#179#179#147#244#233#211'G'#210#171'W/I'
-  +#143#30'=$]'#187'v'#149't'#234#212'I'#194'fe'#146'6m'#218'HZ'#182'l)i'#214
-  +#172#153#196#198#198'FR'#167'N'#157'E4l'#216'0'#201#234#213#171#133#160'Y'
-  +#182'l'#25#22'/^'#12#15#15#15#184#186#186#194#217#217#25#211#167'O'#135#131
-  +#131#3#198#143#31'/'#4#19'k'#12'?'#255#252'3z'#247#238#141#6#13#26'H'#136#29
-  +#148#240'P'#229#215#128#149'+W'#10'$'#158#158#158'pss'#131#139#139#139'@'#192
-  +#239'#'#199#140#25#131'!C'#134#8#202#204':'#225#170'U'#175'^='#9#177'I'#163
-  +'$  '#0#235#215#175#199#218#181'k'#177'j'#213'*'#129'd'#225#194#133#194#205
-  +''''''#152'8q"'#134#15#31'.('#247#236#217#19']'#186'tA'#251#246#237'aaa!!'#22
-  +#170#146'M'#155'6a'#195#134#13#8#12#12#20#136#184'5'#156#132'['#193#9'x'#235
-  +'\'#153#183#202#21'Y?'#128#245#1'j'#212#168'!!'#198'.'#217#182'm'#27#182'n'
-  +#221#138#144#144#16#4#7#7#11'd'#156#136#147'p'#2#174#204#21#185#146#149#149
-  +#21'X'#231#161'V'#173'Z'#168'\'#185#178#132'X'#7'I'#248#144'U'#133#162#132'5'
-  +'&!v'#5#150'0'#1#7#191#201#14#15#15#199#225#195#135#241#251#239#191'#::'#26
-  +'w'#238#220#17'n'#184#223#190'}'#139#212#212'T'#164#167#167'###C'#184#1'g'
-  +#150'Jh'#218#180'i'#146'C'#135#14#9'JG'#143#30#21#20#249#204#156'+'#199#196
-  +#196#8#4#143#30'='#18'HRRR'#4#162#191#254#250'K c'#157'/'#161#153'3gJ'#142#29
-  +';&(FFF'#226#212#169'S'#130#242#165'K'#151'p'#237#218'5'#129#224#193#131#7'H'
-  +'HH'#16'H'#146#147#147#241#250#245'k'#129#200#207#207'OBNNN'#146#19'''N'#8
-  +#173#158'>}ZP'#190'p'#225#130#208#250#245#235#215#5#130'{'#247#238#9'V<}'#250
-  +'T y'#249#242#165'`'#205#186'u'#235'$4j'#212#168'E,`$s'#231#206#149'0'#191'K'
-  +'X'#4'J'#152#251'$'#191#253#246#155'd'#209#162'E'#18#22#153#146#165'K'#151'J'
-  +#188#189#189'%,Z%,N$'#204#205#18#31#31#31#9'k|'#209#215#30#138#127'Wi'#193
-  +#240#146#225'5'#195#211#210'*'#183'dx'#198#192#23'i'#248#146'Y'#185#210'('
-  +#183#146'+w-m'#171'\Z3<'#255'\'#229'.'#159#162#220#230's'#148#219'2'#188'`'
-  +#232#252#169#202#188#229'N'#159#162#220'N'#174'l'#251')'#202#237'Ifv'#169#148
-  +#249'Z:'#15#138#206#242#150';'#148#182#213'x'#146#133'e'#130#220#130'oR:'#209
-  +'*'#170#208#138#225#1#169'^'#30#229'K'#167#9#170#148#213#24#254#195' %'#197
-  +#210'pA'#9'a'#240'VE'#192'WvN1'#220'f(l'#133#147#7#218'CR'#145'P'#140'H'#22
-  +#141#150#12'|!*'#255'x'#208'f'#136'e'#232#165#170#245'}'#12#238#242#223#219
-  +#25#134#230'+'#255#141'a'#143'*e;'#185#217#154#242#253#149#12'3'#148#202#235
-  +#200#173'3*L'#153#143#7#190#154#215'V'#233#152'3'#195#18#249'o'#238#141#147
-  +#12#191#170'j}'#29'C@'#190'c'#163#25#130#229#191#249#220#248'"'#201'<T@x'#198
-  +#229'9^?'#223#241#238#12#135'I'#230#202'$'#134#198#133')'#243#243#189#193'0'
-  +#176#144'2'#174#16'#'#183'b'#133'*'#211#231'2'#28'PQf'#192#240#129'dC^'#229
-  +'E'#132#23#22#254'Z'#136'l'#153#144#175')'#170#244'9'#151'B;EIj'#23'S'#254'?'
-  +'.'#181'H6&>I'#184'{o2'#240'uU'#157'O!'#224#131#134#15#172#173'T'#196#184'W%'
-  +#245'I6h'#12#233'c'#20'6+'#169#178':'#201'b~'#188#210#177'!'#12#215#233#227
-  +'(-Rf1'#28#167#130#185#144'G'#171'[q'#202#188#215#185#233'5'#11')Sd*'#149'/q'
-  +#240#22'#'#25#166#23#209#0'_B?G'#178#211', '#19#229#133'E'#133#182'"'#169#20
-  +'h'#164'X'#243#148#132#143#13'>O'#204#243#18#199'~*A'#7')'#9#127#149' '#183
-  +#163#21'.R'#249'N^!'#162'p'#245'8'#190#243#7'C'#211'R(+'#132#7#219#1#5#219'7'
-  +#145#137#25#195#29#134'+T'#240#250'P'#172'h'#203#21#249#219'N}'#25#194'JK0'
-  +#141'a'#149#210'>'#191#26'u/M'#235'|'#178'P]'#233'X#'#185'E%'#146#209#244#241
-  +#2#170',|`'#181'('#9#1'7'#183#176#204'[\_p'#139#189#138'".'#236#212#148#133
-  +'[='#186'8'#235#242'w'#174'BJ'#220'G'#170#172#224#167#214#183'$'#4'\'#248';H'
-  ,#202#231#170#152't'#148'X'#20'A'#198';'#218'L'#254'[U'#191#168#20#174#200'O'
-  +#133'_`J'#246'n'#222'7)'#133#236#23#233'C\N'#15#226'j'#229'!6gh'#160#11'q'
-  +#139'r'#16'w'#214#129#184#15#195'P-'#136'''0L'#215#128'x>'#131#151':'#196'>j'
-  +#16'o'#18'a'#255'~'#2#137'I'#15#168'X'#21'0'#175','#133'u%'#160'sE)'#6#232#3
-  +#19'+H'#225'\'#30'XR'#14#8'('#11#236#210#6#142'k'#2#151'5'#128#251'e'#128'W'
-  +#140'D'#172' '#248#174#170#20#230'U'#0#155'JRF'#0#12#212#151'2'#2#20'$'#208
-  +#146#19#168#231'#('#177#5'Z'#133'X '#146#19#212#146#19't'#201'%('#173#5'U>Z0'
-  +#176'4'#22#228#246'Aey'#31'|'#7'f'#129#138'>'#208',a'#31'|'#130#5'2'#2#155'<'
-  +#157'X'#178'>'#216'O'#138'@'#170' '#11#164#250','#136'Z'#22#23'H'#234#31#3
-  +#233#155#252'/'#136#224'Fs'#230'F'#27#230'F['#230#198'^'#12'CXN'#24#199'\'
-  +#249#11#131'SY'#136']'#153';='#181'!^'#193#220#233#171#9'q'#16's'#231#22'u'
-  +#165'|`'#195#2#169'7'#27#206#227'X8;'#177'`Z'#204#194'y'#29#27#214'[Y@IX'#249
-  +#9#22'T'#23't'#129#155','#168#226'u'#128#151','#160'R5'#148'"1?'#129'g~'#130
-  +#242'2'#130'[,"'#31'2'#130#23#197#17#20#176#160'|^'#11'JOP'#225#163#5#159'u'
-  +#10#220#130#207':'#5#133#5#159'|'#10#255'/^(U -/$'#144#254#129'RO'#11#21#218
-  +#138'0'#127'(!j&'#225#209'b'#194#253#213#132#176#245#132#31#139'U6'#169#6'_K'
-  +'m'#228#180#18'A:'#136' ubX'#206#16'D'#200#222'I'#248'k'#31#225#246'^B'#203
-  +'B'#149'u'#173#17'U'#221#4#168#205'\'#221'T'#13#232'O'#128#11#131#31'C'#24'I'
-  +#17'E9'#248#15'e'#229#156#164#140#148#221#244'a~'#30'e'#245#30#8#212'i'#13'T'
-  +#250#30'0c'#238#183#214'@XsQ'#168#157#6#149#27#167'Ie'#29#236#201'sT'#28#165
-  +#133'='#164#215#184'A/'#16'Dg'#210'7Q'#202'8'#153#246#20'4'#20#13#135'T'#163
-  +'''P'#161#25'`l'#130#153#236#232'('#6#254'u'#128#242#26's'#200'S'#186'<'#251
-  +'*'#29#129'-uD8'#197#188#145#17','#134#191'h6'#160'6'#1#208#238#11#254#196
-  +#194#134'!'#147'dO3'#249#29#237'f'#134#191#228'$[:Q'#253''''#205#168'6'#179
-  +'$ '#251'<'#5':'#146'Z'#0#226#212'|'#24#193'2'#160#204'|'#240#239#180#14#203
-  +'++O'#178#249#241'w'#10'k'#172'E'#149#240'Fk'#152'4Ys'#216#9#210#216#131'L'#6
-  +'h'#132#9#175#198'|'#199#144#205#144'N'#31'o'#188#248#221'|O'#134'k'#10#130
-  +#250'et'#144'md#'#205'2'#180'yB:'#231's2'#181'/fC'#235'z&/l$'#175'tS'#225#28
-  +#6'O'#134'[rb'#129#192'B'#135']\'#219#27#0#237#12#19'H'#251#241#187'8'#173
-  +#167'o'#160#249#226'%'#212'OG'#216#202';/'#135'dO7'#149#133'?'#196'o'#217#161
-  +#170#250'J'#151'z'#140'`'#176#182#20#131't'#206#144#198#251';'#254#26#169'7'
-  +#160#245#225'<'#202'e'#29#222'K'#178#233'='#228'-'#186#228'#!8'#138#194'0I'#4
-  +'L'#16'ec'#172#218't'#210#201#14'k'#164#155#179'CZ)g'#29#204#165'.h'#135'~'
-  +#252'q'#192'<'#185#21#156#168'U'#174#242'b'#154#9'7'#22'Ys'#24'f'#208#219'\V'
-  +'SL'#11#178#194' '#216#162'9&'#194' '#219#7#154#27#205#27#208#0'V'#180#156'A'
-  +'#='#134#26#230#28#164'}'#216#196#20#217#192#128#23#11'Kw'#154#153'K'#208#12
-  +'Mu'#186#194#252#244#8#232#195#13#26#8#129#8'gA'#210#187'9$MzO'#210'w'#241
-  +#132#172'slPH'#152#242#6#22#215#171#233'`'#254'S'#163#145#208#214'q'#130'z'
-  +#208'J'#136#164#161' D3'#196'J'#9#9#25#132'W/'#9#31'n'#18'r"'#153#242'N'#213
-  +#143'F'#5#241#7'5'#218#3#242'?'#7#138#139#3'e='#201#162#172#228#215#20#151'v'
-  +#151#252#179#207#9#15#236#139#150#191'q>'#208'j|''O>'#176#18'y'#141#210'`'
-  +#185'@'#139#229#132#223'h'#135#157'r>8J'#207'S'#11#228#3'Qu;'#232'6J'#130#145
-  +#241#187#217'$[|P'#206#5'<'#188'G'#189#165';3'#19#233'2b'#232'b'#193'|@'#213
-  +#219'@'#173'j'#215#199#236#200#22#185#18#207#1#155'I'#150#19'xn'#224'9'#194
-  +#230'=m'#13'Kd'#190'*'#144#15#200#216'F'#185'E>'#246#149'?'#4']%?~8[cF'#219
-  +'t'#173'Q'#5#243#1#153#214'W&'#224'c'#159#231#0#197#147'='#158#27'x'#142#200
-  +#238#161'U'#197'@j'#212#188'`>'#16#153'Z('#19#240#145#200's'#0#207#5#138'Opx'
-  +#142'@'#13#173'2'#205#208#222#176'`>P'#155'2'#21#162#150'M'#249#211'['#238
-  +#231#252#31#195#242#220#192'Gg'#218#213#238#218#221'0D'#187#200'|'#144'_\'
-  +#232'c6r)i>PH+'#185'"o}^'#169#242'A'#20#168#10#201#158'1.'#239#215#137'&'#253
-  +#155#242#1#151'_'#7#165'9/'#253'1'#251#15#255#142#210#15#193'mrRw'#216#164'G'
-  +#134#215'~'#145'?'#205#23#148'z'#11#18#251#182'rzqw'#208#132'7'#201#174'}?'
-  +#188'Z'#215');eK'#139#204#228#176#31'^?'#143'2xp'#247'J'#217'+'#167#238#168
-  +#157'+<'#31'TX'#242'p'#242'w'#139#227'cM'#221#159#164#180#158#241'<i'#242#208
-  +#247'7Vv'#201'<'#29'j'#253#254#236'1'#179#167'w.'#234#221'|zK'#227#194#211'X'
-  +#209#217#171#177'tvl'#30'e'#245'e'#15#218#149'Yv'#255#186#198#178#251')'#229
-  +#189#30'>'#173#233#154#192#159#27#243#239#24#249'e'#158'?'#241#174#127'C'#243
-  +#146#251#159'j'#209#201#177't'#230#149#132'6'#221#254#147'N'#219#228#18#136
-  +#150#199'^`H'#16'-'#143'{R'#198#251'^cR1?8G'#251';G'#211#174'd[j'#206#250'tO'
-  +#164'L{'#213#31#227'hU'#204'SZy'#149#225#6'O&E'#206#15#26'S'#237#235'M'#200
-  +',#'#129'\'#227#146'hBo'#162#181#145#231'h'#237#201#247#228'sJ'#241#221'^'
-  +#177#243#131#250#164#159#249#142#218#190'J'#165'z'#191#19#173#139'Hg'#200#162
-  +'u'#135#249#2'l'#137#230#7#150'j'#26'Y'#239#203'U'#206'H+'#171#203',['#127' '
-  +#147#252#246'g'#147#255'^NP'#162#249#129#169#134'(;'#193'B=;'#169#182#232#3
-  ,#145#223#190'['#20#176'='#131#130#2#18'I'#246#21']'#145#243#3#17#145#195#144
-  +#239#233'Ct'#31#202#190#208'K'#196#136#3'7'#187#211'F'#239'w'#20#226#148'B'
-  +#219#198#240'%'#130'"'#231#7#187#166#208#178#189#191'P'#170#196#129'R'#15'N'
-  +#18#201'^'#230#17'mu'#140#21'm'#31#152'L;'#187#189#16#133'v'#224'K'#166#133
-  +#206#15#2'\'#201'z'#211#28'z'#17#226'Lo'#182#207#166#251#185#172'j;'#251#246
-  +'T'#11#237#28'+'#10'm'#247'N'#20#218'&Y3'#180#21#191#242#240'WF'#132#249#1
-  +#175#179'h9'#217#175#240#164#135#190#238#244#138#17#197'n'#154'K?'#229'1'#173
-  +#140#184#237'4uq'#155#187#154#187'Z%'#235#139#155'>'#171#181#163'nl'#251#205
-  +'U.'#13#216#160'yq'#146#159#232#186#203#26'z'#184#200#155#158'x/'#166'['#171
-  +#22#210#148#252#167'&'#136#246#238'V}'#245#247'6'#191'e'#186#167'ab'#147#29
-  +'5_u'#221#172#247'f@'#144#198#187#177#1#244'f'#134'/%'#185#175#162#24'/'#239
-  +#18#188#204#210'2'#188#214#228#174#226'*'#231#250'l'#214'I'#27#184'A=sT ]'
-  +#153#18'@S'#139'UT'#200#223'4'#31#168'O'#15#143#205#151#15#248'*'#14#207#5'|'
-  +'h'#27'+'#231#3#134#152#2#249#128#234'uL'#23#185#158'I,3'#255#12'_W,t~'#16'G'
-  +#167';'#220#165#19'/'#238'R'#196#227#130#249#192#180'A'#6#153#252#192'W'#185
-  +#139#156#31#196#211'v'#247#199#228#147'X0'#31#24'[dR'#9#230#7'|'#231#181#168
-  +#255#147#130#249#192#160'F'#22#149'`~'#192#240#221#187'r'#166#9#5#243'A'#149
-  +'j'#202#4'*'#231#7#12#141#30#215#209'|V0'#31't'#237#242#158'd/o'#20'9?('#175
-  +'I'#21'N'#219#209#235#162#242'A~'#201'3?(i>PH'#158#249'Ai'#243#1#23'a~'#192
-  +#208#245#223#150#15#254#237#178't'#209'0,'#152#251's.'#168#251#130#143#232
-  +#189#180#248#231'F\'#9'i'#226'\'#16#191#21'P'#128#147#252#239#19#8#149#148
-  +#148#148#201#132'>'#249#27#16'pW)'#185'N'#217#165#220#197#197#19'|'#147#127
-  +#165#20'9'#254#243#5'R'#161#249#161#200#209#151'/'#148#11#29#157'_'#159#160
-  +#168#209'W'#28#161'lt~}'#130'"'#198#127'qn'#253#150#31'T'#201'g'''#213#175
-  +#127']'#248'\'#130#175#127'u'#254#250#4'_'#223#11'_'#159#224#235'{'#225#179#9
-  +'J?'#213#157#184#31'4F'#156#11#241#214'iy'#160'\'#150#191'\F0F'#172#178#215
-  +#139'K'#235'2'#146#175'N'#192#255#251#228#139'+o'#252#31'@'#240#245#189#240
-  +#245#9#190#190#23'>'#223#141'LJ:|'#11#148#243'TP'#140'Tc'#240'g'#168'Ql&*D'
-  +#248#139#255#252#155#29#254#28'-'#158#242#189'f^'#18#225'o'#131#242#247#248
-  +#249'#0'#254#245#204'=*'#205#159'~'#148'[@r'#2'-'#165#253#162#165'@R'#173'f'
-  +#9#234#230'Z'#236#243#3#254#149'P'#20#255#241')i'#157#247'p<'#195#200#18#18
-  +#136#228#141#229#190#231#127#134'!'#131#129'?'#221#127']'#215#210#168'$'#22
-  +#12'&'#217#199'C'#2#9#127'2'#197#215'O'#249#31#217#211#163'n'#243'UFb'#235
-  +#150'u8'#193'k9'#248#243#199';'#10'+Z'#203#25#245#138#186':'#207'q'#234#203#9
-  +'L'#25#250'3'#240#213#190#158#202'}!'#251#192#163#248#203';'#239#131#7#249
-  +#149'?'#138#242'T'#183'f+'#184#206#177'+l'#170'['#162#175'I'#184'('#130#168
-  +#212'r'#150'd'#223':r'#2#254#165#233#31'T'#202'0'#230#202#252'kK'#254','#149
-  +#127#219#161#226'|'#139'''y'#246#169#202#255'E9'#231#175#238'v>@'#13#249#193
-  +#143#151#136#224'L`Ed}X'#195'"&('#23'|'#255#202'>+D'#174#213#206#131#19'>:'#5
-  +'I'#143#250'VG'#202#189#9'H'#142#27#157#7'/'#255#28#133#23#183#135#231'"'#233
-  +#218'@'#28']'#173'[p8'#239#246#170'"k5'#213#3#25'o'#231'#'#237#229','#188#186
-  +'?'#26'/n'#245'G'#236#169#174#184'v'#184'='#142#4#254#0#241#226'j'#5#176#211
-  +#179'z'#31#218#226'a$X'#16#127#202#6'q'#199#26' l'#181'96'#255'f'#130#29'K-p'
-  +'$'#164#13'"C;#%ia'#158'S'#228#184#18'5'#156#215#11'#'#255#249#230'HKqG'#226
-  +#229'6'#8#15#168#143#200#189'}'#132#10'Ri '#131#191#12'9'#235#25#214'}'#132
-  +'4'#0''''#246#244#133#223#188'ZSi'#213'lK<'#138#238#136#219#7#205#176'bv]|H['
-  +#139#236#15#203#144#157#190'D%8'#185#239#130'FX'#229'liJ'#158#211#27#224#233
-  +#229#159'p"'#164#30'vm'#236#7'i'#182'/2'#223#205'U'#137#172'4O$%xa'#209#180
-  +#134#178#239#23#230'96'#197#159#7'-'#176'aa]'#252'qn'#22'2'#223#187'#='#249
-  +'W'#149#200'J'#247'B'#248#238#177#152#235#216'T'#182'&;cbk'#129#192'yrK'#164
-  +#165#250'"'#237#249'D'#164'&'#141'R'#137#28'f'#161#183'Go0'#189#134#2#129#195
-  +#152#14#216#239'c'#1#191'5#'#144#157#177#2#127'='#178'S'#137#180#231#227#241
-  +#242#197'jL'#26'm'#251'07'#14'&'#142#236#4#159#185'?`'#223#158#233#5'\U'#24#2
-  +#253#236'1jh'#183#143'K'#202#131#6#244'r'#179#31'e'#139#1#253'{'#151#8#3#7
-  +#244#14#27'2'#168'W'#225#127#233#250#147'$'#252#234#158#25#246';'#199#164#183
-  +'\c'#9#219'u'#150#232#20'd'#142'>'#193#150#24#176#197#18#195#182#201'0('#196
-  +#18'}6X'#226'G'#127'K'#180#247#177'D'#243#21#150#152#178'kr'#250#142#243'!3i'
-  +#232#166#161#233'{c'#246'b'#251#197#237#8#138#14#194#198#136#141#8#138#10#194
-  +#246#243#219'UB|Q'#12#201#21#9#6#7#14'M'''#211#185#134'X'#25#185#18'K'#142','
-  +#193#182#240'mxv'#247#25#14#254#231' V'#254#190#18#190#145#190'X'#23#185#174
-  +'P'#4#157#10'BK'#207#150#160#170'3+b'#230#222#153#8#216#23#128#204#231#153
-  +#200'y'#155#131#224#232'`'#204#217'7G'#128#219#1'7'#184#31'p'#207#3#207'C'
-  +#158'Xu|'#21'Z/l'#13'*g'#175#141#192'}'#129#200'x'#157#129#231#137#207#225
-  +#183#203#15#14'+'#28'0;`6<6x'#192'-'#208#13#142'['#28'1C<#'#23#206'{'#156#5
-  ,#226#150#238#204#130#206#30#29'Y'#248'f"59'#21'O'#158'<'#193#253#7#247#241
-  +#238#201';v)cn'#207#150#253#209#144'UGWa'#196#230#17#24#183'i'#28#198#135#140
-  +#199#248#173#227'1-t'#26':xt'#0#213#159'S'#15'7'#158'\'#199'_'#207#255#18#16
-  +'}3'#26#17'7#'#16#243'('#6#183#223#222#198#173#228'['#176'?`'#15#187'`;'#12
-  +#14#24#140'~'#254#253'0l'#195'08'#134':'#162#157'{['#144#233'd#'#244#15#28
-  +#128'37'#206#0#239#129'C'#167#14#193'j'#181#21'lw'#218#162#251#174#238#232
-  +#190#167#187#176']'#19#185#6'Iw'#146'0~'#221'x'#152#179#28'RuVU'#144#29#129
-  +'tGh'#129#205#12'PyFe'#220#140#191')'#152#188#251#234'n'#144#31#161#194#166
-  +#10#160'M'#172#146'/a'#198#249#25#178#243'agg9'#157#205#155#6#147#140#160#218
-  +'X}6'#227'd?'#166#19#140#151#26'C|]'#12#155#189'6'#160'@B'#217#245'e'#161#231
-  +#167#7#242'f'#229#30#4#143#211#30#144'fJq'#243#226'M'#216#186'u'#6#13'`'#199
-  +'M&T'#130#218'/"'#144#11#219'Y'#196#176#154#132'V'#219#28'i'#3#188'e-'#166'2'
-  +#164#0'1'#247'bp'#233#246'%'#188'}'#249#22#239'R'#222#9#150'4'#159#214#144'M'
-  +#1'&VF'#153#169#234#160'yLq'#25#131'?'#195#14#194'O'#23#127#202#243#231'[^'
-  +#179#127#9#201#9'HIHaY)K8'#214'a~SP'#221'IU'#161'>E-/'#193'N'#134'C'#12#167
-  +#25#206'0'#132'1,%'#12#12#28#136#212#148'T'#164#166#165#162#249#242'f'#168'0'
-  +#150#29#183'r'#172#10'5'#7'v'#10'sHv'#174#172#243'h'#11#195#30#134#195'r"F'
-  +#232#26#177#20#200'`'#205#230#0#205#252#154#129'~!'#24'M`'#157#220'in'#189
-  +#140#202'Su'#161#237'\'#6#218'K'#24'|'#25'62le'#16'3'#236'`'#8'V'#195#244'Hg'
-  +#224#3#208'1'#184#165'`'#173#198'tM'#212#255#213' '#131#236#220'Zyu'#154']#'
-  +#163#213#204'Jh'#229#196#224#194#224'\'#9'-'#216'~'#243#169#12#14#149'PgR'#5
-  +#25'f1L'#147#161#209#12#131#140'F'#19#13'='#191'=?'#248'g'#220'7~{~'#240'-'
-  +#14#190#196#243#131#255#3'j!'#235#150#180#12#175'*'#0#0#0#0'IEND'#174'B`'#130
-]);

BIN
vectoredit/fillimages16.png


BIN
vectoredit/fillimages24.png


+ 79 - 84
vectoredit/lcvectorialfillinterface.pas

@@ -11,10 +11,6 @@ uses
   BGRABitmap, BGRABitmapTypes, LCVectorialFill,
   BGRAGradientScanner, Graphics, BGRAGraphics;
 
-const
-  ImageListWidth = 16;
-  ImageListHeight = 16;
-
 const
   GradRepetitionToStr : array[TBGRAGradientRepetition] of string = ('Pad', 'Repeat', 'Reflect', 'Sine');
   ColorInterpToStr : array[TBGRAColorInterpolation] of string = ('sRGB', 'RGB', 'HSL CW', 'HSL CCW', 'Corr. HSL CW', 'Corr. HSL CCW');
@@ -79,7 +75,7 @@ type
     procedure ButtonLoadTextureClick(Sender: TObject);
     procedure ButtonSwapColorClick(Sender: TObject);
     procedure ButtonTexRepeatClick(Sender: TObject);
-    procedure LoadImageList;
+    procedure LoadImageList(AImageListWidth,AImageListHeight: integer);
     procedure Changed;
     procedure OnClickBackGradType(ASender: TObject);
     procedure OnClickBackTexRepeat(ASender: TObject);
@@ -120,8 +116,10 @@ type
     procedure HideSolidColorInterface;
     procedure HideGradientInterface;
     procedure HideTextureInterface;
+    procedure Init(AImageListWidth,AImageListHeight: Integer);
   public
     constructor Create(AOwner: TComponent); override;
+    constructor Create(AOwner: TComponent; AImageListWidth,AImageListHeight: Integer);
     destructor Destroy; override;
     procedure LoadTexture;
     procedure AdjustControlSize;
@@ -151,38 +149,22 @@ uses LCToolbars, Toolwin, BGRAThumbnail, LResources;
 
 { TVectorialFillInterface }
 
-procedure TVectorialFillInterface.LoadImageList;
+procedure TVectorialFillInterface.LoadImageList(AImageListWidth,
+  AImageListHeight: integer);
 var
-  allImages: TBGRABitmap;
-  oneImage: TBGRABitmap;
-  r: TRect;
   i: Integer;
-  res: TLazarusResourceStream;
+  lst: TStringList;
 begin
   if FImageList = nil then FImageList := TBGRAImageList.Create(self);
   FImageList.Clear;
-  FImageList.Width := ImageListWidth;
-  FImageList.Height := ImageListHeight;
+  FImageList.Width := AImageListWidth;
+  FImageList.Height := AImageListHeight;
 
-  allImages := nil;
-  oneImage := nil;
-  try
-    res := TLazarusResourceStream.Create('fillimages16','PNG');
-    allImages := TBGRABitmap.Create(res);
-    res.Free;
-    oneImage := TBGRABitmap.Create(ImageListWidth,ImageListHeight);
-    r := rect(0,0,ImageListWidth,ImageListHeight);
-    for i := 0 to (allImages.Height div ImageListHeight) -1 do
-    begin
-      oneImage.PutImagePart(0,0, allImages, r, dmSet);
-      FImageList.Add(oneImage.Bitmap,nil);
-      OffsetRect(r, 0, ImageListHeight);
-    end;
-  except
-    //ignore
-  end;
-  oneImage.Free;
-  allImages.Free;
+  lst := TStringList.Create;
+  lst.CommaText := GetResourceString('fillimages.lst');
+  for i := 0 to lst.Count-1 do
+    LoadToolbarImage(FImageList, i, lst[i]);
+  lst.Free;
 end;
 
 procedure TVectorialFillInterface.Changed;
@@ -565,6 +547,64 @@ begin
   FTexturePreview.Visible := false;
 end;
 
+procedure TVectorialFillInterface.Init(AImageListWidth,
+  AImageListHeight: Integer);
+var
+  gt: TGradientType;
+  item: TMenuItem;
+begin
+  FContainer := nil;
+
+  FFillType:= vftSolid;
+  FSolidColor:= BGRAWhite;
+  FGradStartColor:= CSSRed;
+  FGradEndColor:= CSSYellow;
+  FGradType:= gtLinear;
+  FGradRepetition:= grPad;
+  FGradInterp:= ciLinearRGB;
+  FTexture:= nil;
+  FTexRepetition:= trRepeatBoth;
+  FTexOpacity:= 255;
+  FCanAdjustToShape:= true;
+
+  FImageList := nil;
+  LoadImageList(AImageListWidth,AImageListHeight);
+
+  FOpenPictureDlg := TOpenPictureDialog.Create(self);
+  FColorDlg:= TColorDialog.Create(self);
+
+  FOnFillChange:= nil;
+  FOnTextureChange:= nil;
+
+  FToolbar := CreateToolBar(FImageList);
+  FToolbar.EdgeBorders:= [];
+  FToolbar.EdgeInner:= esNone;
+  FToolbar.EdgeOuter:= esNone;
+  FToolbar.Wrapable := false;
+  FButtonFillNone := AddToolbarCheckButton(FToolbar, 'No fill', 0, @ButtonFillChange, False, False);
+  FButtonFillSolid := AddToolbarCheckButton(FToolbar, 'Solid color', 1, @ButtonFillChange, False, False);
+  FButtonFillGradient := AddToolbarButton(FToolbar, 'Gradient fill', 2+ord(FGradType), @ButtonFillGradClick);
+  FButtonFillTexture := AddToolbarButton(FToolbar, 'Texture fill', 24, @ButtonFillTexClick);
+  FButtonFillTexture.Wrap := true;
+
+  //menu to access gradient interface
+  FGradTypeMenu := TPopupMenu.Create(self);
+  FGradTypeMenu.Images := FImageList;
+  for gt := low(TGradientType) to high(TGradientType) do
+  begin
+    item := TMenuItem.Create(FGradTypeMenu);  item.Caption := GradientTypeStr[gt];
+    item.OnClick:=@OnClickBackGradType;       item.Tag := ord(gt);
+    item.ImageIndex:= 2+ord(gt);
+    FGradTypeMenu.Items.Add(item);
+  end;
+
+  FSolidColorInterfaceCreated := false;
+  FGradientInterfaceCreated:= false;
+  FTextureInterfaceCreated:= false;
+
+  UpdateAccordingToFillType;
+end;
+
 procedure TVectorialFillInterface.SetSolidColor(AValue: TBGRAPixel);
 begin
   if FSolidColor=AValue then Exit;
@@ -741,61 +781,16 @@ begin
 end;
 
 constructor TVectorialFillInterface.Create(AOwner: TComponent);
-var
-  gt: TGradientType;
-  item: TMenuItem;
 begin
   inherited Create(AOwner);
-  FContainer := nil;
-
-  FFillType:= vftSolid;
-  FSolidColor:= BGRAWhite;
-  FGradStartColor:= CSSRed;
-  FGradEndColor:= CSSYellow;
-  FGradType:= gtLinear;
-  FGradRepetition:= grPad;
-  FGradInterp:= ciLinearRGB;
-  FTexture:= nil;
-  FTexRepetition:= trRepeatBoth;
-  FTexOpacity:= 255;
-  FCanAdjustToShape:= true;
-
-  FImageList := nil;
-  LoadImageList;
-
-  FOpenPictureDlg := TOpenPictureDialog.Create(self);
-  FColorDlg:= TColorDialog.Create(self);
-
-  FOnFillChange:= nil;
-  FOnTextureChange:= nil;
-
-  FToolbar := CreateToolBar(FImageList);
-  FToolbar.EdgeBorders:= [];
-  FToolbar.EdgeInner:= esNone;
-  FToolbar.EdgeOuter:= esNone;
-  FToolbar.Wrapable := false;
-  FButtonFillNone := AddToolbarCheckButton(FToolbar, 'No fill', 0, @ButtonFillChange, False, False);
-  FButtonFillSolid := AddToolbarCheckButton(FToolbar, 'Solid color', 1, @ButtonFillChange, False, False);
-  FButtonFillGradient := AddToolbarButton(FToolbar, 'Gradient fill', 2+ord(FGradType), @ButtonFillGradClick);
-  FButtonFillTexture := AddToolbarButton(FToolbar, 'Texture fill', 24, @ButtonFillTexClick);
-  FButtonFillTexture.Wrap := true;
-
-  //menu to access gradient interface
-  FGradTypeMenu := TPopupMenu.Create(self);
-  FGradTypeMenu.Images := FImageList;
-  for gt := low(TGradientType) to high(TGradientType) do
-  begin
-    item := TMenuItem.Create(FGradTypeMenu);  item.Caption := GradientTypeStr[gt];
-    item.OnClick:=@OnClickBackGradType;       item.Tag := ord(gt);
-    item.ImageIndex:= 2+ord(gt);
-    FGradTypeMenu.Items.Add(item);
-  end;
-
-  FSolidColorInterfaceCreated := false;
-  FGradientInterfaceCreated:= false;
-  FTextureInterfaceCreated:= false;
+  Init(16,16);
+end;
 
-  UpdateAccordingToFillType;
+constructor TVectorialFillInterface.Create(AOwner: TComponent; AImageListWidth,
+  AImageListHeight: Integer);
+begin
+  inherited Create(AOwner);
+  Init(AImageListWidth,AImageListHeight);
 end;
 
 destructor TVectorialFillInterface.Destroy;
@@ -824,6 +819,6 @@ begin
 end;
 
 begin
-  {$i fillimages16.lrs}
+  {$i fillimages.lrs}
 end.
 

+ 1 - 1
vectoredit/umain.pas

@@ -334,7 +334,7 @@ begin
     FPenStyleMenu.Items.Add(item);
   end;
 
-  FBackFillIntf := TVectorialFillInterface.Create(nil);
+  FBackFillIntf := TVectorialFillInterface.Create(nil, ActionIconSize,ActionIconSize);
   FBackFillIntf.SolidColor := CSSDodgerBlue;
   FBackFillIntf.OnFillChange:=@RequestBackFillUpdate;
   FBackFillIntf.OnAdjustToShape:=@RequestBackFillAdjustToShape;

BIN
vectoredit/vectorimages24.png