Elimino el source del viejo ide con QT de la distribucion principal de codigo fuente

This commit is contained in:
Víctor Román Archidona 2003-01-22 06:39:04 +00:00
parent 03a4d87eea
commit 985b7a2fab
287 changed files with 0 additions and 15764 deletions

View file

@ -1,90 +0,0 @@
#include "about.h"
#include "ideqtwindow.h"
#include <qlayout.h>
#include <qlabel.h>
#include <qtextview.h>
#include "gif/about.h"
#include "gif/about_png.h"
#include "gif/sion.h"
About::About( QWidget* parent, const char* name, WFlags fl, QWidget* padre )
: QWidget( parent, name, fl )
{
setCaption("Acerca de eDIV");
setFixedSize(450,300);
QPixmap *icono=pillagif(about_gif);
setIcon(*icono);
if(padre)
move(padre->x()+padre->width()/2-width()/2,padre->y()+padre->height()/2-height()/2);
QVBoxLayout* vbox1 = new QVBoxLayout(this);
QPixmap* imagen=pillagif(about_png);
QLabel* imagenlabel = new QLabel(this);
imagenlabel->setPixmap(*imagen);
imagenlabel->setAlignment(Qt::AlignCenter);
vbox1->addWidget(imagenlabel);
QHBoxLayout* hbox1 = new QHBoxLayout(this);
vbox1->addLayout(hbox1);
hbox1->setSpacing(10);
hbox1->setMargin(15);
imagen=pillagif(sion_png);
QLabel* imagen2label = new QLabel(this);
imagen2label->setPixmap(*imagen);
imagen2label->setAlignment(Qt::AlignCenter);
hbox1->addWidget(imagen2label);
QTextView* texto = new QTextView(this);
texto->setText("<div align=\"center\">eDIV ha llegado a tus manos gracias a Sion, Ltd.<br><br>"
"<u>Programadores</u><br><br>"
"Er_Makina<br>"
"Riseven<br>"
"|RooT|<br>"
"Daijo<br><br>"
"<u>Traductores</u><br><br>"
"CicTec (italiano)<br>"
"Tareko (portugués)<br>"
"Er_Makina (inglés)<br>"
"BenKo (catalán)<br>"
"Jorge Urreta (euskera)<br>"
"Bb_LaRiOs (francés)<br><br>"
"<u>Betatesters</u><br><br>"
"Matías Iacono<br>"
"EHSN<br>"
"chinodiv<br>"
"[hallg]<br>"
"loxo<br>"
"djpipo<br>"
"Tomás Baenas<br>"
"Pato<br>"
"Jags Andrew<br>"
"BenKo<br>"
"Ferminho<br>"
"Bb_LaRiOs<br>"
"CicTec<br>"
"Satv<br>"
"Joyal<br>"
"SHeLe<br>"
"fidojones<br>"
"Paradigma Studios<br><br>"
"<u>Webmasters</u><br><br>"
"Er_Makina<br>"
"[Kony]<br><br>"
"<u>Diseño del logo</u><br><br>"
"Donan<br><br>"
"<u>Agradecimientos</u><br><br>"
"Daniel Navarro<br>"
"José Luis Cebrián<br>"
"Beorn<br>"
"Slàinte<br>"
"Equipo de Hammer Technologies<br>(excepto Wario)<br></div>");
hbox1->addWidget(texto);
}

View file

@ -1,14 +0,0 @@
#ifndef __ABOUT_H__
#define __ABOUT_H__
#include <qwidget.h>
class About : public QWidget
{
Q_OBJECT
public:
About( QWidget* parent = 0, const char* name = 0, WFlags fl = 0, QWidget* padre = 0 );
};
#endif //__ABOUT_H__

View file

@ -1,22 +0,0 @@
#include "aimpl.h"
/*
* Constructs a aImp1 which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*
* The dialog will by default be modeless, unless you set 'modal' to
* TRUE to construct a modal dialog.
*/
aImp1::aImp1( QWidget* parent, const char* name, bool modal, WFlags fl )
: Form1( parent, name, modal, fl )
{
}
/*
* Destroys the object and frees any allocated resources
*/
aImp1::~aImp1()
{
// no need to delete child widgets, Qt does it all for us
}

View file

@ -1,15 +0,0 @@
#ifndef AIMP1_H
#define AIMP1_H
#include "a.h"
class aImp1 : public Form1
{
Q_OBJECT
public:
aImp1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~aImp1();
};
#endif // AIMP1_H

View file

@ -1,90 +0,0 @@
/****************************************************************************
** Form implementation generated from reading ui file '.\ayuda.ui'
**
** Created: Wed Jul 10 21:15:41 2002
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#include "ayuda.h"
#include <qgroupbox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qlistbox.h>
#include <qpushbutton.h>
#include <qlayout.h>
#include <qvariant.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
/*
* Constructs a Form1 which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*
* The dialog will by default be modeless, unless you set 'modal' to
* TRUE to construct a modal dialog.
*/
Form1::Form1( QWidget* parent, const char* name, bool modal, WFlags fl )
: QDialog( parent, name, modal, fl )
{
if ( !name )
setName( "Form1" );
resize( 463, 405 );
setProperty( "caption", tr( "Form1" ) );
Form1Layout = new QVBoxLayout( this );
Form1Layout->setSpacing( 6 );
Form1Layout->setMargin( 11 );
GroupBox1 = new QGroupBox( this, "GroupBox1" );
GroupBox1->setProperty( "title", tr( "GroupBox1" ) );
GroupBox1->setColumnLayout(0, Qt::Vertical );
GroupBox1->layout()->setSpacing( 0 );
GroupBox1->layout()->setMargin( 0 );
GroupBox1Layout = new QHBoxLayout( GroupBox1->layout() );
GroupBox1Layout->setAlignment( Qt::AlignTop );
GroupBox1Layout->setSpacing( 6 );
GroupBox1Layout->setMargin( 11 );
Layout2 = new QHBoxLayout;
Layout2->setSpacing( 6 );
Layout2->setMargin( 0 );
Layout1 = new QGridLayout;
Layout1->setSpacing( 6 );
Layout1->setMargin( 0 );
LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
Layout1->addWidget( LineEdit1, 0, 1 );
LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
Layout1->addWidget( LineEdit2, 1, 1 );
TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
TextLabel1->setProperty( "text", tr( "TextLabel1" ) );
Layout1->addWidget( TextLabel1, 0, 0 );
TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
TextLabel2->setProperty( "text", tr( "TextLabel2" ) );
Layout1->addWidget( TextLabel2, 1, 0 );
Layout2->addLayout( Layout1 );
ListBox1 = new QListBox( GroupBox1, "ListBox1" );
ListBox1->insertItem( tr( "New Item" ) );
Layout2->addWidget( ListBox1 );
GroupBox1Layout->addLayout( Layout2 );
Form1Layout->addWidget( GroupBox1 );
}
/*
* Destroys the object and frees any allocated resources
*/
Form1::~Form1()
{
// no need to delete child widgets, Qt does it all for us
}

View file

@ -1,45 +0,0 @@
/****************************************************************************
** Form interface generated from reading ui file '.\ayuda.ui'
**
** Created: Wed Jul 10 21:15:41 2002
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef FORM1_H
#define FORM1_H
#include <qvariant.h>
#include <qdialog.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QGroupBox;
class QLabel;
class QLineEdit;
class QListBox;
class QListBoxItem;
class Form1 : public QDialog
{
Q_OBJECT
public:
Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~Form1();
QGroupBox* GroupBox1;
QLineEdit* LineEdit1;
QLineEdit* LineEdit2;
QLabel* TextLabel1;
QLabel* TextLabel2;
QListBox* ListBox1;
protected:
QVBoxLayout* Form1Layout;
QHBoxLayout* GroupBox1Layout;
QHBoxLayout* Layout2;
QGridLayout* Layout1;
};
#endif // FORM1_H

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -1,54 +0,0 @@
static unsigned char AVI_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,72,184,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,5,0,44,0,0,0,0,32,0,32,0,7,8,
227,0,11,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,10,0,160,177,99,71,142,25,1,36,
188,248,209,163,73,144,27,45,98,132,184,209,164,199,136,41,17,146,100,137,
210,101,75,142,34,71,98,212,88,211,37,202,156,15,119,134,180,201,147,167,
202,141,56,137,134,164,169,19,105,75,165,73,129,6,45,9,213,168,76,161,
79,137,254,60,74,83,41,82,156,77,187,86,5,219,180,104,213,144,101,135,
158,141,121,213,105,207,147,76,219,138,213,154,49,128,84,131,36,205,106,181,
187,48,175,90,151,1,236,222,149,155,212,99,96,136,5,41,42,158,168,241,
240,224,2,0,6,72,158,76,185,242,0,142,142,71,78,38,64,64,114,231,
1,157,57,119,190,136,216,162,231,211,159,83,75,46,221,215,179,104,208,167,
97,95,118,24,89,118,234,207,178,31,63,140,125,219,245,104,218,150,131,79,
214,141,119,177,113,135,1,1,0,59
};

View file

@ -1,59 +0,0 @@
static unsigned char BMP_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,8,3,0,35,35,35,88,88,88,158,158,158,31,33,31,247,247,244,
230,230,221,138,139,134,182,182,182,253,253,254,83,90,74,216,216,216,138,137,
136,187,188,164,0,52,3,0,36,3,218,219,206,187,188,164,0,25,2,239,
239,246,156,158,124,0,43,4,6,16,0,17,36,9,9,29,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,29,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,59,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,145,35,128,132,23,59,138,
20,249,113,224,0,2,3,6,134,28,201,50,99,73,2,4,10,24,72,217,
97,101,203,145,31,97,202,60,64,179,38,198,155,35,117,26,64,217,211,38,
208,141,66,97,18,40,104,244,104,82,152,6,155,222,124,186,244,225,207,140,
8,18,4,85,176,96,40,84,132,70,25,100,77,192,160,108,217,6,92,29,
60,128,89,18,236,213,178,8,32,144,45,27,65,194,2,181,48,93,130,124,
43,22,2,4,186,19,32,72,88,75,64,99,91,171,25,203,38,240,155,32,
194,132,9,20,32,84,40,188,241,48,211,159,22,22,203,69,224,248,66,228,
10,29,45,95,22,160,57,1,2,12,19,46,92,240,155,129,228,94,210,16,
86,39,192,176,26,66,4,13,34,3,136,38,120,81,117,236,216,20,40,108,
200,173,123,97,239,218,126,253,118,12,160,123,119,212,0,23,18,72,55,141,
96,35,115,136,76,41,106,151,168,241,250,110,0,193,195,139,65,31,31,28,
128,0,239,32,41,112,88,31,156,67,123,245,236,41,92,196,110,81,253,251,
245,236,221,219,167,111,28,190,254,255,254,149,231,16,120,0,22,40,158,115,
81,5,104,159,125,250,9,216,16,120,228,69,232,32,67,219,85,136,96,65,
1,1,0,59
};

View file

@ -1,60 +0,0 @@
static unsigned char CDA_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,218,218,218,158,158,158,170,170,170,242,242,242,166,133,0,169,136,4,
172,141,9,175,145,15,179,151,22,172,140,9,183,157,30,191,168,45,205,187,
84,168,136,4,171,141,9,175,146,15,179,152,22,184,157,29,190,168,44,215,
201,120,242,238,210,212,197,97,171,140,9,175,146,16,179,151,21,184,158,29,
243,239,214,221,209,129,208,191,74,221,209,130,208,191,75,210,195,73,214,202,
81,169,136,3,211,195,74,215,201,81,219,208,89,210,195,74,214,201,80,219,
207,88,224,214,97,183,157,29,190,168,45,215,202,81,219,207,89,224,214,96,
229,220,103,179,152,21,220,208,89,229,220,104,233,227,111,219,208,88,228,221,
104,233,227,112,237,233,118,212,198,97,214,201,81,220,208,88,233,226,111,237,
232,117,229,221,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,64,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,129,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,113,227,0,0,9,47,118,
28,57,18,100,72,140,2,8,168,92,201,178,37,1,1,31,79,146,156,169,
209,36,66,145,36,7,12,8,80,160,103,1,149,48,109,26,196,153,146,128,
207,158,1,6,8,48,208,81,232,80,148,52,97,242,4,26,243,38,84,143,
83,141,38,229,232,180,32,81,149,5,182,210,172,250,240,106,84,174,22,205,
158,205,72,246,233,218,146,105,223,238,164,218,21,200,196,168,42,197,102,116,
10,241,0,130,4,10,22,64,92,59,128,238,64,0,7,252,50,8,220,192,
193,3,0,99,129,102,12,96,18,241,1,8,17,36,76,160,80,193,194,5,
12,144,59,22,126,57,153,242,225,203,25,52,108,224,208,185,131,135,15,161,
55,74,22,16,128,178,77,196,8,50,104,142,120,1,68,8,17,35,98,115,
172,13,209,43,137,204,19,138,67,252,80,194,196,9,225,165,139,15,141,160,
96,245,109,20,41,84,172,16,78,188,174,64,0,10,38,176,85,104,161,28,
128,139,23,48,98,132,238,190,16,128,12,10,45,60,71,52,49,3,6,141,
26,23,109,59,4,16,191,131,111,17,38,216,0,195,13,56,92,36,221,126,
15,244,22,2,10,244,173,112,67,13,57,28,232,208,119,58,48,183,3,15,
3,246,224,131,119,251,1,176,67,125,63,224,199,225,132,118,73,68,162,65,
1,1,0,59
};

View file

@ -1,54 +0,0 @@
static unsigned char FLC_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,72,184,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,4,0,44,0,0,0,0,32,0,32,0,7,8,
222,0,9,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,10,0,160,177,99,71,142,25,1,36,
188,248,209,163,73,144,27,45,98,132,184,209,164,199,136,41,17,146,100,137,
210,101,75,142,34,71,98,212,88,211,37,202,156,15,119,134,180,201,147,167,
202,141,56,137,134,164,169,19,105,75,165,73,129,6,45,9,213,168,76,161,
79,137,254,60,74,83,41,82,156,77,187,86,5,219,180,104,213,144,101,135,
158,141,121,213,105,207,147,76,219,138,213,154,49,128,84,131,36,205,106,181,
187,48,175,90,151,1,236,222,149,155,212,99,96,136,5,41,42,158,168,241,
240,96,2,0,6,72,158,76,185,242,0,142,142,71,74,150,120,153,114,196,
203,130,251,110,246,60,57,114,233,199,120,55,67,28,205,122,179,67,211,166,
91,199,190,252,186,245,229,213,183,35,163,78,109,185,183,235,134,139,131,239,
46,24,16,0,59
};

View file

@ -1,54 +0,0 @@
static unsigned char FLI_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,72,184,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,4,0,44,0,0,0,0,32,0,32,0,7,8,
220,0,9,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,10,0,160,177,99,71,142,25,1,36,
188,248,209,163,73,144,27,45,98,132,184,209,164,199,136,41,17,146,100,137,
210,101,75,142,34,71,98,212,88,211,37,202,156,15,119,134,180,201,147,167,
202,141,56,137,134,164,169,19,105,75,165,73,129,6,45,9,213,168,76,161,
79,137,254,60,74,83,41,82,156,77,187,86,5,219,180,104,213,144,101,135,
158,141,121,213,105,207,147,76,219,138,213,154,49,128,84,131,36,205,106,181,
187,48,175,90,151,1,236,222,149,155,212,99,96,136,5,41,42,158,168,241,
240,96,2,0,6,72,158,76,185,242,0,142,142,71,74,150,120,153,114,196,
203,130,251,110,246,92,57,242,229,199,120,55,67,28,77,250,178,67,211,166,
89,79,134,253,90,246,233,213,159,81,167,182,204,123,243,235,197,192,29,6,
4,0,59
};

View file

@ -1,62 +0,0 @@
static unsigned char FNT_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,132,132,132,49,
49,41,255,255,255,255,255,247,255,247,247,148,140,99,247,247,247,247,247,239,
239,239,231,239,231,222,231,222,214,247,239,231,222,214,198,189,181,140,239,231,
214,231,231,214,255,222,165,255,222,156,255,222,173,255,214,148,231,222,206,255,
214,140,222,222,206,255,231,181,255,231,198,255,239,206,222,214,189,255,247,214,
214,206,189,214,206,181,214,198,173,255,239,198,255,231,189,206,198,173,206,198,
165,198,189,156,198,181,156,189,181,148,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,39,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,79,8,28,72,176,160,193,131,8,19,42,92,200,176,33,195,0,2,
34,74,156,24,209,97,65,1,3,50,106,204,72,160,64,1,3,2,44,14,
196,184,145,227,129,3,31,7,132,20,73,114,99,1,2,39,17,24,40,128,
96,165,195,150,25,11,196,68,32,51,129,130,5,54,25,182,236,184,19,1,
3,3,63,27,56,8,170,144,36,204,162,12,18,128,164,216,16,163,78,152,
60,163,38,136,170,160,171,130,7,76,17,10,128,73,51,43,130,4,9,0,
0,232,10,1,2,208,170,58,121,158,213,10,32,130,4,181,110,33,132,61,
40,224,128,92,173,105,39,216,165,64,65,109,133,189,6,5,100,69,139,22,
192,4,193,18,8,91,0,112,1,241,69,158,91,27,99,120,60,152,194,228,
195,85,163,210,205,128,1,67,4,181,145,39,55,176,76,80,128,86,5,0,
52,144,158,0,96,1,0,201,0,86,87,69,11,91,131,108,12,0,42,92,
184,237,25,192,6,214,35,125,198,230,32,27,0,4,225,196,39,119,64,46,
80,64,111,230,26,130,95,128,142,219,3,245,19,2,98,251,121,206,174,182,
124,116,0,31,190,3,0,145,161,125,134,16,33,56,75,136,92,92,4,117,
0,238,223,195,55,29,33,2,97,220,35,32,135,159,126,230,21,120,30,9,
172,225,7,95,8,148,9,215,192,131,27,120,224,193,109,22,76,86,130,101,
3,194,167,221,131,13,108,208,129,132,34,80,56,153,9,136,225,7,130,134,
14,66,248,161,8,34,140,32,34,0,75,29,180,30,129,16,81,68,17,0,
22,20,39,64,0,6,25,216,80,129,34,5,41,228,144,2,5,4,0,59
};

View file

@ -1,64 +0,0 @@
static unsigned char FPG_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,187,188,164,230,230,230,218,218,218,122,122,122,134,134,134,182,182,182,
227,227,219,158,158,158,30,0,0,26,26,26,244,148,0,194,110,0,234,141,
0,228,136,0,224,131,0,221,128,0,207,119,0,187,102,0,133,61,0,144,
70,0,154,76,0,159,82,0,167,87,0,171,91,0,159,255,255,127,210,204,
179,98,0,154,255,253,93,153,156,48,62,62,61,53,52,15,29,21,210,255,
255,174,93,0,128,250,247,50,50,50,194,188,188,110,201,204,174,231,231,136,
133,133,162,162,162,98,98,99,146,146,146,216,125,0,210,210,204,167,167,167,
136,145,142,154,224,147,85,85,85,115,156,108,110,247,104,7,4,7,62,62,
62,84,154,76,107,227,101,65,65,65,33,58,32,125,55,0,118,48,0,113,
45,0,173,173,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,64,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,129,8,28,72,16,0,0,130,8,19,42,76,104,48,64,0,131,11,
35,42,108,40,160,162,128,135,7,37,70,164,104,177,35,70,141,12,3,116,
28,105,241,35,72,32,0,6,144,92,89,209,164,196,148,4,8,176,92,233,
114,226,128,2,5,98,206,36,89,179,224,77,156,57,101,238,244,8,17,97,
74,160,64,117,14,45,153,113,224,81,164,73,133,46,29,208,20,229,79,168,
81,135,14,48,80,245,41,86,164,74,73,110,61,208,245,234,87,176,82,43,
110,69,80,213,106,130,179,95,149,174,85,208,22,64,0,3,3,222,194,133,
74,96,45,91,134,56,239,230,133,187,96,1,78,191,10,24,0,41,236,20,
169,96,189,72,23,52,104,80,184,178,101,7,14,22,8,4,128,245,113,228,
201,147,31,64,136,32,97,194,4,204,20,52,163,60,235,25,167,228,10,176,
45,88,184,128,33,131,134,212,141,225,122,126,189,97,3,135,223,189,59,116,
80,189,25,193,94,193,11,30,88,240,240,1,68,8,17,31,70,116,32,65,
124,51,0,227,186,23,64,176,80,194,196,9,1,39,76,160,163,160,144,161,
58,16,3,92,175,19,150,96,33,5,0,21,43,88,0,248,224,0,67,117,
5,45,90,160,55,136,29,234,2,23,24,188,0,192,9,48,156,0,64,12,
14,92,96,158,2,248,233,151,94,127,174,77,128,129,12,0,204,160,130,124,
52,76,96,129,121,2,49,152,223,126,234,69,152,65,13,54,0,112,131,9,
0,224,160,33,135,3,121,232,32,127,5,44,224,128,6,57,0,160,131,0,
42,0,176,131,11,21,176,72,144,139,32,46,64,129,112,152,57,96,154,11,
18,240,224,35,66,64,10,57,93,6,24,96,32,27,108,60,244,208,195,146,
76,226,183,192,116,150,117,217,131,15,88,38,164,192,15,140,45,196,88,64,
0,59
};

View file

@ -1,59 +0,0 @@
static unsigned char GIF_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,8,3,0,35,35,35,88,88,88,158,158,158,31,33,31,247,247,244,
230,230,221,138,139,134,182,182,182,253,253,254,83,90,74,216,216,216,138,137,
136,187,188,164,0,52,3,0,36,3,218,219,206,187,188,164,0,25,2,239,
239,246,156,158,124,0,43,4,6,16,0,17,36,9,9,29,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,29,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,59,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,145,35,128,132,23,59,138,
20,249,113,224,0,2,3,6,134,28,201,50,99,73,2,4,10,24,72,217,
97,101,203,145,31,97,202,60,64,179,38,198,155,35,117,26,64,217,211,38,
208,141,66,97,18,40,104,244,104,82,152,6,155,222,124,186,244,225,207,140,
8,18,4,85,176,96,40,84,132,70,25,100,77,192,160,108,217,6,92,29,
60,128,89,18,236,213,178,8,32,144,45,27,65,194,2,181,48,93,130,124,
43,22,2,4,186,19,32,72,88,75,64,99,91,171,25,203,38,240,155,32,
194,132,9,20,32,84,40,188,241,48,211,159,22,22,203,69,224,248,66,228,
10,29,45,95,22,160,57,1,2,12,19,46,92,240,155,129,228,94,210,16,
86,39,192,176,26,66,4,13,34,3,136,38,120,81,117,236,216,20,40,108,
200,173,123,97,239,218,126,253,118,12,160,123,119,212,0,23,18,72,55,141,
96,35,115,136,76,41,106,151,168,241,250,110,0,193,195,139,66,31,31,28,
128,0,239,32,195,115,88,79,97,61,135,246,236,41,92,196,110,49,248,123,
241,247,239,151,119,206,212,190,255,246,246,197,199,95,127,0,22,152,159,120,
3,242,166,30,123,238,21,88,158,67,224,145,39,225,131,13,109,103,97,130,
3,5,4,0,59
};

View file

@ -1,56 +0,0 @@
static unsigned char IT_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,255,212,142,220,146,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
142,42,241,247,67,222,30,93,43,220,77,220,40,115,226,161,7,62,151,249,
124,58,245,134,24,145,59,239,29,93,58,116,230,214,127,99,10,15,239,219,
249,120,218,232,177,7,4,0,59
};

View file

@ -1,59 +0,0 @@
static unsigned char JPG_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,8,3,0,35,35,35,88,88,88,158,158,158,31,33,31,247,247,244,
230,230,221,138,139,134,182,182,182,253,253,254,83,90,74,216,216,216,138,137,
136,187,188,164,0,52,3,0,36,3,218,219,206,187,188,164,0,25,2,239,
239,246,156,158,124,0,43,4,6,16,0,17,36,9,9,29,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,29,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,59,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,145,35,128,132,23,59,138,
20,249,113,224,0,2,3,6,134,28,201,50,99,73,2,4,10,24,72,217,
97,101,203,145,31,97,202,60,64,179,38,198,155,35,117,26,64,217,211,38,
208,141,66,97,18,40,104,244,104,82,152,6,155,222,124,186,244,225,207,140,
8,18,4,85,176,96,40,84,132,70,25,100,77,192,160,108,217,6,92,29,
60,128,89,18,236,213,178,8,32,144,45,27,65,194,2,181,48,93,130,124,
43,22,2,4,186,19,32,72,88,75,64,99,91,171,25,203,38,240,155,32,
194,132,9,20,32,84,40,188,241,48,211,159,22,22,203,69,224,248,66,228,
10,29,45,95,22,160,57,1,2,12,19,46,92,240,155,129,228,94,210,16,
86,39,192,176,26,66,4,13,34,3,136,38,120,81,117,236,216,20,40,108,
200,173,123,97,239,218,126,253,118,12,160,123,119,212,0,23,18,72,55,141,
96,35,115,136,76,41,106,151,168,241,250,110,0,193,195,139,66,31,31,28,
128,0,239,32,195,115,224,64,97,61,251,224,238,41,92,196,110,81,60,251,
247,247,197,211,55,110,191,253,122,248,0,58,23,85,123,0,190,7,32,129,
2,50,5,223,127,6,46,200,94,130,188,145,39,97,120,16,170,180,221,133,
14,5,4,0,59
};

View file

@ -1,58 +0,0 @@
static unsigned char MAP_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,8,3,0,35,35,35,88,88,88,158,158,158,31,33,31,247,247,244,
230,230,221,138,139,134,182,182,182,253,253,254,83,90,74,216,216,216,138,137,
136,187,188,164,0,52,3,0,36,3,218,219,206,187,188,164,0,25,2,239,
239,246,156,158,124,0,43,4,6,16,0,17,36,9,9,29,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,28,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,57,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,145,35,128,132,23,59,138,
20,249,113,224,0,2,3,6,134,28,201,50,99,73,2,4,10,24,72,201,
97,101,203,145,31,97,202,60,64,179,38,198,155,35,117,26,64,217,211,38,
208,141,66,97,18,40,104,244,104,82,152,6,155,222,124,186,244,225,207,140,
8,18,4,85,176,96,40,84,132,70,25,100,77,192,160,108,217,6,92,29,
60,128,89,18,236,213,178,8,32,144,45,27,65,194,2,181,48,93,130,124,
43,22,2,4,186,19,32,72,88,75,64,99,91,171,25,203,38,240,155,32,
194,132,9,20,32,84,40,188,241,48,211,159,22,22,203,69,224,248,66,228,
10,29,45,95,22,160,57,1,2,12,19,46,92,240,155,129,228,94,210,16,
86,39,192,176,26,66,4,13,34,3,136,38,120,81,117,236,216,20,40,108,
200,173,123,97,239,218,126,253,118,12,160,123,119,212,0,23,18,72,55,141,
96,35,115,136,76,41,106,151,168,241,250,110,0,201,195,139,60,15,15,64,
128,119,144,16,192,167,247,11,145,125,251,244,205,141,167,143,184,126,189,122,
240,216,25,226,103,63,191,61,253,244,14,237,103,31,127,234,177,23,96,125,
2,10,104,96,67,5,142,231,160,115,81,109,39,161,67,1,1,0,59
};

View file

@ -1,57 +0,0 @@
static unsigned char MIDI_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,255,212,142,220,146,0,158,158,158,170,170,170,
242,242,242,255,212,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,12,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,25,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,68,6,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,80,192,187,183,239,223,182,89,231,
214,172,96,65,111,227,200,23,24,47,110,123,184,194,221,202,139,35,103,206,
220,184,107,135,213,179,47,159,30,154,32,244,227,217,179,119,21,31,248,157,
247,116,229,219,109,55,196,8,188,125,239,241,29,105,203,95,31,16,0,59
};

View file

@ -1,61 +0,0 @@
#ifndef __MOV_H__
#define __MOV_H__
static unsigned char MOD_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,255,212,142,220,146,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
254,45,115,247,111,227,18,139,11,87,184,123,34,113,226,200,143,191,126,222,
188,56,245,223,13,49,94,143,206,61,123,117,234,200,31,22,11,247,238,187,
60,246,215,180,211,103,15,8,0,59
};
#endif //__MOV_H__

View file

@ -1,54 +0,0 @@
static unsigned char MOV_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,72,184,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,5,0,44,0,0,0,0,32,0,32,0,7,8,
224,0,11,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,10,0,160,177,99,71,142,25,1,36,
188,248,209,163,73,144,27,45,98,132,184,209,164,199,136,41,17,146,100,137,
210,101,75,142,34,71,98,212,88,211,37,202,156,15,119,134,180,201,147,167,
202,141,56,137,134,164,169,19,105,75,165,73,129,6,45,9,213,168,76,161,
79,137,254,60,74,83,41,82,156,77,187,86,5,219,180,104,213,144,101,135,
158,141,121,213,105,207,147,76,219,138,213,154,49,128,84,131,36,205,106,181,
187,48,175,90,151,1,236,222,149,155,212,99,96,136,5,41,42,158,168,241,
240,224,2,0,6,72,158,76,185,242,0,142,142,71,14,32,48,153,243,102,
207,156,57,95,68,108,241,179,105,208,155,83,147,238,155,58,116,234,214,170,
29,70,246,12,251,181,231,199,15,95,219,166,125,91,182,229,223,147,113,227,
93,76,220,97,64,0,59
};

View file

@ -1,56 +0,0 @@
static unsigned char MP3_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,212,255,142,122,185,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
254,109,116,183,68,153,15,145,11,87,104,188,57,241,231,196,93,59,140,30,
61,249,239,221,191,27,98,132,110,188,183,113,237,221,145,67,13,191,142,28,
188,239,243,217,95,211,94,175,61,32,0,59
};

View file

@ -1,54 +0,0 @@
static unsigned char MPG_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,72,184,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,5,0,44,0,0,0,0,32,0,32,0,7,8,
228,0,11,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,10,0,160,177,99,71,142,25,1,36,
188,248,209,163,73,144,27,45,98,132,184,209,164,199,136,41,17,146,100,137,
210,101,75,142,34,71,98,212,88,211,37,202,156,15,119,134,180,201,147,167,
202,141,56,137,134,164,169,19,105,75,165,73,129,6,45,9,213,168,76,161,
79,137,254,60,74,83,41,82,156,77,187,86,5,219,180,104,213,144,101,135,
158,141,121,213,105,207,147,76,219,138,213,154,49,128,84,131,36,205,106,181,
187,48,175,90,151,1,236,222,149,155,212,99,96,136,5,41,42,158,168,241,
240,224,2,0,6,72,158,76,185,242,0,142,142,71,14,32,48,153,51,129,
207,146,63,115,190,136,216,226,102,207,158,67,115,158,92,186,239,230,215,168,
83,191,126,252,240,117,104,219,182,71,59,140,188,26,54,101,209,151,119,91,
30,206,122,247,226,227,14,3,2,0,59
};

View file

@ -1,56 +0,0 @@
static unsigned char OGG_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,212,255,142,122,185,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
150,249,208,104,113,226,187,127,11,87,184,59,121,243,168,201,145,191,254,77,
156,122,241,230,205,27,98,164,110,189,186,243,223,218,157,71,15,151,136,60,
251,116,223,232,67,19,164,205,94,253,192,128,0,59
};

View file

@ -1,57 +0,0 @@
static unsigned char PAK_gif[]={
71,73,70,56,55,97,32,0,32,0,247,0,0,255,255,255,255,255,204,255,
255,153,255,255,102,255,255,51,255,255,0,255,204,255,255,204,204,255,204,153,
255,204,102,255,204,51,255,204,0,255,153,255,255,153,204,255,153,153,255,153,
102,255,153,51,255,153,0,255,102,255,255,102,204,255,102,153,255,102,102,255,
102,51,255,102,0,255,51,255,255,51,204,255,51,153,255,51,102,255,51,51,
255,51,0,255,0,255,255,0,204,255,0,153,255,0,102,255,0,51,255,0,
0,204,255,255,204,255,204,204,255,153,204,255,102,204,255,51,204,255,0,204,
204,255,204,204,204,204,204,153,204,204,102,204,204,51,204,204,0,204,153,255,
204,153,204,204,153,153,204,153,102,204,153,51,204,153,0,204,102,255,204,102,
204,204,102,153,204,102,102,204,102,51,204,102,0,204,51,255,204,51,204,204,
51,153,204,51,102,204,51,51,204,51,0,204,0,255,204,0,204,204,0,153,
204,0,102,204,0,51,204,0,0,153,255,255,153,255,204,153,255,153,153,255,
102,153,255,51,153,255,0,153,204,255,153,204,204,153,204,153,153,204,102,153,
204,51,153,204,0,153,153,255,153,153,204,153,153,153,153,153,102,153,153,51,
153,153,0,153,102,255,153,102,204,153,102,153,153,102,102,153,102,51,153,102,
0,153,51,255,153,51,204,153,51,153,153,51,102,153,51,51,153,51,0,153,
0,255,153,0,204,153,0,153,153,0,102,153,0,51,153,0,0,102,255,255,
102,255,204,102,255,153,102,255,102,102,255,51,102,255,0,102,204,255,102,204,
204,102,204,153,102,204,102,102,204,51,102,204,0,102,153,255,102,153,204,102,
153,153,102,153,102,102,153,51,102,153,0,102,102,255,102,102,204,102,102,153,
102,102,102,102,102,51,102,102,0,102,51,255,102,51,204,102,51,153,102,51,
102,102,51,51,102,51,0,102,0,255,102,0,204,102,0,153,102,0,102,102,
0,51,102,0,0,51,255,255,51,255,204,51,255,153,51,255,102,51,255,51,
51,255,0,51,204,255,51,204,204,51,204,153,51,204,102,51,204,51,51,204,
0,51,153,255,51,153,204,51,153,153,51,153,102,51,153,51,51,153,0,51,
102,255,51,102,204,51,102,153,51,102,102,51,102,51,51,102,0,51,51,255,
51,51,204,51,51,153,51,51,102,51,51,51,51,51,0,51,0,255,51,0,
204,51,0,153,51,0,102,51,0,51,51,0,0,0,255,255,0,255,204,0,
255,153,0,255,102,0,255,51,0,255,0,0,204,255,0,204,204,0,204,153,
0,204,102,0,204,51,0,204,0,0,153,255,0,153,204,0,153,153,0,153,
102,0,153,51,0,153,0,0,102,255,0,102,204,0,102,153,0,102,102,0,
102,51,0,102,0,0,51,255,0,51,204,0,51,153,0,51,102,0,51,51,
0,51,0,0,0,255,0,0,204,0,0,153,0,0,102,0,0,51,238,0,
0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,0,68,
0,0,34,0,0,17,0,0,0,238,0,0,221,0,0,187,0,0,170,0,
0,136,0,0,119,0,0,85,0,0,68,0,0,34,0,0,17,0,0,0,
238,0,0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,
0,68,0,0,34,0,0,17,238,238,238,221,221,221,187,187,187,170,170,170,
136,136,136,119,119,119,85,85,85,68,68,68,34,34,34,17,17,17,0,0,
0,33,249,4,1,0,0,0,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,1,8,28,72,176,160,193,131,8,19,42,92,152,48,81,34,131,14,
25,34,116,136,96,70,68,0,14,103,88,124,40,81,32,69,141,32,19,121,
65,64,178,226,70,134,31,65,130,244,50,35,64,73,146,26,47,66,76,100,
82,229,12,47,56,65,186,124,25,147,163,71,154,54,53,226,28,106,115,103,
201,158,24,107,170,28,202,52,104,203,151,38,255,97,76,180,148,105,83,167,
79,73,38,146,58,144,170,213,175,88,85,250,156,90,241,171,213,176,55,103,
32,248,39,53,145,209,178,102,89,58,101,249,50,64,91,47,111,111,130,181,
73,183,164,93,174,30,241,242,60,187,82,173,223,173,6,71,226,204,75,52,
109,221,140,128,7,142,20,42,248,168,23,145,143,69,178,140,44,112,242,74,
193,152,47,143,12,224,176,41,103,0,158,171,106,68,48,180,244,217,211,169,
157,178,142,155,19,54,130,43,87,176,206,166,61,195,246,149,0,44,114,219,
220,29,183,119,226,219,44,2,8,10,74,220,172,241,130,147,175,8,90,62,
156,118,237,153,48,101,243,238,125,250,103,118,149,205,115,114,32,71,73,83,
105,115,141,108,59,122,55,185,27,125,119,137,20,73,202,77,175,126,34,80,
250,245,21,34,206,207,127,97,64,0,59
};

View file

@ -1,56 +0,0 @@
static unsigned char PAL_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,218,218,218,158,158,158,170,170,170,242,242,242,14,14,14,142,212,255,
0,122,185,72,184,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,113,227,0,0,9,47,118,
28,57,18,100,72,140,2,8,168,92,201,178,37,1,1,31,79,146,156,169,
209,36,66,145,36,7,12,8,80,160,103,1,149,48,109,26,196,153,146,128,
207,158,1,6,8,48,208,81,232,80,148,52,97,242,4,26,243,38,84,143,
83,141,38,229,232,180,32,81,149,5,182,210,172,250,240,106,84,174,22,205,
158,205,72,246,233,218,146,105,223,238,164,218,117,32,209,153,42,197,102,180,
121,160,175,223,191,126,163,14,160,43,240,0,2,4,134,17,39,72,112,96,
241,129,153,131,95,102,12,96,50,177,101,199,142,71,70,214,24,128,242,64,
192,160,251,118,4,58,153,178,80,203,135,27,51,86,160,224,49,201,206,16,
13,162,86,188,186,245,72,216,117,23,132,6,205,17,183,66,213,192,89,31,
16,206,217,52,67,224,142,133,19,247,221,112,55,96,227,14,117,39,111,173,
188,117,238,223,211,135,83,111,29,157,160,243,191,221,195,135,2,15,8,0,
59
};

View file

@ -1,58 +0,0 @@
static unsigned char PCX_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,8,3,0,35,35,35,88,88,88,158,158,158,31,33,31,247,247,244,
230,230,221,138,139,134,182,182,182,253,253,254,83,90,74,216,216,216,138,137,
136,187,188,164,0,52,3,0,36,3,218,219,206,187,188,164,0,25,2,239,
239,246,156,158,124,0,43,4,6,16,0,17,36,9,9,29,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,28,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,57,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,145,35,128,132,23,59,138,
20,249,113,224,0,2,3,6,134,28,201,50,99,73,2,4,10,24,72,201,
97,101,203,145,31,97,202,60,64,179,38,198,155,35,117,26,64,217,211,38,
208,141,66,97,18,40,104,244,104,82,152,6,155,222,124,186,244,225,207,140,
8,18,4,85,176,96,40,84,132,70,25,100,77,192,160,108,217,6,92,29,
60,128,89,18,236,213,178,8,32,144,45,27,65,194,2,181,48,93,130,124,
43,22,2,4,186,19,32,72,88,75,64,99,91,171,25,203,38,240,155,32,
194,132,9,20,32,84,40,188,241,48,211,159,22,22,203,69,224,248,66,228,
10,29,45,95,22,160,57,1,2,12,19,46,92,240,155,129,228,94,210,16,
86,39,192,176,26,66,4,13,34,3,136,38,120,81,117,236,216,20,40,108,
200,173,123,97,239,218,126,253,118,12,160,123,119,212,0,23,18,72,55,141,
96,35,115,136,76,41,106,151,168,241,250,110,0,201,195,139,58,15,15,64,
128,119,144,16,34,38,87,15,62,125,250,230,198,221,187,111,239,183,61,120,
236,12,239,67,172,47,126,127,122,135,247,145,39,224,124,0,202,183,222,126,
246,253,215,16,125,227,53,232,92,84,219,69,232,80,64,0,59
};

View file

@ -1,59 +0,0 @@
static unsigned char PNG_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,8,3,0,35,35,35,88,88,88,158,158,158,31,33,31,247,247,244,
230,230,221,138,139,134,182,182,182,253,253,254,83,90,74,216,216,216,138,137,
136,187,188,164,0,52,3,0,36,3,218,219,206,187,188,164,0,25,2,239,
239,246,156,158,124,0,43,4,6,16,0,17,36,9,9,29,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,29,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,59,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,145,35,128,132,23,59,138,
20,249,113,224,0,2,3,6,134,28,201,50,99,73,2,4,10,24,72,217,
97,101,203,145,31,97,202,60,64,179,38,198,155,35,117,26,64,217,211,38,
208,141,66,97,18,40,104,244,104,82,152,6,155,222,124,186,244,225,207,140,
8,18,4,85,176,96,40,84,132,70,25,100,77,192,160,108,217,6,92,29,
60,128,89,18,236,213,178,8,32,144,45,27,65,194,2,181,48,93,130,124,
43,22,2,4,186,19,32,72,88,75,64,99,91,171,25,203,38,240,155,32,
194,132,9,20,32,84,40,188,241,48,211,159,22,22,203,69,224,248,66,228,
10,29,45,95,22,160,57,1,2,12,19,46,92,240,155,129,228,94,210,16,
86,39,192,176,26,66,4,13,34,3,136,38,120,81,117,236,216,20,40,108,
200,173,123,97,239,218,126,253,118,12,160,123,119,212,0,23,18,72,55,141,
96,35,115,136,76,41,106,151,168,241,250,110,0,193,195,139,65,31,31,28,
128,0,239,32,41,112,88,31,156,67,251,246,236,47,98,183,168,254,61,123,
247,238,195,207,55,174,158,125,253,251,239,57,23,85,125,225,229,135,95,128,
14,129,151,223,123,4,174,231,158,128,76,145,39,161,126,9,110,103,161,67,
1,1,0,59
};

View file

@ -1,60 +0,0 @@
static unsigned char PRG_gif[]={
71,73,70,56,55,97,32,0,32,0,247,2,0,0,0,0,194,194,194,255,
255,255,218,218,218,158,158,158,115,0,0,170,170,170,255,142,142,242,242,242,
185,0,0,255,240,212,255,184,72,220,146,0,187,188,164,211,213,198,215,216,
203,177,179,151,187,188,176,209,210,196,230,230,221,240,240,236,197,198,179,182,
182,182,167,168,138,104,105,78,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,25,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,51,8,28,72,176,160,193,131,8,19,42,92,200,176,225,65,0,16,
35,74,156,72,81,33,128,0,2,50,106,220,200,113,227,0,0,9,47,118,
28,57,18,100,72,140,2,8,168,92,201,178,37,1,1,31,79,146,156,169,
209,100,134,2,6,69,146,28,48,32,128,129,159,6,84,194,4,89,224,0,
78,130,58,83,18,0,250,51,192,0,1,8,58,66,60,144,32,193,209,129,
73,105,246,12,250,18,128,2,1,86,115,162,228,184,85,165,1,167,53,21,
44,96,96,179,96,82,179,104,75,170,101,43,147,230,70,175,107,33,90,28,
75,19,47,219,161,33,39,146,244,11,160,230,67,0,13,28,56,120,240,0,
2,68,142,132,3,8,141,137,180,65,4,197,18,30,76,160,48,161,65,225,
140,145,159,26,198,106,249,178,196,9,15,36,120,22,64,88,227,128,201,38,
17,87,168,16,193,38,68,9,14,34,120,182,144,55,227,235,151,25,3,196,
158,93,193,54,128,8,200,117,3,176,96,161,240,111,141,1,132,11,148,61,
27,36,68,226,202,37,42,133,46,220,54,132,239,197,1,16,91,175,224,185,
240,103,142,209,245,34,253,206,158,120,249,172,220,213,187,109,64,159,125,249,
233,218,5,164,111,59,159,126,125,219,13,204,230,217,126,12,33,230,159,103,
88,177,231,152,124,11,1,112,193,131,254,69,84,31,4,8,58,52,221,131,
24,30,24,161,133,72,97,224,33,134,32,242,199,33,68,30,150,136,1,131,
28,34,53,81,138,3,5,4,0,59
};

View file

@ -1,56 +0,0 @@
static unsigned char S3M_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,255,212,142,220,146,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
150,41,241,247,67,226,200,61,186,86,184,123,119,239,230,197,151,163,38,238,
220,56,242,223,191,27,98,140,90,29,187,243,230,218,161,127,14,63,142,221,
123,120,223,232,179,191,166,205,94,123,64,0,59
};

View file

@ -1,61 +0,0 @@
#ifndef __WAV_H__
#define __WAV_H__
static unsigned char WAV_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,212,255,142,122,185,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
254,109,116,247,111,227,187,147,11,87,152,188,56,113,226,205,93,59,132,14,
93,34,245,208,4,147,107,127,142,92,38,246,129,205,189,115,14,23,255,187,
33,70,223,232,203,191,166,205,222,124,64,0,59
};
#endif //__WAV_H__

View file

@ -1,56 +0,0 @@
static unsigned char WMA_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,212,255,142,122,185,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
254,45,115,247,110,226,191,143,123,116,173,208,120,241,228,15,145,27,15,61,
208,57,113,229,208,141,55,196,152,93,186,119,234,213,191,63,14,199,14,190,
163,239,243,191,183,211,94,95,126,65,64,0,59
};

View file

@ -1,56 +0,0 @@
static unsigned char XM_gif[]={
71,73,70,56,55,97,32,0,32,0,247,3,0,0,0,0,228,228,220,194,
194,194,255,255,255,218,218,218,255,212,142,220,146,0,158,158,158,170,170,170,
242,242,242,187,188,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,11,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,23,8,28,72,176,160,193,131,8,19,42,92,200,144,33,0,0,6,
31,74,156,72,177,34,196,5,0,2,4,184,40,16,128,128,1,32,67,138,
28,41,146,192,195,0,5,12,112,196,248,145,164,75,146,25,11,164,92,201,
18,228,129,155,56,115,230,148,136,82,166,202,130,30,95,186,204,168,81,166,
79,154,53,95,18,32,32,0,1,130,152,70,143,70,108,57,224,166,211,171,
2,8,12,72,0,53,234,207,169,66,69,118,53,250,21,40,213,146,77,173,
102,52,96,192,43,210,142,84,173,102,29,41,177,173,212,131,65,195,210,181,
91,22,172,94,177,108,251,154,253,187,87,240,96,194,85,15,60,28,240,22,
238,223,155,115,67,54,118,140,152,192,205,1,38,19,230,213,107,249,64,72,
1,147,147,42,189,12,82,0,232,133,155,73,146,30,96,250,97,195,212,46,
91,211,180,72,81,1,197,207,160,223,2,136,202,187,119,1,0,172,115,107,
150,185,155,248,111,163,197,127,11,87,152,124,119,241,135,191,155,135,30,152,
252,184,113,231,200,27,98,68,110,189,121,246,215,198,175,115,13,39,174,189,
186,111,222,211,169,211,94,175,61,32,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

View file

@ -1,9 +0,0 @@
static unsigned char abort_gif[]={
71,73,70,56,57,97,16,0,16,0,162,4,0,128,0,0,127,127,127,0,
0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,4,0,44,0,0,0,0,16,0,16,0,0,3,62,72,170,211,
189,144,185,57,34,113,36,136,32,33,38,66,120,125,227,18,10,88,85,154,
225,83,186,10,32,0,234,91,103,155,87,193,141,16,61,46,210,34,56,26,
104,56,29,201,227,164,212,41,142,69,11,101,98,25,82,171,88,75,2,0,
59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,57 +0,0 @@
static unsigned char about_gif[]={
71,73,70,56,55,97,32,0,32,0,247,0,0,255,255,255,255,255,204,255,
255,153,255,255,102,255,255,51,255,255,0,255,204,255,255,204,204,255,204,153,
255,204,102,255,204,51,255,204,0,255,153,255,255,153,204,255,153,153,255,153,
102,255,153,51,255,153,0,255,102,255,255,102,204,255,102,153,255,102,102,255,
102,51,255,102,0,255,51,255,255,51,204,255,51,153,255,51,102,255,51,51,
255,51,0,255,0,255,255,0,204,255,0,153,255,0,102,255,0,51,255,0,
0,204,255,255,204,255,204,204,255,153,204,255,102,204,255,51,204,255,0,204,
204,255,204,204,204,204,204,153,204,204,102,204,204,51,204,204,0,204,153,255,
204,153,204,204,153,153,204,153,102,204,153,51,204,153,0,204,102,255,204,102,
204,204,102,153,204,102,102,204,102,51,204,102,0,204,51,255,204,51,204,204,
51,153,204,51,102,204,51,51,204,51,0,204,0,255,204,0,204,204,0,153,
204,0,102,204,0,51,204,0,0,153,255,255,153,255,204,153,255,153,153,255,
102,153,255,51,153,255,0,153,204,255,153,204,204,153,204,153,153,204,102,153,
204,51,153,204,0,153,153,255,153,153,204,153,153,153,153,153,102,153,153,51,
153,153,0,153,102,255,153,102,204,153,102,153,153,102,102,153,102,51,153,102,
0,153,51,255,153,51,204,153,51,153,153,51,102,153,51,51,153,51,0,153,
0,255,153,0,204,153,0,153,153,0,102,153,0,51,153,0,0,102,255,255,
102,255,204,102,255,153,102,255,102,102,255,51,102,255,0,102,204,255,102,204,
204,102,204,153,102,204,102,102,204,51,102,204,0,102,153,255,102,153,204,102,
153,153,102,153,102,102,153,51,102,153,0,102,102,255,102,102,204,102,102,153,
102,102,102,102,102,51,102,102,0,102,51,255,102,51,204,102,51,153,102,51,
102,102,51,51,102,51,0,102,0,255,102,0,204,102,0,153,102,0,102,102,
0,51,102,0,0,51,255,255,51,255,204,51,255,153,51,255,102,51,255,51,
51,255,0,51,204,255,51,204,204,51,204,153,51,204,102,51,204,51,51,204,
0,51,153,255,51,153,204,51,153,153,51,153,102,51,153,51,51,153,0,51,
102,255,51,102,204,51,102,153,51,102,102,51,102,51,51,102,0,51,51,255,
51,51,204,51,51,153,51,51,102,51,51,51,51,51,0,51,0,255,51,0,
204,51,0,153,51,0,102,51,0,51,51,0,0,0,255,255,0,255,204,0,
255,153,0,255,102,0,255,51,0,255,0,0,204,255,0,204,204,0,204,153,
0,204,102,0,204,51,0,204,0,0,153,255,0,153,204,0,153,153,0,153,
102,0,153,51,0,153,0,0,102,255,0,102,204,0,102,153,0,102,102,0,
102,51,0,102,0,0,51,255,0,51,204,0,51,153,0,51,102,0,51,51,
0,51,0,0,0,255,0,0,204,0,0,153,0,0,102,0,0,51,238,0,
0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,0,68,
0,0,34,0,0,17,0,0,0,238,0,0,221,0,0,187,0,0,170,0,
0,136,0,0,119,0,0,85,0,0,68,0,0,34,0,0,17,0,0,0,
238,0,0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,
0,68,0,0,34,0,0,17,238,238,238,221,221,221,187,187,187,170,170,170,
136,136,136,119,119,119,85,85,85,68,68,68,34,34,34,17,17,17,0,0,
0,33,249,4,1,0,0,0,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,1,8,28,72,176,160,193,131,8,19,42,92,200,176,161,195,135,16,
31,254,155,56,49,226,65,138,101,50,150,217,241,207,162,64,138,53,52,138,
228,24,113,226,198,29,59,106,212,216,161,17,229,140,142,13,77,142,68,57,
243,37,195,137,40,85,138,156,185,99,6,2,152,8,101,158,76,201,50,35,
75,148,61,17,44,155,2,180,224,191,144,59,105,26,61,57,195,231,178,62,
76,13,226,76,9,117,231,208,164,8,118,244,249,209,244,99,75,164,35,135,
86,69,176,49,193,152,28,101,255,121,109,185,145,170,207,176,9,18,8,200,
97,115,160,220,185,103,93,34,64,192,77,91,16,1,136,251,154,245,122,84,
173,79,110,133,131,136,173,26,183,177,101,164,107,17,4,209,102,120,202,50,
159,149,105,30,69,218,243,238,198,8,83,250,92,29,92,22,192,191,25,164,
49,103,110,171,183,207,221,138,90,17,84,221,157,25,193,152,49,121,17,11,
216,241,179,245,71,166,131,147,179,254,247,59,199,143,31,130,141,19,252,183,
140,162,245,41,57,178,59,191,45,221,111,234,165,99,84,127,37,255,206,221,
33,245,183,63,198,144,87,142,91,34,2,237,217,147,83,244,232,250,31,251,
246,244,63,206,207,207,191,191,255,255,0,38,20,16,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

View file

@ -1,10 +0,0 @@
static unsigned char alarm_gif[]={
71,73,70,56,57,97,16,0,16,0,162,6,0,128,0,0,127,127,127,191,
191,191,255,0,0,255,255,255,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,6,0,44,0,0,0,0,16,0,16,0,0,3,87,104,186,213,
251,42,56,83,84,11,175,4,33,180,231,146,197,129,210,54,134,5,216,172,
141,16,160,236,32,203,108,101,21,131,64,20,132,48,76,17,92,103,183,243,
105,24,50,130,146,167,164,33,153,196,29,206,70,73,70,155,191,133,36,7,
77,253,48,12,33,209,72,85,0,86,191,95,3,144,41,176,107,134,115,25,
66,95,36,0,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

View file

@ -1,8 +0,0 @@
static unsigned char animatn_gif[]={
71,73,70,56,57,97,16,0,16,0,145,3,0,127,127,127,255,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,3,0,44,0,0,0,0,16,0,
16,0,0,2,60,148,143,105,35,236,13,159,154,107,216,219,46,190,33,216,
108,117,78,232,141,36,227,137,159,86,54,157,154,189,93,156,58,105,123,174,
121,3,4,189,222,251,185,66,186,82,79,80,26,224,146,3,0,229,25,137,
62,70,208,68,1,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1d_gif[]={
71,73,70,56,57,97,16,0,16,0,145,2,0,255,0,0,0,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,2,0,44,0,0,0,0,16,0,
16,0,0,2,36,148,31,121,203,18,16,154,124,81,50,106,47,204,11,231,
148,64,224,4,148,230,70,158,85,106,174,172,251,114,134,39,211,181,220,89,
5,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1dl_gif[]={
71,73,70,56,57,97,16,0,16,0,145,3,0,127,127,127,255,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,3,0,44,0,0,0,0,16,0,
16,0,0,2,44,156,143,169,10,2,155,90,16,235,25,233,150,160,216,42,
49,129,153,22,148,147,247,153,19,52,128,234,74,170,27,106,184,229,198,186,
120,30,178,199,238,11,10,125,5,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1dr_gif[]={
71,73,70,56,57,97,16,0,16,0,145,3,0,127,127,127,255,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,3,0,44,0,0,0,0,16,0,
16,0,0,2,44,156,143,105,32,160,47,66,123,137,73,183,168,157,66,208,
177,69,222,103,5,230,72,69,166,244,169,43,171,48,238,249,13,221,139,166,
106,222,138,53,210,249,9,127,5,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1l_gif[]={
71,73,70,56,57,97,16,0,16,0,145,2,0,255,0,0,0,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,2,0,44,0,0,0,0,16,0,
16,0,0,2,35,148,143,169,203,237,18,194,131,1,200,22,129,190,42,235,
29,133,225,71,150,150,225,125,98,136,164,28,86,189,78,52,213,246,141,23,
0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1r_gif[]={
71,73,70,56,57,97,16,0,16,0,145,2,0,255,0,0,0,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,2,0,44,0,0,0,0,16,0,
16,0,0,2,35,148,143,169,203,221,17,28,10,0,74,65,65,141,7,122,
168,133,22,22,150,230,246,121,230,168,100,155,67,177,15,119,213,246,141,23,
0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1u_gif[]={
71,73,70,56,57,97,16,0,16,0,145,2,0,255,0,0,0,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,2,0,44,0,0,0,0,16,0,
16,0,0,2,40,148,47,129,203,202,31,128,123,40,78,154,128,190,80,75,
156,121,31,21,137,220,81,138,227,18,180,150,11,90,32,186,198,53,38,207,
217,9,181,79,1,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1ul_gif[]={
71,73,70,56,57,97,16,0,16,0,145,3,0,127,127,127,255,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,3,0,44,0,0,0,0,16,0,
16,0,0,2,43,156,143,105,34,234,35,2,123,41,202,70,97,216,55,91,
206,0,206,7,82,36,246,156,162,121,73,235,216,0,145,240,38,175,236,102,
6,142,102,114,173,11,58,10,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

View file

@ -1,7 +0,0 @@
static unsigned char arrow1ur_gif[]={
71,73,70,56,57,97,16,0,16,0,145,3,0,127,127,127,255,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,3,0,44,0,0,0,0,16,0,
16,0,0,2,43,156,143,169,43,178,217,130,123,35,74,106,195,77,32,235,
169,8,218,184,49,36,168,116,231,163,70,40,210,2,213,107,196,135,28,74,
56,53,116,59,15,12,62,10,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

View file

@ -1,8 +0,0 @@
static unsigned char arrow3d_gif[]={
71,73,70,56,57,97,16,0,16,0,162,4,0,0,255,255,255,255,255,255,
255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,4,0,44,0,0,0,0,16,0,16,0,0,3,54,72,74,211,
238,43,62,39,70,92,243,93,53,128,255,214,198,100,225,54,8,1,90,137,
140,154,166,165,20,12,47,26,99,149,187,138,205,236,223,146,220,9,136,249,
17,113,13,150,236,120,25,42,155,202,4,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

View file

@ -1,8 +0,0 @@
static unsigned char arrow3l_gif[]={
71,73,70,56,57,97,16,0,16,0,162,4,0,0,255,255,255,255,255,255,
255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,4,0,44,0,0,0,0,16,0,16,0,0,3,49,72,186,220,
254,48,202,65,165,26,34,8,202,7,233,157,54,0,93,102,106,232,200,125,
32,186,145,213,229,166,176,183,112,174,26,95,231,166,219,183,14,11,3,156,
236,44,200,100,36,1,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

View file

@ -1,8 +0,0 @@
static unsigned char arrow3r_gif[]={
71,73,70,56,57,97,16,0,16,0,162,4,0,0,255,255,255,255,255,255,
255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,4,0,44,0,0,0,0,16,0,16,0,0,3,47,72,186,220,
254,48,198,65,31,189,67,4,49,220,5,89,128,97,196,55,108,168,166,98,
160,42,142,37,5,166,104,167,152,238,197,152,225,186,115,21,216,174,34,41,
26,143,200,4,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

View file

@ -1,8 +0,0 @@
static unsigned char arrow3u_gif[]={
71,73,70,56,57,97,16,0,16,0,162,4,0,0,255,255,255,255,255,255,
255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,4,0,44,0,0,0,0,16,0,16,0,0,3,53,72,186,59,
252,111,8,7,225,8,180,54,153,235,184,160,70,112,211,36,130,24,214,49,
82,32,184,156,231,206,161,245,222,176,214,222,235,246,253,61,197,0,64,44,
6,129,72,207,4,121,100,126,24,9,0,59
};

View file

@ -1,55 +0,0 @@
static unsigned char arrowleft_gif[]={
71,73,70,56,55,97,32,0,32,0,247,0,0,255,255,255,255,255,204,255,
255,153,255,255,102,255,255,51,255,255,0,255,204,255,255,204,204,255,204,153,
255,204,102,255,204,51,255,204,0,255,153,255,255,153,204,255,153,153,255,153,
102,255,153,51,255,153,0,255,102,255,255,102,204,255,102,153,255,102,102,255,
102,51,255,102,0,255,51,255,255,51,204,255,51,153,255,51,102,255,51,51,
255,51,0,255,0,255,255,0,204,255,0,153,255,0,102,255,0,51,255,0,
0,204,255,255,204,255,204,204,255,153,204,255,102,204,255,51,204,255,0,204,
204,255,204,204,204,204,204,153,204,204,102,204,204,51,204,204,0,204,153,255,
204,153,204,204,153,153,204,153,102,204,153,51,204,153,0,204,102,255,204,102,
204,204,102,153,204,102,102,204,102,51,204,102,0,204,51,255,204,51,204,204,
51,153,204,51,102,204,51,51,204,51,0,204,0,255,204,0,204,204,0,153,
204,0,102,204,0,51,204,0,0,153,255,255,153,255,204,153,255,153,153,255,
102,153,255,51,153,255,0,153,204,255,153,204,204,153,204,153,153,204,102,153,
204,51,153,204,0,153,153,255,153,153,204,153,153,153,153,153,102,153,153,51,
153,153,0,153,102,255,153,102,204,153,102,153,153,102,102,153,102,51,153,102,
0,153,51,255,153,51,204,153,51,153,153,51,102,153,51,51,153,51,0,153,
0,255,153,0,204,153,0,153,153,0,102,153,0,51,153,0,0,102,255,255,
102,255,204,102,255,153,102,255,102,102,255,51,102,255,0,102,204,255,102,204,
204,102,204,153,102,204,102,102,204,51,102,204,0,102,153,255,102,153,204,102,
153,153,102,153,102,102,153,51,102,153,0,102,102,255,102,102,204,102,102,153,
102,102,102,102,102,51,102,102,0,102,51,255,102,51,204,102,51,153,102,51,
102,102,51,51,102,51,0,102,0,255,102,0,204,102,0,153,102,0,102,102,
0,51,102,0,0,51,255,255,51,255,204,51,255,153,51,255,102,51,255,51,
51,255,0,51,204,255,51,204,204,51,204,153,51,204,102,51,204,51,51,204,
0,51,153,255,51,153,204,51,153,153,51,153,102,51,153,51,51,153,0,51,
102,255,51,102,204,51,102,153,51,102,102,51,102,51,51,102,0,51,51,255,
51,51,204,51,51,153,51,51,102,51,51,51,51,51,0,51,0,255,51,0,
204,51,0,153,51,0,102,51,0,51,51,0,0,0,255,255,0,255,204,0,
255,153,0,255,102,0,255,51,0,255,0,0,204,255,0,204,204,0,204,153,
0,204,102,0,204,51,0,204,0,0,153,255,0,153,204,0,153,153,0,153,
102,0,153,51,0,153,0,0,102,255,0,102,204,0,102,153,0,102,102,0,
102,51,0,102,0,0,51,255,0,51,204,0,51,153,0,51,102,0,51,51,
0,51,0,0,0,255,0,0,204,0,0,153,0,0,102,0,0,51,238,0,
0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,0,68,
0,0,34,0,0,17,0,0,0,238,0,0,221,0,0,187,0,0,170,0,
0,136,0,0,119,0,0,85,0,0,68,0,0,34,0,0,17,0,0,0,
238,0,0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,
0,68,0,0,34,0,0,17,238,238,238,221,221,221,187,187,187,170,170,170,
136,136,136,119,119,119,85,85,85,68,68,68,34,34,34,17,17,17,0,0,
0,33,249,4,1,0,0,0,0,44,0,0,0,0,32,0,32,0,7,8,
247,0,1,8,28,72,176,160,193,131,8,19,42,92,200,176,161,67,129,255,
254,61,116,24,81,226,196,133,21,35,94,76,88,113,196,26,139,27,11,86,
188,54,2,27,200,144,16,35,94,227,48,98,132,70,148,0,70,142,64,208,
210,219,201,139,35,59,4,104,57,98,27,200,140,64,95,18,148,25,160,2,
207,107,21,191,205,250,214,141,219,54,110,216,162,114,187,25,243,31,201,0,
52,121,106,221,202,85,104,85,146,8,2,116,224,74,86,235,17,151,63,255,
181,12,107,161,172,91,143,35,108,166,156,213,242,65,209,183,101,185,121,212,
152,113,77,203,4,120,201,110,187,134,52,237,191,111,36,223,94,203,150,237,
200,26,109,143,185,157,245,90,245,159,222,192,132,143,28,201,166,237,236,55,
170,25,177,113,125,36,57,177,96,202,41,255,117,219,106,51,35,211,109,217,
68,143,40,204,49,98,54,158,217,130,6,109,173,48,41,79,170,149,51,50,
172,232,247,17,112,145,13,147,106,59,142,82,56,204,131,206,159,27,68,45,
189,186,245,235,216,19,6,4,0,59
};

View file

@ -1,59 +0,0 @@
static unsigned char arrowleft2_gif[]={
71,73,70,56,55,97,32,0,32,0,247,0,0,255,255,255,255,255,204,255,
255,153,255,255,102,255,255,51,255,255,0,255,204,255,255,204,204,255,204,153,
255,204,102,255,204,51,255,204,0,255,153,255,255,153,204,255,153,153,255,153,
102,255,153,51,255,153,0,255,102,255,255,102,204,255,102,153,255,102,102,255,
102,51,255,102,0,255,51,255,255,51,204,255,51,153,255,51,102,255,51,51,
255,51,0,255,0,255,255,0,204,255,0,153,255,0,102,255,0,51,255,0,
0,204,255,255,204,255,204,204,255,153,204,255,102,204,255,51,204,255,0,204,
204,255,204,204,204,204,204,153,204,204,102,204,204,51,204,204,0,204,153,255,
204,153,204,204,153,153,204,153,102,204,153,51,204,153,0,204,102,255,204,102,
204,204,102,153,204,102,102,204,102,51,204,102,0,204,51,255,204,51,204,204,
51,153,204,51,102,204,51,51,204,51,0,204,0,255,204,0,204,204,0,153,
204,0,102,204,0,51,204,0,0,153,255,255,153,255,204,153,255,153,153,255,
102,153,255,51,153,255,0,153,204,255,153,204,204,153,204,153,153,204,102,153,
204,51,153,204,0,153,153,255,153,153,204,153,153,153,153,153,102,153,153,51,
153,153,0,153,102,255,153,102,204,153,102,153,153,102,102,153,102,51,153,102,
0,153,51,255,153,51,204,153,51,153,153,51,102,153,51,51,153,51,0,153,
0,255,153,0,204,153,0,153,153,0,102,153,0,51,153,0,0,102,255,255,
102,255,204,102,255,153,102,255,102,102,255,51,102,255,0,102,204,255,102,204,
204,102,204,153,102,204,102,102,204,51,102,204,0,102,153,255,102,153,204,102,
153,153,102,153,102,102,153,51,102,153,0,102,102,255,102,102,204,102,102,153,
102,102,102,102,102,51,102,102,0,102,51,255,102,51,204,102,51,153,102,51,
102,102,51,51,102,51,0,102,0,255,102,0,204,102,0,153,102,0,102,102,
0,51,102,0,0,51,255,255,51,255,204,51,255,153,51,255,102,51,255,51,
51,255,0,51,204,255,51,204,204,51,204,153,51,204,102,51,204,51,51,204,
0,51,153,255,51,153,204,51,153,153,51,153,102,51,153,51,51,153,0,51,
102,255,51,102,204,51,102,153,51,102,102,51,102,51,51,102,0,51,51,255,
51,51,204,51,51,153,51,51,102,51,51,51,51,51,0,51,0,255,51,0,
204,51,0,153,51,0,102,51,0,51,51,0,0,0,255,255,0,255,204,0,
255,153,0,255,102,0,255,51,0,255,0,0,204,255,0,204,204,0,204,153,
0,204,102,0,204,51,0,204,0,0,153,255,0,153,204,0,153,153,0,153,
102,0,153,51,0,153,0,0,102,255,0,102,204,0,102,153,0,102,102,0,
102,51,0,102,0,0,51,255,0,51,204,0,51,153,0,51,102,0,51,51,
0,51,0,0,0,255,0,0,204,0,0,153,0,0,102,0,0,51,238,0,
0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,0,68,
0,0,34,0,0,17,0,0,0,238,0,0,221,0,0,187,0,0,170,0,
0,136,0,0,119,0,0,85,0,0,68,0,0,34,0,0,17,0,0,0,
238,0,0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,
0,68,0,0,34,0,0,17,238,238,238,221,221,221,187,187,187,170,170,170,
136,136,136,119,119,119,85,85,85,68,68,68,34,34,34,17,17,17,0,0,
0,33,249,4,1,0,0,1,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,3,8,28,72,176,32,193,127,8,19,38,52,200,176,161,192,127,233,
54,145,11,181,236,92,186,116,10,29,106,12,240,111,211,146,37,74,224,136,
172,84,9,225,70,135,255,162,193,1,80,34,202,146,58,155,74,254,59,137,
114,19,128,77,191,54,233,220,4,110,38,77,134,255,138,41,217,169,179,82,
52,159,63,11,254,67,7,135,168,206,163,73,129,58,141,217,51,170,193,127,
149,156,202,76,138,116,224,191,80,83,77,158,92,168,20,236,206,74,161,196,
106,204,168,244,92,214,157,71,187,94,69,24,170,156,92,142,102,99,86,170,
138,50,101,204,180,87,157,158,82,59,55,84,165,37,58,229,34,124,75,82,
29,97,175,16,55,193,41,81,148,240,191,101,68,7,223,229,24,180,146,18,
202,59,213,46,142,153,248,46,66,117,146,235,153,24,119,22,227,67,112,111,
75,207,53,231,185,222,18,214,68,207,245,252,154,149,100,90,197,126,39,3,
176,131,155,40,69,189,127,119,207,141,166,83,9,0,196,78,139,85,186,243,
246,148,99,199,13,255,245,68,23,83,137,38,162,197,192,170,67,195,72,118,
99,66,238,177,55,149,91,182,119,179,121,237,255,78,157,61,199,254,49,215,
132,134,55,157,59,23,7,187,85,200,248,197,81,142,126,238,221,119,90,76,
131,253,55,87,66,209,0,166,224,130,108,61,168,84,132,18,30,84,94,133,
19,210,20,16,0,59
};

View file

@ -1,56 +0,0 @@
static unsigned char arrowright_gif[]={
71,73,70,56,55,97,32,0,32,0,247,0,0,255,255,255,255,255,204,255,
255,153,255,255,102,255,255,51,255,255,0,255,204,255,255,204,204,255,204,153,
255,204,102,255,204,51,255,204,0,255,153,255,255,153,204,255,153,153,255,153,
102,255,153,51,255,153,0,255,102,255,255,102,204,255,102,153,255,102,102,255,
102,51,255,102,0,255,51,255,255,51,204,255,51,153,255,51,102,255,51,51,
255,51,0,255,0,255,255,0,204,255,0,153,255,0,102,255,0,51,255,0,
0,204,255,255,204,255,204,204,255,153,204,255,102,204,255,51,204,255,0,204,
204,255,204,204,204,204,204,153,204,204,102,204,204,51,204,204,0,204,153,255,
204,153,204,204,153,153,204,153,102,204,153,51,204,153,0,204,102,255,204,102,
204,204,102,153,204,102,102,204,102,51,204,102,0,204,51,255,204,51,204,204,
51,153,204,51,102,204,51,51,204,51,0,204,0,255,204,0,204,204,0,153,
204,0,102,204,0,51,204,0,0,153,255,255,153,255,204,153,255,153,153,255,
102,153,255,51,153,255,0,153,204,255,153,204,204,153,204,153,153,204,102,153,
204,51,153,204,0,153,153,255,153,153,204,153,153,153,153,153,102,153,153,51,
153,153,0,153,102,255,153,102,204,153,102,153,153,102,102,153,102,51,153,102,
0,153,51,255,153,51,204,153,51,153,153,51,102,153,51,51,153,51,0,153,
0,255,153,0,204,153,0,153,153,0,102,153,0,51,153,0,0,102,255,255,
102,255,204,102,255,153,102,255,102,102,255,51,102,255,0,102,204,255,102,204,
204,102,204,153,102,204,102,102,204,51,102,204,0,102,153,255,102,153,204,102,
153,153,102,153,102,102,153,51,102,153,0,102,102,255,102,102,204,102,102,153,
102,102,102,102,102,51,102,102,0,102,51,255,102,51,204,102,51,153,102,51,
102,102,51,51,102,51,0,102,0,255,102,0,204,102,0,153,102,0,102,102,
0,51,102,0,0,51,255,255,51,255,204,51,255,153,51,255,102,51,255,51,
51,255,0,51,204,255,51,204,204,51,204,153,51,204,102,51,204,51,51,204,
0,51,153,255,51,153,204,51,153,153,51,153,102,51,153,51,51,153,0,51,
102,255,51,102,204,51,102,153,51,102,102,51,102,51,51,102,0,51,51,255,
51,51,204,51,51,153,51,51,102,51,51,51,51,51,0,51,0,255,51,0,
204,51,0,153,51,0,102,51,0,51,51,0,0,0,255,255,0,255,204,0,
255,153,0,255,102,0,255,51,0,255,0,0,204,255,0,204,204,0,204,153,
0,204,102,0,204,51,0,204,0,0,153,255,0,153,204,0,153,153,0,153,
102,0,153,51,0,153,0,0,102,255,0,102,204,0,102,153,0,102,102,0,
102,51,0,102,0,0,51,255,0,51,204,0,51,153,0,51,102,0,51,51,
0,51,0,0,0,255,0,0,204,0,0,153,0,0,102,0,0,51,238,0,
0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,0,68,
0,0,34,0,0,17,0,0,0,238,0,0,221,0,0,187,0,0,170,0,
0,136,0,0,119,0,0,85,0,0,68,0,0,34,0,0,17,0,0,0,
238,0,0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,
0,68,0,0,34,0,0,17,238,238,238,221,221,221,187,187,187,170,170,170,
136,136,136,119,119,119,85,85,85,68,68,68,34,34,34,17,17,17,0,0,
0,33,249,4,1,0,0,0,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,1,8,28,72,176,160,193,131,8,19,42,92,152,240,223,63,134,16,
11,58,124,24,177,226,63,111,14,43,66,252,151,237,90,70,141,10,255,129,
27,49,2,35,69,144,7,255,145,28,161,237,35,74,137,107,86,142,248,230,
50,229,196,147,18,71,202,220,86,51,231,26,111,223,192,221,156,8,64,165,
204,17,30,113,18,116,120,116,196,17,108,218,184,113,11,202,173,233,8,110,
61,139,254,211,54,2,1,130,7,95,43,84,176,192,129,67,135,166,216,142,
56,205,250,175,219,136,10,2,16,136,181,240,160,108,89,171,218,184,150,172,
201,180,67,0,171,128,73,174,137,57,98,141,75,135,216,70,252,13,12,120,
219,182,196,51,51,58,124,212,149,113,227,109,215,72,62,250,200,244,129,229,
166,217,30,147,236,118,248,95,230,207,71,185,101,211,204,247,31,97,171,215,
142,28,121,93,88,111,75,165,69,191,69,221,54,107,22,205,161,28,73,94,
219,70,242,54,110,224,200,29,122,19,92,156,168,65,224,8,153,66,198,230,
252,165,214,213,72,171,91,47,74,57,41,238,151,76,181,111,14,215,42,126,
60,121,243,207,191,163,95,207,126,125,64,0,59
};

View file

@ -1,57 +0,0 @@
static unsigned char arrowright2_gif[]={
71,73,70,56,55,97,32,0,32,0,247,0,0,255,255,255,255,255,204,255,
255,153,255,255,102,255,255,51,255,255,0,255,204,255,255,204,204,255,204,153,
255,204,102,255,204,51,255,204,0,255,153,255,255,153,204,255,153,153,255,153,
102,255,153,51,255,153,0,255,102,255,255,102,204,255,102,153,255,102,102,255,
102,51,255,102,0,255,51,255,255,51,204,255,51,153,255,51,102,255,51,51,
255,51,0,255,0,255,255,0,204,255,0,153,255,0,102,255,0,51,255,0,
0,204,255,255,204,255,204,204,255,153,204,255,102,204,255,51,204,255,0,204,
204,255,204,204,204,204,204,153,204,204,102,204,204,51,204,204,0,204,153,255,
204,153,204,204,153,153,204,153,102,204,153,51,204,153,0,204,102,255,204,102,
204,204,102,153,204,102,102,204,102,51,204,102,0,204,51,255,204,51,204,204,
51,153,204,51,102,204,51,51,204,51,0,204,0,255,204,0,204,204,0,153,
204,0,102,204,0,51,204,0,0,153,255,255,153,255,204,153,255,153,153,255,
102,153,255,51,153,255,0,153,204,255,153,204,204,153,204,153,153,204,102,153,
204,51,153,204,0,153,153,255,153,153,204,153,153,153,153,153,102,153,153,51,
153,153,0,153,102,255,153,102,204,153,102,153,153,102,102,153,102,51,153,102,
0,153,51,255,153,51,204,153,51,153,153,51,102,153,51,51,153,51,0,153,
0,255,153,0,204,153,0,153,153,0,102,153,0,51,153,0,0,102,255,255,
102,255,204,102,255,153,102,255,102,102,255,51,102,255,0,102,204,255,102,204,
204,102,204,153,102,204,102,102,204,51,102,204,0,102,153,255,102,153,204,102,
153,153,102,153,102,102,153,51,102,153,0,102,102,255,102,102,204,102,102,153,
102,102,102,102,102,51,102,102,0,102,51,255,102,51,204,102,51,153,102,51,
102,102,51,51,102,51,0,102,0,255,102,0,204,102,0,153,102,0,102,102,
0,51,102,0,0,51,255,255,51,255,204,51,255,153,51,255,102,51,255,51,
51,255,0,51,204,255,51,204,204,51,204,153,51,204,102,51,204,51,51,204,
0,51,153,255,51,153,204,51,153,153,51,153,102,51,153,51,51,153,0,51,
102,255,51,102,204,51,102,153,51,102,102,51,102,51,51,102,0,51,51,255,
51,51,204,51,51,153,51,51,102,51,51,51,51,51,0,51,0,255,51,0,
204,51,0,153,51,0,102,51,0,51,51,0,0,0,255,255,0,255,204,0,
255,153,0,255,102,0,255,51,0,255,0,0,204,255,0,204,204,0,204,153,
0,204,102,0,204,51,0,204,0,0,153,255,0,153,204,0,153,153,0,153,
102,0,153,51,0,153,0,0,102,255,0,102,204,0,102,153,0,102,102,0,
102,51,0,102,0,0,51,255,0,51,204,0,51,153,0,51,102,0,51,51,
0,51,0,0,0,255,0,0,204,0,0,153,0,0,102,0,0,51,238,0,
0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,0,68,
0,0,34,0,0,17,0,0,0,238,0,0,221,0,0,187,0,0,170,0,
0,136,0,0,119,0,0,85,0,0,68,0,0,34,0,0,17,0,0,0,
238,0,0,221,0,0,187,0,0,170,0,0,136,0,0,119,0,0,85,0,
0,68,0,0,34,0,0,17,238,238,238,221,221,221,187,187,187,170,170,170,
136,136,136,119,119,119,85,85,85,68,68,68,34,34,34,17,17,17,0,0,
0,33,249,4,1,0,0,1,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,3,8,28,72,176,160,193,131,8,19,6,248,247,79,161,195,132,12,
27,62,156,56,240,223,169,101,12,41,78,252,103,174,82,168,140,26,21,254,
91,86,2,206,166,104,32,67,26,252,7,110,9,0,37,149,204,165,84,89,
49,221,18,18,0,236,153,140,72,179,166,203,95,112,160,84,170,116,106,166,
202,127,112,74,108,90,186,212,35,79,138,17,211,33,45,49,142,41,211,74,
82,141,22,252,167,238,92,168,77,67,43,217,81,98,213,170,83,173,11,255,
133,10,91,105,83,168,80,191,200,150,109,138,245,105,197,101,109,193,158,2,
23,49,84,148,185,96,63,218,21,168,182,233,38,190,18,213,230,189,186,41,
171,68,130,22,219,182,85,151,242,95,185,178,68,89,106,253,135,110,177,96,
200,167,242,78,30,12,121,113,37,163,28,155,98,36,125,183,44,234,208,135,
17,139,4,203,244,51,228,116,130,31,35,252,151,206,116,81,221,105,89,175,
92,118,199,234,57,212,104,15,42,174,189,122,107,200,127,101,205,109,74,14,
213,243,101,234,27,69,135,58,119,26,248,209,182,229,206,137,32,175,4,78,
93,207,138,139,155,126,60,79,152,33,184,104,209,46,254,102,31,177,126,125,
246,91,237,123,199,207,63,64,64,0,59
};

View file

@ -1,61 +0,0 @@
static unsigned char audio_cd_gif[]={
71,73,70,56,55,97,32,0,32,0,247,4,0,0,0,0,218,218,218,230,
230,230,170,170,170,255,255,255,206,206,206,254,254,0,158,158,158,98,98,98,
255,255,177,220,220,0,146,146,146,255,227,212,255,199,177,255,171,142,255,143,
107,182,182,182,0,122,185,194,194,194,242,242,242,0,146,220,0,170,255,107,
198,255,37,170,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,24,0,44,0,0,0,0,32,0,32,0,7,8,
255,0,49,8,28,40,16,128,193,131,8,19,2,32,200,176,33,128,0,16,
35,74,156,40,96,97,67,135,3,38,106,140,40,128,64,1,139,23,7,62,
132,120,112,35,68,1,6,8,128,12,9,32,35,201,131,7,52,162,36,224,
113,165,67,137,15,15,24,140,41,177,35,77,149,33,49,180,196,25,32,38,
128,3,60,3,248,36,48,0,129,77,130,35,35,230,140,152,212,167,0,4,
9,18,24,196,40,213,96,81,153,63,7,100,53,160,64,129,205,168,8,145,
130,37,112,53,1,89,169,34,93,190,68,154,244,100,88,5,111,33,126,20,
185,81,45,69,154,87,23,40,8,80,160,48,73,161,114,77,114,12,187,96,
129,82,1,144,15,71,85,188,152,45,130,198,12,50,51,128,92,113,40,229,
202,76,27,55,112,224,160,129,233,204,6,11,124,174,28,152,240,104,7,15,
72,63,48,8,193,48,229,165,3,34,212,150,16,224,53,233,9,11,1,64,
168,173,218,164,85,4,20,136,23,144,96,154,52,72,225,195,109,247,12,27,
161,130,5,9,203,151,155,6,14,117,120,244,226,118,45,83,101,176,190,91,
2,115,238,12,161,123,55,188,20,65,245,11,215,177,75,152,128,222,225,2,
239,209,151,170,164,207,159,254,211,244,0,220,135,95,0,63,169,148,80,80,
14,5,56,224,79,16,108,133,96,80,6,9,8,1,129,52,253,247,32,128,
2,82,104,225,133,24,78,184,33,135,9,126,200,208,0,36,150,104,34,136,
23,153,168,226,138,37,162,56,16,139,44,186,24,210,138,40,6,4,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 B

View file

@ -1,14 +0,0 @@
static unsigned char ayuda_gif[]={
71,73,70,56,57,97,23,0,30,0,162,7,0,192,192,192,128,128,128,128,
128,0,0,255,255,255,255,0,0,0,0,255,255,255,255,255,255,33,249,4,
1,0,0,7,0,44,0,0,0,0,23,0,30,0,0,3,179,120,186,43,
238,44,202,227,136,181,112,70,65,76,255,158,160,53,157,97,4,69,224,89,
197,200,153,102,33,131,68,59,9,112,44,123,171,189,149,48,89,129,38,240,
145,114,167,20,15,99,84,224,128,177,101,168,73,185,44,135,75,66,81,194,
161,73,63,91,201,208,138,82,93,194,226,174,71,8,66,167,47,229,51,117,
17,24,20,212,237,130,125,82,55,220,47,128,69,6,123,12,125,49,21,24,
130,38,132,7,134,38,40,119,14,66,57,123,122,72,42,126,50,0,0,5,
72,149,3,57,1,40,6,155,147,48,140,150,48,42,66,156,148,77,169,39,
42,165,157,139,115,176,66,59,181,35,183,185,131,115,12,176,174,35,192,160,
194,195,196,167,191,187,160,140,199,17,122,202,206,209,7,9,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

View file

@ -1,14 +0,0 @@
static unsigned char b_disk_gif[]={
71,73,70,56,57,97,16,0,16,0,196,31,0,142,186,247,128,172,233,69,
113,174,93,137,198,81,125,186,160,204,255,45,89,150,28,72,133,35,79,140,
15,59,120,190,234,255,78,122,183,90,134,195,159,203,255,240,255,255,102,146,
207,115,159,220,108,152,213,174,218,255,54,98,159,199,243,255,0,39,100,164,
208,255,37,81,142,109,153,214,171,215,255,147,191,252,247,255,255,0,23,84,
255,255,255,0,0,0,255,255,255,33,249,4,1,0,0,31,0,44,0,0,
0,0,16,0,16,0,0,5,105,224,39,142,100,105,158,38,167,174,172,58,
114,14,215,205,116,87,28,133,39,114,148,188,253,192,204,33,161,251,112,20,
62,224,47,131,128,20,57,146,164,146,249,120,54,100,153,172,54,99,96,60,
1,151,176,88,108,32,124,53,232,116,26,32,120,162,49,240,120,220,188,11,
4,56,149,188,158,51,104,239,48,119,53,29,22,124,19,69,70,17,50,22,
139,139,28,11,126,35,30,146,147,148,135,40,39,33,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

View file

@ -1,21 +0,0 @@
static unsigned char b_file_gif[]={
71,73,70,56,57,97,16,0,16,0,213,41,0,157,224,255,153,220,255,137,
204,255,194,255,255,131,198,255,160,227,255,163,230,255,166,233,255,191,255,255,
169,236,255,128,195,255,198,255,255,174,241,255,135,202,255,127,194,255,121,188,
255,186,253,255,125,192,255,92,159,248,88,155,232,182,249,255,130,197,255,85,
152,220,90,157,240,74,141,176,132,199,255,76,143,184,83,150,212,78,145,192,
80,147,200,195,255,255,144,211,255,147,214,255,150,217,255,140,207,255,138,205,
255,134,201,255,79,79,79,199,255,255,93,93,93,0,0,0,255,255,255,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,33,249,4,1,0,0,41,0,44,0,0,0,0,16,0,
16,0,0,6,133,192,212,105,72,36,150,74,169,100,242,52,24,32,154,8,
8,165,52,66,42,79,139,5,73,32,32,17,20,37,70,245,106,18,161,206,
103,66,201,35,70,45,77,31,209,39,222,61,30,221,66,19,8,125,38,121,
21,24,120,39,38,33,32,33,133,116,94,26,130,38,1,124,124,36,28,140,
0,1,0,148,136,34,2,29,140,5,143,104,34,27,140,6,5,6,163,151,
32,31,22,140,7,158,103,32,19,140,38,7,9,9,7,166,1,33,23,140,
35,13,35,188,25,21,14,17,15,18,130,173,158,74,201,202,202,65,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

View file

@ -1,13 +0,0 @@
static unsigned char b_open_gif[]={
71,73,70,56,57,97,16,0,16,0,196,19,0,255,195,0,255,235,0,255,
170,0,255,248,79,233,138,0,248,160,0,255,248,38,255,174,0,189,77,0,
255,223,0,182,67,0,255,248,248,240,148,0,255,185,0,220,120,0,255,248,
111,255,209,0,255,248,0,0,0,0,255,255,255,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,33,249,4,1,0,0,19,0,44,0,0,
0,0,16,0,16,0,0,5,83,224,36,142,100,105,158,104,90,74,172,42,
74,79,44,169,18,16,221,11,171,207,99,29,220,145,152,240,193,155,248,128,
200,136,129,248,2,252,34,144,168,52,200,243,65,26,187,172,78,80,32,72,
146,200,1,139,129,144,4,164,210,4,36,50,147,40,36,215,134,124,126,96,
191,36,142,188,94,111,239,105,119,46,41,33,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

View file

@ -1,13 +0,0 @@
static unsigned char b_person_gif[]={
71,73,70,56,57,97,16,0,16,0,196,16,0,255,181,141,255,227,212,126,
255,82,26,84,0,44,138,0,55,55,55,121,255,73,31,99,0,62,236,0,
51,206,0,12,12,12,255,240,212,62,192,0,164,255,132,15,15,15,0,0,
0,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,33,249,4,1,0,0,16,0,44,0,0,
0,0,16,0,16,0,0,5,70,32,36,142,100,105,66,78,122,150,78,16,
0,206,58,182,111,44,163,64,110,223,233,46,43,141,6,67,113,123,4,5,
12,198,99,101,60,38,149,167,199,98,208,64,14,22,203,232,3,145,32,60,
178,76,195,193,91,92,96,205,96,211,67,161,40,176,211,183,184,60,4,0,
59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

View file

@ -1,9 +0,0 @@
static unsigned char b_twist_gif[]={
71,73,70,56,57,97,16,0,16,0,179,13,0,0,91,0,130,158,255,0,
56,248,0,47,210,0,169,0,0,108,0,0,33,151,37,87,255,0,156,0,
0,65,0,110,143,255,0,77,0,0,0,0,255,255,255,0,0,0,0,0,
0,33,249,4,1,0,0,13,0,44,0,0,0,0,16,0,16,0,0,4,
54,176,201,73,171,189,45,224,123,52,101,96,24,10,130,50,129,216,48,156,
204,102,124,173,24,90,40,221,86,53,126,195,114,147,55,132,77,142,80,192,
228,16,5,128,76,84,1,44,54,150,4,116,138,137,0,0,59
};

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 B

View file

@ -1,8 +0,0 @@
static unsigned char bookopen_gif[]={
71,73,70,56,57,97,16,0,16,0,145,3,0,0,0,255,0,0,0,255,
255,255,0,0,0,33,249,4,1,0,0,3,0,44,0,0,0,0,16,0,
16,0,0,2,54,156,143,169,193,186,2,131,59,1,90,38,83,181,98,247,
60,120,17,23,133,164,56,98,23,217,117,0,96,162,109,0,15,175,92,209,
9,192,172,186,2,203,185,38,54,222,144,104,224,213,144,204,230,161,0,0,
59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

View file

@ -1,8 +0,0 @@
static unsigned char bookshut_gif[]={
71,73,70,56,57,97,16,0,16,0,162,4,0,0,0,128,255,255,255,0,
0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,4,0,44,0,0,0,0,16,0,16,0,0,3,55,72,186,220,
78,3,140,215,226,184,147,90,124,159,21,2,38,56,219,16,154,65,184,108,
39,26,164,83,41,190,176,34,113,110,189,114,2,173,86,151,222,235,71,18,
234,52,61,34,5,162,92,66,156,80,70,2,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

View file

@ -1,7 +0,0 @@
static unsigned char bulboff_gif[]={
71,73,70,56,57,97,16,0,16,0,162,4,0,127,127,127,191,191,191,255,
255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,4,0,44,0,0,0,0,16,0,16,0,0,3,37,72,186,220,
254,80,141,25,215,16,120,212,139,115,228,128,7,129,226,40,132,90,69,92,
169,202,170,18,5,15,65,187,201,51,172,239,68,2,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

View file

@ -1,9 +0,0 @@
static unsigned char bulbon_gif[]={
71,73,70,56,57,97,16,0,16,0,162,5,0,127,127,127,191,191,191,255,
255,255,0,0,0,255,255,0,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,5,0,44,0,0,0,0,16,0,16,0,0,3,61,88,186,69,
252,208,193,37,137,181,74,178,203,113,180,67,120,125,196,32,16,194,48,110,
229,233,170,26,167,10,192,9,123,77,75,0,40,252,92,166,218,141,100,26,
18,75,171,77,38,164,202,76,20,131,192,224,249,96,82,171,207,4,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,001 B

View file

@ -1,53 +0,0 @@
static unsigned char bycategory_gif[]={
71,73,70,56,55,97,16,0,16,0,247,255,0,0,0,0,8,6,0,30,
21,0,11,7,0,29,20,0,91,63,0,238,167,0,101,73,0,80,58,0,
83,60,0,82,57,0,79,55,0,71,50,0,159,111,0,242,170,0,21,15,
0,160,114,0,172,109,0,157,83,0,158,84,0,157,81,0,176,110,0,178,
112,0,177,116,0,198,139,0,102,72,0,129,92,0,134,59,0,182,230,245,
184,227,235,187,228,238,195,238,242,186,235,239,166,176,141,169,110,0,15,11,
0,132,95,0,136,60,0,194,247,255,115,92,102,69,71,74,29,18,0,176,
161,180,230,219,183,167,109,0,7,0,0,38,36,47,24,21,29,137,60,0,
166,225,246,63,66,68,237,235,236,193,195,199,22,37,48,204,199,156,132,80,
0,69,60,69,255,255,231,136,153,100,131,92,0,157,92,0,169,191,213,49,
51,51,186,186,189,184,186,192,4,0,6,141,113,102,90,77,72,225,243,201,
215,255,127,87,135,0,126,89,0,166,106,0,193,229,158,24,17,26,150,164,
169,31,37,38,73,66,85,223,241,197,222,255,156,215,255,135,90,135,0,126,
88,0,166,103,0,181,241,108,211,207,210,251,254,244,235,253,202,218,255,147,
218,255,157,215,255,136,122,86,0,166,108,0,172,188,69,93,64,17,28,18,
0,192,186,202,221,255,143,216,255,149,217,255,154,48,32,0,161,112,0,169,
117,0,205,142,0,55,30,0,190,185,204,227,255,164,221,255,161,76,53,0,
198,136,0,44,30,0,19,13,0,22,15,0,223,213,238,170,248,0,195,251,
82,226,255,171,219,255,158,30,52,0,188,243,77,225,255,167,218,255,142,41,
68,0,192,245,87,196,249,90,93,136,0,35,55,0,178,255,0,106,151,0,
24,34,0,12,17,0,255,255,255,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,1,0,44,0,0,0,0,16,0,16,0,7,8,
198,0,3,4,16,32,176,160,192,1,4,12,6,40,96,224,0,130,4,9,
20,44,96,208,192,1,0,131,15,32,68,144,48,129,66,5,11,23,48,100,
80,24,64,195,6,14,29,60,124,0,17,66,196,8,146,36,74,152,56,129,
34,133,138,21,44,90,184,120,97,144,4,140,24,50,102,208,168,97,227,6,
142,28,58,12,238,224,209,195,199,15,32,65,132,12,33,82,196,136,193,35,
72,146,40,89,194,4,64,19,39,79,160,68,49,40,101,10,21,0,0,170,
88,185,130,37,139,150,177,2,1,108,225,210,197,203,23,48,97,196,140,113,
11,55,0,153,50,102,68,156,65,147,70,205,154,189,111,11,178,105,227,230,
13,28,0,113,228,204,161,83,39,113,193,139,151,1,216,185,131,39,79,95,
146,5,245,236,225,211,7,52,73,63,127,0,153,38,25,72,144,192,128,0,
59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,003 B

View file

@ -1,53 +0,0 @@
static unsigned char byextension_gif[]={
71,73,70,56,55,97,16,0,16,0,247,255,0,0,0,0,67,68,59,184,
185,163,238,238,211,175,176,155,222,223,197,165,165,146,224,225,198,150,151,133,
142,142,126,232,233,205,71,72,63,70,71,62,58,59,52,42,42,37,176,177,
157,83,85,77,166,169,150,6,8,9,135,137,123,93,96,86,70,73,67,53,
54,48,235,236,208,62,64,57,78,63,41,86,71,47,64,52,31,86,72,48,
75,60,38,84,69,46,74,60,40,89,75,52,21,18,12,72,73,64,44,46,
40,228,229,202,41,44,41,81,68,44,255,255,180,114,96,66,255,255,177,198,
167,116,218,183,128,149,126,86,255,255,181,226,190,133,212,179,124,255,253,175,
78,67,46,39,40,35,164,165,145,139,140,124,160,161,144,66,53,32,255,238,
165,182,154,107,89,75,51,101,86,59,255,248,171,93,79,54,176,148,103,255,
239,165,71,60,41,84,68,47,255,252,176,212,176,124,108,88,61,126,104,73,
60,49,34,241,200,139,191,159,111,166,139,97,84,100,58,75,89,52,58,73,
41,48,70,37,46,63,35,69,87,49,67,85,48,37,56,29,71,88,50,59,
79,43,3,22,8,193,161,112,203,241,141,180,212,125,253,255,175,116,136,79,
246,255,170,109,130,76,128,151,88,135,160,93,172,207,120,41,27,21,92,78,
54,162,193,113,145,173,101,185,220,128,53,62,36,157,186,109,78,92,54,49,
58,34,174,207,121,174,206,121,79,93,54,164,196,115,88,105,61,156,185,109,
170,202,118,190,226,133,126,149,86,190,225,132,184,219,128,193,228,134,173,205,
120,69,82,48,81,96,56,51,60,35,255,255,255,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,33,249,4,1,0,0,119,0,44,0,0,0,0,16,0,16,0,7,8,
200,0,239,8,28,72,176,224,29,0,8,19,42,68,72,48,128,128,1,4,
10,24,48,112,0,65,2,5,11,8,50,104,224,0,192,3,8,16,34,72,
152,64,161,130,70,11,23,48,0,200,160,97,3,135,14,30,62,128,152,25,
66,196,8,18,37,76,156,64,145,66,197,10,22,45,92,188,128,17,67,198,
12,26,53,108,220,192,145,67,199,14,0,60,0,244,240,241,131,32,144,32,
66,134,16,105,81,196,200,17,36,84,15,38,81,178,132,73,19,39,79,160,
68,145,50,133,74,138,24,7,171,88,185,130,37,139,22,45,89,182,112,233,
226,229,75,136,131,96,194,136,25,67,166,76,25,50,102,204,156,33,8,0,
13,128,52,0,212,172,89,195,102,114,27,198,85,220,180,120,3,167,115,28,
56,114,230,48,30,75,167,142,146,211,167,203,216,49,200,186,181,235,130,1,
1,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

View file

@ -1,8 +0,0 @@
static unsigned char calculat_gif[]={
71,73,70,56,57,97,16,0,16,0,162,5,0,127,127,127,0,255,255,255,
0,0,0,0,0,191,191,191,0,0,0,0,0,0,0,0,0,33,249,4,
1,0,0,5,0,44,0,0,0,0,16,0,16,0,0,3,60,88,5,211,
238,64,201,65,170,181,67,42,122,111,214,212,227,16,223,68,54,193,144,146,
90,17,138,97,203,117,85,185,145,120,200,130,52,38,231,64,155,171,87,251,
233,142,63,162,240,72,16,56,119,38,101,139,1,107,68,20,9,0,59
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

Some files were not shown because too many files have changed in this diff Show more