mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
CtrlCore: Zxf, InvZx[f], HeaderCtrl: UHD support, IconDes: UHD tweaks, ide: UHD tweaks
git-svn-id: svn://ultimatepp.org/upp/trunk@12254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
975dab7778
commit
0858cff377
13 changed files with 186 additions and 155 deletions
|
|
@ -790,6 +790,12 @@ int Ctrl::HorzLayoutZoom(int cx)
|
|||
return Csize.cx * cx / Dsize.cx;
|
||||
}
|
||||
|
||||
double Ctrl::HorzLayoutZoomf(double cx)
|
||||
{
|
||||
Csizeinit();
|
||||
return Csize.cx * cx / Dsize.cx;
|
||||
}
|
||||
|
||||
int Ctrl::VertLayoutZoom(int cy)
|
||||
{
|
||||
Csizeinit();
|
||||
|
|
|
|||
|
|
@ -1238,6 +1238,7 @@ public:
|
|||
static const char *GetZoomText();
|
||||
static void SetZoomSize(Size sz, Size bsz = Size(0, 0));
|
||||
static int HorzLayoutZoom(int cx);
|
||||
static double HorzLayoutZoomf(double cx);
|
||||
static int VertLayoutZoom(int cy);
|
||||
static Size LayoutZoom(int cx, int cy);
|
||||
static Size LayoutZoom(Size sz);
|
||||
|
|
@ -1310,9 +1311,12 @@ Color GuiPlatformGetScreenPixel(int x, int y);
|
|||
void GuiPlatformAfterMenuPopUp();
|
||||
|
||||
inline int Zx(int cx) { return Ctrl::HorzLayoutZoom(cx); }
|
||||
inline double Zxf(double cx) { return Ctrl::HorzLayoutZoomf(cx); }
|
||||
inline int Zy(int cy) { return Ctrl::VertLayoutZoom(cy); }
|
||||
inline Size Zsz(int cx, int cy) { return Size(Zx(cx), Zy(cy)); }
|
||||
inline Size Zsz(Size sz) { return Zsz(sz.cx, sz.cy); }
|
||||
inline int InvZx(int cx) { return 100000 * cx / Zx(100000); }
|
||||
inline double InvZxf(double cx) { return 100000 * cx / Zx(100000); }
|
||||
|
||||
Font FontZ(int face, int height = 0);
|
||||
|
||||
|
|
|
|||
|
|
@ -2560,6 +2560,11 @@ m]([@(0.0.255) int]_[*@3 cx])&]
|
|||
[s7;i1120;a17; [*/ Return value]-|Scaled distance.&]
|
||||
[s3;%- &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:Ctrl`:`:HorzLayoutZoomf`(double`):%- [@(0.0.255) double]_[* HorzLayoutZoomf](
|
||||
[@(0.0.255) double]_[*@3 cx])&]
|
||||
[s2; Similar to HorzLayoutZoom, but with double precision.&]
|
||||
[s3; &]
|
||||
[s4;%- &]
|
||||
[s5;:Ctrl`:`:VertLayoutZoom`(int`):%- [@(0.0.255) static] [@(0.0.255) int]_[* VertLayoutZoo
|
||||
m]([@(0.0.255) int]_[*@3 cy])&]
|
||||
[s2;b17;a17; Performs vertical scaling by actual scaling factor.&]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
topic "Function to support actual resolution";
|
||||
[2 $$0,0#00000000000000000000000000000000:Default]
|
||||
[i448;a25;kKO9;2 $$1,0#37138531426314131252341829483380:class]
|
||||
[l288;2 $$2,2#27521748481378242620020725143825:desc]
|
||||
[0 $$3,0#96390100711032703541132217272105:end]
|
||||
|
|
@ -9,59 +8,64 @@ topic "Function to support actual resolution";
|
|||
[l288;i1121;b17;O9;~~~.1408;2 $$7,0#10431211400427159095818037425705:param]
|
||||
[i448;b42;O9;2 $$8,8#61672508125594000341940100500538:tparam]
|
||||
[b42;2 $$9,9#13035079074754324216151401829390:normal]
|
||||
[{_}
|
||||
[ {{10000@(113.42.0) [s0;%% [*@7;4 Function to support actual resolution]]}}&]
|
||||
[s0;%% &]
|
||||
[s0;%% This set of function is designed to simplify writing code
|
||||
where screen coordinates are correctly computed based on current
|
||||
dialog scale factor.&]
|
||||
[s3;%% &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:Zx`(int`): [@(0.0.255) int]_[* Zx]([@(0.0.255) int]_[*@3 cx])&]
|
||||
[s2;%% Same as Ctrl`::HorzLayoutZoom([%-*@3 cx]).&]
|
||||
[s3;%% &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:Zy`(int`): [@(0.0.255) int]_[* Zy]([@(0.0.255) int]_[*@3 cy])&]
|
||||
[s2;%% Same as Ctrl`::VertLayoutZoom([%-*@3 cy]).&]
|
||||
[s3;%% &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:Zsz`(int`,int`): [_^Upp`:`:Size^ Size]_[* Zsz]([@(0.0.255) int]_[*@3 cx],
|
||||
[2 $$0,0#00000000000000000000000000000000:Default]
|
||||
[{_}%EN-US
|
||||
[ {{10000@(113.42.0) [s0; [*@7;4 Function to support actual resolution]]}}&]
|
||||
[s0; &]
|
||||
[s0; This set of function is designed to simplify writing code where
|
||||
screen coordinates are correctly computed based on current dialog
|
||||
scale factor.&]
|
||||
[s3; &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:Zx`(int`):%- [@(0.0.255) int]_[* Zx]([@(0.0.255) int]_[*@3 cx])&]
|
||||
[s2; Same as Ctrl`::HorzLayoutZoom([%-*@3 cx]).&]
|
||||
[s3; &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:Zxf`(double`):%- [@(0.0.255) int]_[* Zxf]([@(0.0.255) double]_[*@3 cx])&]
|
||||
[s2; Same as Ctrl`::HorzLayoutZoomf([%-*@3 cx]).&]
|
||||
[s3; &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:Zy`(int`):%- [@(0.0.255) int]_[* Zy]([@(0.0.255) int]_[*@3 cy])&]
|
||||
[s2; Same as Ctrl`::VertLayoutZoom([%-*@3 cy]).&]
|
||||
[s3; &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:Zsz`(int`,int`):%- [_^Upp`:`:Size^ Size]_[* Zsz]([@(0.0.255) int]_[*@3 cx],
|
||||
[@(0.0.255) int]_[*@3 cy])&]
|
||||
[s2;%% Same as Size(Zx([%-*@3 cx]), Zy([%-*@3 cy])).&]
|
||||
[s3;%% &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:Zsz`(Upp`:`:Size`): [_^Upp`:`:Size^ Size]_[* Zsz]([_^Upp`:`:Size^ Size]_[*@3 sz])
|
||||
&]
|
||||
[s2;%% Same as Size(Zx([%-*@3 sz.cx]), Zy([%-*@3 sz.cy])).&]
|
||||
[s3;%% &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:FontZ`(int`,int`): [_^Upp`:`:Font^ Font]_[* FontZ]([@(0.0.255) int]_[*@3 face],
|
||||
[@(0.0.255) int]_[*@3 height])&]
|
||||
[s2;%% Returns font with height rescaled by vertical zoom factor.
|
||||
Same as Font([%-*@3 face],_Ctrl`::VertLayoutZoom([%-*@3 height]).&]
|
||||
[s3;%% &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:StdFontZ`(int`): [_^Upp`:`:Font^ Font]_[* StdFontZ]([@(0.0.255) int]_[*@3 height])
|
||||
&]
|
||||
[s2;%% Returns standard GUI font with height rescaled by vertical
|
||||
zoom factor. Same as FontZ(Font`::STDFONT, [%-*@3 height]).&]
|
||||
[s2; Same as Size(Zx([%-*@3 cx]), Zy([%-*@3 cy])).&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:SansSerifZ`(int`): [_^Upp`:`:Font^ Font]_[* SansSerifZ]([@(0.0.255) int]_[*@3 hei
|
||||
ght])&]
|
||||
[s5;:Upp`:`:ArialZ`(int`): [_^Upp`:`:Font^ Font]_[* ArialZ]([@(0.0.255) int]_[*@3 height])&]
|
||||
[s2;%% Same as FontZ(Font`::SANSSERIF, [%-*@3 height]).&]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:Zsz`(Upp`:`:Size`):%- [_^Upp`:`:Size^ Size]_[* Zsz]([_^Upp`:`:Size^ Size]_[*@3 sz
|
||||
])&]
|
||||
[s2; Same as Size(Zx([%-*@3 sz.cx]), Zy([%-*@3 sz.cy])).&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:SerifZ`(int`): [_^Upp`:`:Font^ Font]_[* SerifZ]([@(0.0.255) int]_[*@3 height])&]
|
||||
[s5;:Upp`:`:RomanZ`(int`): [_^Upp`:`:Font^ Font]_[* RomanZ]([@(0.0.255) int]_[*@3 height])&]
|
||||
[s2;%% Same as FontZ(Font`::SERIF, [%-*@3 height]).&]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:FontZ`(int`,int`):%- [_^Upp`:`:Font^ Font]_[* FontZ]([@(0.0.255) int]_[*@3 face],
|
||||
[@(0.0.255) int]_[*@3 height])&]
|
||||
[s2; Returns font with height rescaled by vertical zoom factor. Same
|
||||
as Font([%-*@3 face],_Ctrl`::VertLayoutZoom([%-*@3 height]).&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:Upp`:`:MonospaceZ`(int`): [_^Upp`:`:Font^ Font]_[* MonospaceZ]([@(0.0.255) int]_[*@3 hei
|
||||
ght])&]
|
||||
[s5;:Upp`:`:CourierZ`(int`): [_^Upp`:`:Font^ Font]_[* CourierZ]([@(0.0.255) int]_[*@3 height])
|
||||
&]
|
||||
[s2;%% Same as FontZ(Font`::MONOSPACE, [%-*@3 height]).&]
|
||||
[s3;%% &]
|
||||
[s0;%% ]]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:StdFontZ`(int`):%- [_^Upp`:`:Font^ Font]_[* StdFontZ]([@(0.0.255) int]_[*@3 heigh
|
||||
t])&]
|
||||
[s2; Returns standard GUI font with height rescaled by vertical zoom
|
||||
factor. Same as FontZ(Font`::STDFONT, [%-*@3 height]).&]
|
||||
[s3;%- &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:SansSerifZ`(int`):%- [_^Upp`:`:Font^ Font]_[* SansSerifZ]([@(0.0.255) int]_[*@3 h
|
||||
eight])&]
|
||||
[s5;:Upp`:`:ArialZ`(int`):%- [_^Upp`:`:Font^ Font]_[* ArialZ]([@(0.0.255) int]_[*@3 height])&]
|
||||
[s2; Same as FontZ(Font`::SANSSERIF, [%-*@3 height]).&]
|
||||
[s3;%- &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:SerifZ`(int`):%- [_^Upp`:`:Font^ Font]_[* SerifZ]([@(0.0.255) int]_[*@3 height])&]
|
||||
[s5;:Upp`:`:RomanZ`(int`):%- [_^Upp`:`:Font^ Font]_[* RomanZ]([@(0.0.255) int]_[*@3 height])&]
|
||||
[s2; Same as FontZ(Font`::SERIF, [%-*@3 height]).&]
|
||||
[s3;%- &]
|
||||
[s4;%- &]
|
||||
[s5;:Upp`:`:MonospaceZ`(int`):%- [_^Upp`:`:Font^ Font]_[* MonospaceZ]([@(0.0.255) int]_[*@3 h
|
||||
eight])&]
|
||||
[s5;:Upp`:`:CourierZ`(int`):%- [_^Upp`:`:Font^ Font]_[* CourierZ]([@(0.0.255) int]_[*@3 heigh
|
||||
t])&]
|
||||
[s2; Same as FontZ(Font`::MONOSPACE, [%-*@3 height]).&]
|
||||
[s3; &]
|
||||
[s0; ]]
|
||||
|
|
@ -113,7 +113,7 @@ HeaderCtrl::Column& HeaderCtrl::Add()
|
|||
HeaderCtrl::Column& HeaderCtrl::Add(const char *text, double ratio)
|
||||
{
|
||||
HeaderCtrl::Column& c = Add();
|
||||
c.ratio = ratio ? ratio : 1;
|
||||
c.ratio = ratio ? Zxf(ratio) : 1;
|
||||
c.SetText(text);
|
||||
SbTotal();
|
||||
return c;
|
||||
|
|
@ -121,7 +121,7 @@ HeaderCtrl::Column& HeaderCtrl::Add(const char *text, double ratio)
|
|||
|
||||
void HeaderCtrl::SetTabRatio(int i, double ratio)
|
||||
{
|
||||
col[i].ratio = ratio;
|
||||
col[i].ratio = Zxf(ratio);
|
||||
oszcx = -1;
|
||||
SbTotal();
|
||||
Refresh();
|
||||
|
|
@ -539,7 +539,7 @@ void HeaderCtrl::LeftDown(Point p, dword keyflags) {
|
|||
if(keyflags & K_CTRL) {
|
||||
String text;
|
||||
for(int i = 0; i < col.GetCount(); i++)
|
||||
text += Format(i ? " %d" : "%d", GetTabWidth(i));
|
||||
text += Format(i ? " %d" : "%d", InvZx(GetTabWidth(i)));
|
||||
WriteClipboardText(".ColumnWidths(\"" + text + "\");");
|
||||
BeepExclamation();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ public:
|
|||
void HideTab(int i) { ShowTab(i, false); }
|
||||
bool IsTabVisible(int i) { return col[i].visible; }
|
||||
void SetTabRatio(int i, double ratio);
|
||||
double GetTabRatio(int i) const { return col[i].ratio; }
|
||||
double GetTabRatio(int i) const { return InvZxf(col[i].ratio); }
|
||||
void SetTabWidth(int i, int cx);
|
||||
int GetTabWidth(int i);
|
||||
|
||||
|
|
|
|||
|
|
@ -210,6 +210,8 @@ Image DPI(const Image& img, int expected);
|
|||
inline int DPI(int a) { return IsUHDMode() ? 2 * a : a; }
|
||||
inline Size DPI(Size sz) { return IsUHDMode() ? 2 * sz : sz; }
|
||||
|
||||
inline Image DPI(const Image& a, const Image& b) { return IsUHDMode() ? b : a; }
|
||||
|
||||
// Obsolete, replace with RescaleFilter!
|
||||
Image RescaleBicubic(const Image& src, Size sz, const Rect& src_rc, Gate<int, int> progress = Null);
|
||||
Image RescaleBicubic(const Image& img, Size sz, Gate<int, int> progress = Null);
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ struct CachedIconImage : public Display {
|
|||
if(isz.cx > 200 || isz.cy > 200)
|
||||
m = IconDesImg::LargeImage();
|
||||
else
|
||||
if(2 * isz.cx <= rsz.cx && 2 * isz.cy < rsz.cy) {
|
||||
if(2 * isz.cx <= rsz.cx && 2 * isz.cy <= rsz.cy) {
|
||||
int n = min(rsz.cx / isz.cx, rsz.cy / isz.cy);
|
||||
m = Magnify(m, n, n); // TODO: Cached!
|
||||
}
|
||||
|
|
@ -349,6 +349,7 @@ IconDes::IconDes()
|
|||
ilist.AddColumn("", 4);
|
||||
ilist.AddColumn("").SetDisplay(Single<CachedIconImage>());
|
||||
ilist.NoHeader().NoVertGrid();
|
||||
ilist.SetLineCy(max(GetStdFontCy(), DPI(16)));
|
||||
ilist.WhenBar = THISBACK(ListMenu);
|
||||
ilist.WhenCursor = THISBACK(ListCursor);
|
||||
ilist.WhenLeftDouble = THISBACK(EditImage);
|
||||
|
|
|
|||
|
|
@ -557,7 +557,11 @@ void SelectPackageDlg::Load(const String& find)
|
|||
else
|
||||
d.ispackage = true;
|
||||
if(d.ispackage) {
|
||||
String icon_path = AppendFileName(path, "icon16x16.png");
|
||||
String icon_path;
|
||||
if(IsUHDMode())
|
||||
icon_path = AppendFileName(path, "icon32x32.png");
|
||||
if(IsNull(icon_path) || !FileExists(icon_path))
|
||||
icon_path = AppendFileName(path, "icon16x16.png");
|
||||
tm = FileGetTime(icon_path);
|
||||
if(IsNull(tm)) // package icon does not exist
|
||||
d.icon = Null;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 9.9 KiB |
BIN
uppsrc/ide/icon32x32.png
Normal file
BIN
uppsrc/ide/icon32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 340 B |
|
|
@ -593,10 +593,10 @@ void Ide::SetIcon()
|
|||
return;
|
||||
state_icon = new_state_icon;
|
||||
switch(state_icon) {
|
||||
case 1: Icon(IdeImg::IconDebugging(), IdeImg::IconDebuggingLarge()); break;
|
||||
case 2: Icon(IdeImg::IconRunning(), IdeImg::IconRunningLarge()); break;
|
||||
case 3: Icon(IdeImg::IconBuilding(), IdeImg::IconBuildingLarge()); break;
|
||||
default: Icon(IdeImg::Icon(), IdeImg::PackageLarge());
|
||||
case 1: Icon(DPI(IdeImg::IconDebugging(), IdeImg::IconDebuggingLarge())); break;
|
||||
case 2: Icon(DPI(IdeImg::IconRunning(), IdeImg::IconRunningLarge())); break;
|
||||
case 3: Icon(DPI(IdeImg::IconBuilding(), IdeImg::IconBuildingLarge())); break;
|
||||
default: Icon(DPI(IdeImg::PackageLarge(), IdeImg::PackageLarge()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ IMAGE_ID(Icon) IMAGE_META("exp", "")
|
|||
IMAGE_ID(IconBuilding)
|
||||
IMAGE_ID(IconRunning)
|
||||
IMAGE_ID(IconDebugging)
|
||||
IMAGE_ID(PackageLarge)
|
||||
IMAGE_ID(PackageLarge) IMAGE_META("exp", "")
|
||||
|
||||
IMAGE_ID(IconBuildingLarge)
|
||||
IMAGE_ID(IconRunningLarge)
|
||||
IMAGE_ID(IconDebuggingLarge)
|
||||
|
|
@ -116,99 +117,103 @@ IMAGE_ID(arrow_up)
|
|||
IMAGE_ID(arrow_down)
|
||||
|
||||
IMAGE_BEGIN_DATA
|
||||
IMAGE_DATA(120,156,237,152,141,153,131,32,12,134,29,161,35,220,116,157,163,163,117,179,92,181,141,66,126,72,20,17,84,194,147,167)
|
||||
IMAGE_DATA(231,225,199,11,1,162,50,60,134,199,112,128,129,224,171,238,127,191,223,147,131,175,45,8,13,245,163,22,245,163,141,255)
|
||||
IMAGE_DATA(75,235,135,201,135,159,110,114,188,254,252,190,94,175,117,122,112,233,165,241,45,90,144,235,67,61,198,10,29,245,67,160)
|
||||
IMAGE_DATA(167,245,150,126,41,144,161,7,151,94,244,89,11,214,248,197,248,47,90,112,205,223,216,175,177,126,185,231,171,197,254,198)
|
||||
IMAGE_DATA(117,92,207,29,232,120,189,123,65,139,201,254,54,38,3,40,211,116,104,183,77,6,174,146,26,187,190,249,105,253,172,143)
|
||||
IMAGE_DATA(54,90,160,143,54,199,70,125,248,91,138,175,141,223,201,231,241,183,249,108,254,48,25,56,227,207,244,81,253,186,249,151)
|
||||
IMAGE_DATA(172,39,131,208,123,50,72,46,70,215,102,252,142,3,54,235,241,241,60,254,61,63,25,157,122,212,133,191,154,62,53,254)
|
||||
IMAGE_DATA(176,15,74,255,121,252,237,241,179,249,235,201,160,156,221,54,25,184,18,130,21,171,212,130,52,54,35,75,8,176,46,25)
|
||||
IMAGE_DATA(136,122,72,110,70,93,63,71,36,104,195,74,6,116,252,54,95,142,127,122,252,108,254,162,207,4,59,254,76,207,238,57)
|
||||
IMAGE_DATA(67,50,248,251,148,110,155,45,253,212,40,57,113,199,240,93,237,211,205,31,38,221,204,126,53,193,215,140,242,145,75,249)
|
||||
IMAGE_DATA(104,194,153,193,201,248,113,58,159,235,169,211,122,88,30,158,193,3,244,122,124,173,254,124,124,111,94,137,218,103,47,63)
|
||||
IMAGE_DATA(254,54,154,228,211,188,34,158,133,14,2,151,240,45,253,217,249,188,196,47,108,247,225,11,47,187,39,230,187,157,113,209)
|
||||
IMAGE_DATA(243,246,95,69,126,212,15,43,255,114,110,204,47,157,255,75,243,113,189,160,158,183,19,115,233,250,210,117,231,224,219,30)
|
||||
IMAGE_DATA(115,133,253,181,118,221,181,194,223,169,127,197,172,54,255,90,214,15,3,178,172,246,98,44,205,119,181,223,15,3,250,97)
|
||||
IMAGE_DATA(64,228,181,62,134,15,226,239,86,218,229,167,247,205,162,223,230,92,223,36,95,253,136,82,248,234,203,122,37,190,218,135)
|
||||
IMAGE_DATA(194,124,237,250,46,252,218,241,223,139,175,250,65,241,175,200,143,250,161,230,223,252,248,91,150,197,119,196,207,197,167,31)
|
||||
IMAGE_DATA(227,26,223,237,39,227,171,250,220,210,62,127,91,255,184,151,178,218,252,107,89,63,12,200,178,218,139,177,52,223,213,126)
|
||||
IMAGE_DATA(63,12,232,135,1,145,211,122,232,135,1,98,105,151,159,222,55,139,126,155,115,125,147,252,181,31,99,243,124,253,150,92)
|
||||
IMAGE_DATA(13,126,184,69,142,230,147,237,121,40,159,178,41,255,249,124,78,94,130,79,153,148,143,215,165,249,210,181,24,143,194,251)
|
||||
IMAGE_DATA(207,154,139,163,249,14,189,102,223,246,180,252,235,224,27,253,183,44,139,239,136,159,139,95,251,99,188,54,95,213,231,150)
|
||||
IMAGE_DATA(246,249,219,250,199,189,148,213,230,95,202,254,1,123,166,190,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)
|
||||
IMAGE_END_DATA(672, 7)
|
||||
IMAGE_DATA(120,156,237,152,141,113,131,48,12,133,25,33,35,100,148,78,147,57,178,69,215,201,102,106,73,98,34,108,233,73,6,91)
|
||||
IMAGE_DATA(28,23,139,211,165,41,60,62,252,163,231,224,233,50,93,166,128,32,33,171,174,127,60,30,207,36,223,189,136,71,210,207)
|
||||
IMAGE_DATA(218,164,159,99,254,31,214,79,207,156,222,186,103,166,239,255,159,247,251,189,78,79,46,189,212,190,143,150,228,243,92,159)
|
||||
IMAGE_DATA(250,42,101,210,79,76,159,159,183,244,159,131,118,232,201,165,23,115,209,146,213,126,177,255,63,90,114,141,223,252,92,243)
|
||||
IMAGE_DATA(249,207,53,47,109,122,222,245,185,82,95,38,229,237,245,214,130,214,39,237,99,54,3,234,115,107,30,95,107,6,174,3)
|
||||
IMAGE_DATA(181,93,47,254,252,252,162,95,21,26,211,175,138,99,163,158,127,246,226,107,237,119,242,203,254,183,249,197,248,37,51,112)
|
||||
IMAGE_DATA(246,127,161,95,157,175,27,127,41,134,25,240,28,102,0,39,163,171,24,95,237,160,205,250,180,60,207,127,47,43,163,83)
|
||||
IMAGE_DATA(159,116,252,83,211,163,246,243,103,80,158,191,236,127,187,253,197,248,13,51,232,23,95,107,6,46,67,176,250,10,77,72)
|
||||
IMAGE_DATA(163,24,11,67,160,58,51,16,245,4,139,81,215,47,61,194,238,97,153,65,222,126,155,47,247,63,110,127,49,126,171,215)
|
||||
IMAGE_DATA(4,187,255,11,125,113,205,9,204,224,231,58,93,123,220,247,91,2,175,26,61,93,252,205,207,11,143,155,38,237,231,155)
|
||||
IMAGE_DATA(109,67,108,197,184,107,250,133,80,72,124,206,230,198,207,3,44,2,10,191,176,177,101,81,64,108,190,112,240,4,139,200)
|
||||
IMAGE_DATA(102,190,196,142,226,107,236,8,62,98,135,243,181,107,34,248,210,249,237,124,175,175,97,54,90,68,177,15,168,190,38,237)
|
||||
IMAGE_DATA(133,170,108,161,70,197,253,204,134,124,97,161,15,227,151,135,236,145,61,248,34,59,136,175,178,3,248,144,29,206,207,217)
|
||||
IMAGE_DATA(145,124,137,189,157,239,78,200,166,173,254,179,60,135,229,191,152,77,221,253,31,177,53,143,234,194,23,216,97,124,133,221)
|
||||
IMAGE_DATA(130,63,223,35,189,20,230,249,186,135,206,78,124,93,107,243,237,212,217,172,190,106,231,189,55,32,27,212,119,171,216,91)
|
||||
IMAGE_DATA(223,35,88,140,205,128,125,113,244,100,84,139,48,85,233,78,190,217,54,196,166,253,253,66,40,36,126,238,206,210,61,42)
|
||||
IMAGE_DATA(76,202,92,140,16,59,93,211,115,49,68,236,40,190,198,142,224,35,118,47,126,179,99,15,223,239,61,114,98,190,71,219)
|
||||
IMAGE_DATA(130,175,141,3,126,129,104,196,223,250,50,164,241,243,113,250,253,189,30,202,135,207,208,145,175,125,63,130,127,68,251,139)
|
||||
IMAGE_DATA(23,150,47,227,183,232,127,152,141,230,31,251,174,69,149,255,214,214,31,224,54,225,91,254,211,154,95,149,39,225,75,155)
|
||||
IMAGE_DATA(1,145,124,85,219,226,216,31,52,189,127,118,141,205,128,243,199,216,12,216,23,71,79,198,177,25,48,54,3,198,102,128)
|
||||
IMAGE_DATA(194,238,197,15,92,140,143,250,49,228,209,182,224,107,227,112,202,205,128,148,105,168,142,224,243,169,18,205,207,75,52,146)
|
||||
IMAGE_DATA(47,89,4,63,127,187,221,158,217,131,159,51,115,126,250,222,155,47,125,87,199,35,96,254,195,185,96,240,97,86,242,29)
|
||||
IMAGE_DATA(247,208,98,147,255,186,106,160,163,255,123,235,175,23,223,149,39,225,143,205,0,235,249,94,63,187,198,102,192,249,227,15)
|
||||
IMAGE_DATA(234,74,192,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)
|
||||
IMAGE_END_DATA(768, 7)
|
||||
|
||||
IMAGE_BEGIN_DATA
|
||||
IMAGE_DATA(120,156,237,153,127,84,84,101,26,199,239,63,121,44,13,219,213,12,12,204,3,154,63,202,68,225,84,203,166,41,29,87)
|
||||
IMAGE_DATA(82,17,114,28,21,6,193,150,31,171,82,134,37,241,203,25,134,84,72,52,92,64,209,54,80,204,32,27,220,216,163,128)
|
||||
IMAGE_DATA(194,42,71,165,214,56,98,22,78,37,140,158,60,38,179,225,238,18,48,35,34,214,249,238,125,103,188,215,153,59,247,206)
|
||||
IMAGE_DATA(189,195,136,14,200,195,121,206,189,247,189,239,231,253,62,239,243,254,152,121,7,106,28,53,142,26,180,94,27,36,122,127)
|
||||
IMAGE_DATA(213,151,212,254,137,19,39,172,156,46,52,249,93,136,203,37,244,133,140,171,207,232,114,245,25,99,234,245,95,125,202,202)
|
||||
IMAGE_DATA(217,247,92,231,190,191,253,172,86,171,77,62,96,244,157,253,115,93,125,105,251,202,157,118,28,115,91,206,37,245,185,251)
|
||||
IMAGE_DATA(10,215,93,94,223,98,143,184,111,250,124,49,220,107,125,110,12,125,165,111,179,66,193,31,67,63,209,23,245,62,206,255)
|
||||
IMAGE_DATA(93,211,119,124,254,89,197,33,186,255,246,126,253,137,153,115,250,226,121,147,164,207,204,55,230,243,147,253,28,125,64,244)
|
||||
IMAGE_DATA(69,219,233,237,159,235,235,59,23,159,248,250,234,239,250,3,203,30,163,255,224,122,233,114,116,129,219,240,82,204,226,96)
|
||||
IMAGE_DATA(212,43,222,226,96,193,207,83,60,7,21,198,165,240,131,250,206,233,59,193,243,125,248,240,185,16,239,160,187,134,153,54)
|
||||
IMAGE_DATA(131,244,251,29,133,75,153,156,114,108,32,229,28,30,197,197,197,162,223,234,137,147,122,148,237,100,48,79,68,137,87,33)
|
||||
IMAGE_DATA(94,170,15,68,125,39,243,239,236,248,247,95,27,220,12,108,204,233,205,64,171,21,61,176,155,156,212,163,120,38,179,233)
|
||||
IMAGE_DATA(39,77,137,87,33,94,170,15,68,125,39,243,63,184,25,12,26,107,78,111,6,148,86,43,109,41,144,122,60,147,153,188)
|
||||
IMAGE_DATA(83,75,188,10,241,146,125,32,234,59,151,255,7,123,51,112,109,35,3,174,134,240,179,171,242,150,71,100,53,132,159,133)
|
||||
IMAGE_DATA(76,13,105,222,87,241,59,203,63,232,253,191,91,252,61,180,193,205,160,175,248,7,125,49,220,179,254,239,165,253,22,237)
|
||||
IMAGE_DATA(17,189,140,255,89,218,175,218,239,199,253,228,69,141,233,191,194,137,54,204,214,31,142,9,106,202,124,70,100,124,20,69)
|
||||
IMAGE_DATA(197,205,161,168,170,33,20,21,96,143,139,164,40,29,169,79,174,150,229,132,229,150,9,105,146,186,220,119,68,151,175,156)
|
||||
IMAGE_DATA(171,171,182,253,10,42,106,164,111,12,59,137,162,254,234,40,79,24,134,23,203,15,159,145,126,169,121,114,118,175,120,203)
|
||||
IMAGE_DATA(248,133,222,147,28,217,107,131,201,63,119,140,200,179,212,156,90,198,161,182,152,119,82,216,126,107,253,96,51,144,114,134)
|
||||
IMAGE_DATA(19,102,229,228,12,73,217,251,95,187,61,222,154,117,92,223,90,75,238,240,25,211,154,215,56,220,134,109,223,29,107,195)
|
||||
IMAGE_DATA(156,63,13,167,13,254,31,222,28,107,195,177,141,210,220,134,35,227,198,231,210,227,23,158,47,90,73,249,19,155,175,174)
|
||||
IMAGE_DATA(249,59,131,229,102,128,209,195,65,220,242,253,181,32,128,56,185,151,191,54,84,14,131,7,96,24,195,77,164,105,193,138)
|
||||
IMAGE_DATA(241,102,214,3,164,29,46,75,217,38,203,116,95,232,171,193,34,119,185,169,140,232,218,176,161,1,160,246,173,183,225,180)
|
||||
IMAGE_DATA(90,173,201,201,189,70,163,225,27,136,59,108,199,231,54,3,70,88,220,254,129,138,185,90,180,99,102,235,115,205,172,5)
|
||||
IMAGE_DATA(207,212,157,50,101,138,13,207,92,89,150,56,185,239,180,213,23,208,53,59,163,59,201,203,252,108,193,55,53,53,161,178)
|
||||
IMAGE_DATA(178,18,227,199,143,103,203,130,130,130,76,101,228,157,20,190,185,185,153,215,89,222,78,252,164,206,85,125,46,126,233,12)
|
||||
IMAGE_DATA(66,15,189,120,136,147,123,82,198,242,118,242,71,116,72,125,25,189,224,110,193,236,228,158,148,145,119,86,121,96,180,57)
|
||||
IMAGE_DATA(124,207,109,142,209,103,238,89,158,48,140,219,209,103,202,4,245,121,156,228,153,233,63,19,63,211,127,242,142,51,7,185)
|
||||
IMAGE_DATA(38,103,198,43,55,55,151,205,59,185,39,101,34,172,77,59,28,23,231,56,223,12,68,59,75,137,236,168,117,141,114,44)
|
||||
IMAGE_DATA(72,6,123,5,101,117,88,20,229,9,179,32,9,230,107,50,108,172,175,245,57,245,28,205,133,85,156,68,63,171,68,99)
|
||||
IMAGE_DATA(21,19,121,102,250,198,203,91,232,147,186,95,125,183,200,204,36,193,250,89,128,183,116,162,183,58,71,203,234,113,227,17)
|
||||
IMAGE_DATA(203,5,39,78,135,115,193,244,151,105,171,174,209,118,60,237,140,43,27,235,157,92,10,183,33,150,11,166,47,171,115,36)
|
||||
IMAGE_DATA(243,188,185,88,29,163,181,153,83,82,231,117,86,40,221,159,73,242,94,243,66,172,20,94,146,247,229,15,136,35,61,70)
|
||||
IMAGE_DATA(248,4,134,191,160,92,87,24,169,75,213,196,26,222,61,240,103,67,220,78,185,238,69,217,115,202,17,163,135,251,216,99)
|
||||
IMAGE_DATA(167,190,52,65,150,82,26,171,255,228,235,29,56,163,175,131,246,63,231,240,117,107,61,142,94,42,71,122,245,155,136,220)
|
||||
IMAGE_DATA(17,162,31,231,255,164,76,136,205,248,71,188,241,159,23,203,113,185,243,34,142,95,173,66,137,238,35,20,55,21,160,252)
|
||||
IMAGE_DATA(199,18,124,249,243,9,100,159,74,65,248,174,133,70,175,25,238,86,109,252,222,125,132,119,74,73,76,203,145,102,13,46)
|
||||
IMAGE_DATA(118,92,64,209,133,60,228,159,125,31,57,13,155,80,160,221,138,157,218,108,228,52,110,196,145,203,229,80,86,199,35,248)
|
||||
IMAGE_DATA(253,217,45,143,140,124,216,155,225,233,254,170,118,157,222,140,31,218,26,105,189,157,216,113,62,27,91,190,74,103,39,221)
|
||||
IMAGE_DATA(230,179,41,216,80,23,15,213,233,183,80,249,227,65,44,219,51,23,19,230,61,165,98,248,132,143,86,232,170,46,29,164)
|
||||
IMAGE_DATA(227,44,197,182,51,25,200,172,223,128,148,227,107,89,126,205,65,5,146,142,173,196,59,53,17,248,240,219,173,200,251,82)
|
||||
IMAGE_DATA(141,153,169,126,236,249,60,165,44,182,171,246,74,21,118,125,183,149,102,83,5,23,95,194,209,48,168,78,174,134,70,91)
|
||||
IMAGE_DATA(132,151,51,159,239,98,248,196,3,175,119,29,190,244,25,178,207,41,145,209,144,104,151,87,214,254,5,101,218,66,4,108)
|
||||
IMAGE_DATA(156,193,242,49,249,50,221,238,134,108,20,156,223,130,212,127,197,35,225,100,52,98,203,228,86,28,241,183,171,21,216,213)
|
||||
IMAGE_DATA(176,25,31,212,166,193,247,237,201,108,252,47,200,166,170,86,149,201,80,113,73,131,148,147,49,88,87,27,101,234,175,37)
|
||||
IMAGE_DATA(191,182,114,57,214,31,137,64,69,115,41,94,217,254,34,60,94,126,156,205,159,219,232,97,222,138,188,224,22,101,245,26)
|
||||
IMAGE_DATA(28,210,29,96,115,69,184,183,42,137,19,86,129,195,77,37,120,67,19,142,231,214,79,108,25,242,216,67,236,248,17,123)
|
||||
IMAGE_DATA(202,111,140,44,108,231,171,198,228,138,24,84,210,109,236,110,200,130,242,88,28,54,212,196,96,247,153,76,84,208,108,188)
|
||||
IMAGE_DATA(102,57,166,167,77,49,142,152,252,40,239,28,244,156,254,132,108,126,214,44,125,232,135,115,176,253,148,18,165,223,20,160)
|
||||
IMAGE_DATA(244,92,1,182,212,38,35,240,131,231,137,174,94,136,101,236,145,145,67,125,124,230,122,41,3,146,167,235,102,190,231,103)
|
||||
IMAGE_DATA(248,131,122,154,97,218,186,73,58,247,89,143,43,135,252,238,33,187,235,167,87,214,151,155,193,88,55,55,159,55,253,252)
|
||||
IMAGE_DATA(149,199,21,97,186,111,163,34,13,231,162,34,12,53,242,16,221,42,223,103,149,158,143,218,223,12,94,245,241,145,213,71)
|
||||
IMAGE_DATA(69,233,255,151,159,131,238,186,90,220,60,223,128,155,103,190,128,177,66,131,43,9,113,56,182,100,190,62,112,172,7,111)
|
||||
IMAGE_DATA(50,9,251,125,76,172,177,243,239,26,252,118,241,2,122,106,62,71,207,254,92,244,20,109,197,173,207,10,241,235,233,26)
|
||||
IMAGE_DATA(180,166,37,160,110,89,144,113,142,231,19,86,109,120,185,185,121,215,71,70,181,24,62,221,143,223,116,90,244,252,45,11)
|
||||
IMAGE_DATA(237,185,233,232,200,73,69,247,142,116,220,204,83,161,123,219,187,232,174,58,128,159,214,70,227,208,162,153,45,99,134,13)
|
||||
IMAGE_DATA(101,39,211,90,63,127,213,181,141,74,252,170,61,107,210,187,145,175,66,91,118,34,186,54,189,97,229,134,148,104,116,151)
|
||||
IMAGE_DATA(127,130,111,66,102,33,106,242,88,118,50,215,42,150,235,174,151,151,160,167,172,8,237,219,146,240,223,168,37,188,222,153)
|
||||
IMAGE_DATA(20,13,99,78,6,90,211,147,81,50,111,58,187,152,206,199,174,236,186,89,93,142,158,252,116,180,111,78,16,92,204,173)
|
||||
IMAGE_DATA(97,193,104,91,19,137,142,162,2,28,89,232,207,46,230,198,40,69,215,141,178,125,232,206,76,64,215,123,171,236,242,215)
|
||||
IMAGE_DATA(226,34,208,81,88,128,202,96,95,150,63,186,36,68,215,182,45,3,55,114,85,48,188,179,194,84,143,215,21,33,104,223)
|
||||
IMAGE_DATA(152,134,43,105,137,216,59,123,34,27,255,170,105,207,168,116,75,23,160,171,236,99,180,199,44,69,91,220,98,27,86,191)
|
||||
IMAGE_DATA(124,33,244,225,139,113,125,255,94,124,17,234,143,240,241,163,216,252,61,57,124,152,119,245,178,249,45,63,197,191,142,235)
|
||||
IMAGE_DATA(7,247,153,114,117,45,34,212,204,133,45,130,126,41,205,46,13,133,241,227,61,248,126,229,18,148,4,78,104,113,127,216)
|
||||
IMAGE_DATA(122,51,8,244,114,151,157,146,207,53,94,142,141,192,245,210,125,248,37,83,133,214,104,5,254,189,34,12,109,155,148,48)
|
||||
IMAGE_DATA(22,239,193,15,43,94,67,249,159,38,27,3,220,249,23,244,108,207,209,178,67,11,255,168,111,88,252,18,126,78,77,68)
|
||||
IMAGE_DATA(91,222,118,147,95,77,94,135,147,193,126,180,238,211,122,33,150,49,122,94,249,68,78,244,84,238,159,231,171,171,8,158)
|
||||
IMAGE_DATA(97,56,60,111,170,97,207,43,19,117,97,19,70,41,233,152,239,250,102,240,127,204,47,95,63,0,0,0,0,0,0,0)
|
||||
IMAGE_END_DATA(2176, 13)
|
||||
IMAGE_DATA(120,156,237,153,127,84,84,101,26,199,239,63,121,44,13,219,213,12,12,204,3,154,63,54,19,133,83,45,155,166,116,92)
|
||||
IMAGE_DATA(73,69,200,113,84,24,100,44,126,164,82,134,37,241,203,25,134,84,72,52,92,64,209,54,80,204,96,109,112,99,143,2)
|
||||
IMAGE_DATA(10,41,71,165,50,142,152,133,83,9,163,39,143,201,108,184,187,4,204,136,136,117,190,59,239,12,247,54,115,231,222,59)
|
||||
IMAGE_DATA(119,152,1,65,121,56,207,185,191,222,207,251,125,223,231,125,223,103,238,123,153,59,129,154,64,13,89,175,13,34,189,207)
|
||||
IMAGE_DATA(244,79,157,58,197,233,70,81,147,59,169,111,183,111,66,218,112,62,46,16,50,46,125,75,109,90,159,109,164,156,99,250)
|
||||
IMAGE_DATA(20,167,179,245,217,218,116,25,54,167,82,169,92,174,207,165,221,95,250,124,218,253,161,47,164,221,151,250,46,249,115,86)
|
||||
IMAGE_DATA(95,124,254,177,117,97,125,177,188,179,250,124,227,192,155,215,104,119,133,190,64,30,24,252,250,61,249,241,174,234,11,181)
|
||||
IMAGE_DATA(161,191,244,249,218,224,106,125,222,44,197,211,134,123,77,223,197,241,183,235,46,152,127,22,215,124,214,251,252,43,98,253)
|
||||
IMAGE_DATA(9,232,58,175,47,46,126,67,250,118,244,201,28,37,239,11,108,239,47,125,65,222,217,63,231,13,84,207,107,23,111,158)
|
||||
IMAGE_DATA(16,94,95,46,208,23,229,67,38,198,30,49,254,97,224,133,203,209,197,101,195,139,49,161,31,35,49,38,176,169,232,201)
|
||||
IMAGE_DATA(97,28,155,21,218,197,240,67,250,206,233,59,193,243,253,8,216,252,40,240,240,14,250,192,48,83,50,72,187,219,173,24)
|
||||
IMAGE_DATA(80,38,165,28,27,72,41,139,71,81,81,145,221,55,107,226,164,28,101,59,25,204,19,81,228,145,143,23,235,247,162,190)
|
||||
IMAGE_DATA(147,241,119,118,252,7,175,13,37,3,27,115,58,25,104,52,118,55,237,38,39,229,40,142,201,108,250,148,41,242,200,199)
|
||||
IMAGE_DATA(139,245,123,81,223,201,248,15,37,131,33,99,204,233,100,64,105,52,226,150,2,41,199,49,153,201,51,149,200,35,31,47)
|
||||
IMAGE_DATA(218,239,69,125,231,226,127,127,39,131,129,109,100,192,85,224,191,30,168,188,229,22,89,5,254,107,62,83,65,156,247,85)
|
||||
IMAGE_DATA(251,157,229,239,247,254,187,138,239,71,27,74,6,125,197,223,239,139,161,223,250,191,223,232,119,140,30,209,203,246,63,101)
|
||||
IMAGE_DATA(244,235,194,253,184,155,188,93,163,251,47,115,162,14,179,13,134,109,130,138,50,239,17,105,31,67,81,177,243,40,170,114)
|
||||
IMAGE_DATA(24,69,5,8,113,145,20,165,37,229,201,209,242,62,97,217,247,248,52,73,89,246,51,162,203,117,159,173,171,178,125,5)
|
||||
IMAGE_DATA(181,107,164,111,52,59,133,162,254,230,40,79,24,154,183,23,31,46,35,253,82,113,196,172,191,120,203,246,243,61,39,49)
|
||||
IMAGE_DATA(18,170,131,142,63,123,140,200,181,216,152,90,182,67,101,49,239,196,176,131,214,6,65,50,16,179,135,227,103,165,100,15)
|
||||
IMAGE_DATA(73,9,253,175,93,136,183,102,29,215,183,214,146,58,188,199,180,230,213,14,215,97,219,119,199,234,48,199,79,205,170,131)
|
||||
IMAGE_DATA(251,195,155,99,117,56,150,40,205,117,56,50,110,92,46,190,253,252,243,69,35,42,126,246,230,235,192,252,206,96,153,12)
|
||||
IMAGE_DATA(48,118,36,136,91,62,191,17,4,16,39,231,210,151,135,75,161,247,0,244,227,216,129,52,45,88,123,188,153,245,0,169)
|
||||
IMAGE_DATA(135,205,82,182,193,50,157,23,248,170,177,196,93,106,186,71,116,109,216,208,0,80,7,54,218,112,26,141,198,228,228,92)
|
||||
IMAGE_DATA(173,86,115,13,196,239,108,251,167,54,3,70,88,244,124,160,162,143,22,245,152,217,186,28,51,107,193,211,101,167,77,155)
|
||||
IMAGE_DATA(102,195,211,71,134,37,78,206,59,108,245,121,116,205,78,235,78,241,50,95,91,240,141,141,141,168,168,168,192,196,137,19)
|
||||
IMAGE_DATA(153,123,65,65,65,166,123,228,153,24,190,169,169,137,211,25,94,160,253,164,204,117,93,14,126,233,8,66,183,113,241,16)
|
||||
IMAGE_DATA(39,231,228,30,195,11,196,143,232,144,242,18,227,130,187,3,179,147,115,114,143,60,179,138,3,173,205,226,187,123,56,90)
|
||||
IMAGE_DATA(159,62,103,120,194,208,46,160,79,223,227,213,231,112,18,103,186,255,116,251,233,254,147,103,172,57,200,54,41,61,94,57)
|
||||
IMAGE_DATA(57,57,76,220,201,57,185,103,135,181,169,135,229,246,57,214,155,129,221,206,82,118,50,106,109,131,20,139,146,192,28,65)
|
||||
IMAGE_DATA(89,109,22,237,242,132,89,148,8,243,49,9,54,214,215,250,172,114,142,198,194,170,157,68,63,179,88,109,213,38,114,77)
|
||||
IMAGE_DATA(247,141,147,183,208,39,101,191,250,110,137,153,73,132,245,53,15,111,233,68,111,109,182,134,209,99,183,199,94,44,88,237)
|
||||
IMAGE_DATA(116,56,22,116,127,233,186,106,27,108,199,83,96,92,153,182,254,30,75,254,58,236,197,130,238,203,218,108,209,60,103,44)
|
||||
IMAGE_DATA(214,70,107,108,230,148,216,121,157,25,106,236,207,20,105,175,121,62,86,12,47,202,251,242,3,226,104,143,81,62,129,225)
|
||||
IMAGE_DATA(207,42,54,20,68,106,83,212,49,250,119,14,189,170,143,221,45,213,62,39,121,90,49,106,236,72,31,33,118,250,243,147)
|
||||
IMAGE_DATA(36,201,37,49,186,143,191,222,133,115,186,90,104,254,115,1,95,183,212,225,248,149,50,164,85,189,129,200,93,33,186,9)
|
||||
IMAGE_DATA(254,143,75,248,216,244,127,197,25,62,187,92,134,171,29,151,113,242,122,37,138,181,31,162,168,49,31,101,63,22,227,139)
|
||||
IMAGE_DATA(159,79,33,235,76,50,194,247,44,54,120,205,114,183,170,227,143,238,163,188,147,139,163,155,143,53,169,113,185,253,18,10)
|
||||
IMAGE_DATA(47,229,34,239,252,123,200,174,223,130,124,205,118,236,214,100,33,187,97,51,142,93,45,131,162,42,14,193,239,205,109,126)
|
||||
IMAGE_DATA(104,244,131,222,52,111,236,175,114,207,217,173,248,161,181,193,168,183,27,187,46,102,97,219,87,105,204,164,219,122,62,25)
|
||||
IMAGE_DATA(155,106,227,160,60,251,38,42,126,60,140,21,251,230,99,210,130,39,148,52,31,255,225,42,109,229,149,195,198,118,150,96)
|
||||
IMAGE_DATA(199,185,116,100,212,109,66,242,201,245,12,191,238,176,12,137,39,86,227,237,234,8,124,240,237,118,228,126,161,194,236,20)
|
||||
IMAGE_DATA(63,102,127,158,92,26,211,89,115,173,18,123,190,219,110,100,83,120,23,95,252,241,48,40,79,175,133,90,83,136,23,50)
|
||||
IMAGE_DATA(158,233,164,249,132,67,175,116,30,189,242,9,178,46,40,144,94,159,32,200,43,106,94,67,169,166,0,1,155,103,49,124)
|
||||
IMAGE_DATA(116,158,68,187,183,62,11,249,23,183,33,229,203,56,196,159,142,66,76,169,212,138,35,254,86,149,12,123,234,183,226,253)
|
||||
IMAGE_DATA(154,84,248,190,53,149,105,255,179,146,233,202,53,165,18,148,95,81,35,249,116,52,54,212,200,77,253,181,228,215,87,172)
|
||||
IMAGE_DATA(196,198,99,17,40,111,42,193,139,59,159,131,199,11,143,50,241,115,27,59,194,91,150,27,220,172,168,90,135,35,218,67)
|
||||
IMAGE_DATA(76,172,8,247,102,5,113,194,202,112,180,177,24,175,171,195,241,244,198,201,205,195,30,121,128,25,63,98,79,248,141,147)
|
||||
IMAGE_DATA(132,237,126,201,144,84,30,141,10,99,29,123,235,51,161,56,17,139,77,213,209,216,123,46,3,229,70,54,78,189,18,51)
|
||||
IMAGE_DATA(83,167,25,70,77,125,152,115,14,122,206,124,76,178,48,115,142,46,244,131,121,216,121,70,129,146,111,242,81,114,33,31)
|
||||
IMAGE_DATA(219,106,146,16,248,254,51,68,87,199,199,210,246,208,232,225,62,62,243,189,20,1,73,51,181,179,223,245,211,255,89,53)
|
||||
IMAGE_DATA(67,63,99,195,20,173,251,156,71,21,195,254,240,128,224,250,233,149,245,101,50,24,239,230,230,243,134,159,191,226,164,44)
|
||||
IMAGE_DATA(76,251,173,60,82,127,65,30,161,175,150,134,104,215,248,62,165,240,124,88,56,25,188,228,227,35,169,147,203,117,255,203)
|
||||
IMAGE_DATA(203,70,87,109,13,110,95,172,199,237,115,159,195,80,174,198,181,248,88,156,88,182,80,23,56,222,131,51,152,132,253,62)
|
||||
IMAGE_DATA(58,198,208,241,79,53,126,187,124,9,221,213,159,162,251,96,14,186,11,183,227,206,39,5,248,245,108,53,90,82,227,81)
|
||||
IMAGE_DATA(187,34,200,48,207,243,49,171,58,188,220,220,188,235,34,229,205,250,127,28,196,111,90,13,186,255,158,137,182,156,52,180)
|
||||
IMAGE_DATA(103,167,160,107,87,26,110,231,42,209,181,227,29,116,85,30,194,79,235,163,112,100,201,236,230,113,35,134,51,147,105,189)
|
||||
IMAGE_DATA(159,191,242,198,102,5,126,213,156,55,233,221,202,83,162,53,43,1,157,91,94,183,114,125,114,20,186,202,62,198,55,33)
|
||||
IMAGE_DATA(115,32,159,58,158,153,204,53,178,149,218,155,101,197,232,46,45,68,219,142,68,252,87,190,140,211,59,18,163,96,200,78)
|
||||
IMAGE_DATA(71,75,90,18,138,23,204,100,22,211,197,152,213,157,183,171,202,208,157,151,134,182,173,241,188,139,185,37,44,24,173,235)
|
||||
IMAGE_DATA(34,209,94,152,143,99,139,253,153,197,220,32,151,117,222,42,61,128,174,140,120,116,190,187,70,144,191,17,27,129,246,130)
|
||||
IMAGE_DATA(124,84,4,251,50,252,241,101,33,218,214,29,233,184,149,163,132,254,237,85,166,114,156,46,11,65,219,230,84,92,75,77)
|
||||
IMAGE_DATA(192,254,185,147,153,246,175,153,241,39,165,118,249,34,116,150,126,132,182,232,229,104,141,93,106,195,234,86,46,134,46,124)
|
||||
IMAGE_DATA(41,110,30,220,143,207,67,253,17,62,113,12,19,191,199,71,142,240,174,90,177,176,249,167,184,87,112,243,240,1,83,172)
|
||||
IMAGE_DATA(110,68,132,154,185,176,37,208,45,55,178,203,67,97,248,104,31,190,95,189,12,197,129,147,154,221,31,180,78,6,129,94)
|
||||
IMAGE_DATA(238,146,51,210,249,134,171,49,17,184,89,114,0,191,100,40,209,18,37,195,191,87,133,161,117,139,2,134,162,125,248,97)
|
||||
IMAGE_DATA(213,203,40,251,235,84,67,128,59,247,130,158,235,57,86,114,100,241,95,116,245,75,159,199,207,41,9,104,205,221,105,242)
|
||||
IMAGE_DATA(235,73,27,112,58,216,207,168,251,164,142,143,165,205,56,175,124,34,39,123,42,14,46,240,213,150,7,207,210,31,93,48)
|
||||
IMAGE_DATA(93,191,239,197,201,218,176,73,99,20,198,54,187,60,25,252,31,54,54,193,35,0,0,0,0,0,0,0,0,0,0,0)
|
||||
IMAGE_END_DATA(2208, 13)
|
||||
|
||||
IMAGE_BEGIN_DATA
|
||||
IMAGE_DATA(120,156,237,91,9,84,84,87,210,190,42,184,16,23,146,201,152,72,140,113,52,127,162,132,76,212,9,99,204,114,52,241)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue