home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-05 | 3.0 KB | 84 lines | [TEXT/R*ch] |
- // DIcons.cpp
-
- #include "DIcons.h"
- #include "DIconLib.h"
-
- static unsigned short cPictureIcon[] = {
- icnPicture, 0, 32, 32, 64,
- 0x1fff, 0xfc00, 0x1000, 0x600, 0x13a0, 0x500, 0x13a0, 0x480,
- 0x13a8, 0x2440, 0x13a0, 0x420, 0x13a0, 0xe7f0, 0x13a1, 0x1010,
- 0x13a2, 0x810, 0x13a2, 0x810, 0x13aa, 0x890, 0x13a1, 0x1010,
- 0x13e0, 0xe010, 0x1220, 0x10, 0x1220, 0x10, 0x1220, 0x10,
- 0x122b, 0xfe90, 0x1222, 0x210, 0x11c2, 0x210, 0x1322, 0x1fd0,
- 0x1322, 0x1050, 0x1212, 0x1050, 0x121b, 0xf250, 0x1210, 0x1050,
- 0x1230, 0x1050, 0x1120, 0x1fd0, 0x11a0, 0x10, 0x10e0, 0x10,
- 0x1230, 0x2090, 0x1000, 0x10, 0x1000, 0x10, 0x1fff, 0xfff0,
- 0,0,0,0,0,0
- };
- Global DIcon gPictureIcon( (IconStore*) cPictureIcon);
-
- static unsigned short cNetpicIcon[] = {
- icnNetpic, 0, 32, 32, 64,
- 0x1fff, 0xfe00, 0x13a1, 0x1300, 0x13a2, 0xa80, 0x13a2, 0xa40,
- 0x13aa, 0xa20, 0x13a1, 0x13f0, 0x13e0, 0xe010, 0x1220, 0x10,
- 0x1220, 0x10, 0x1220, 0x10, 0x122b, 0xfe90, 0x1222, 0x210,
- 0x11c2, 0x210, 0x1322, 0x1fd0, 0x1322, 0x1050, 0x1212, 0x1050,
- 0x121b, 0xf250, 0x1210, 0x1050, 0x1230, 0x1050, 0x1120, 0x1fd0,
- 0x11a0, 0x10, 0x10e0, 0x10, 0x1020, 0x10, 0xffff, 0xfffe,
- 0x8, 0x8000, 0x808, 0x8040, 0x1808, 0x8060, 0x2ff0, 0x7fd0,
- 0x4000, 0x8, 0x2fff, 0xffd0, 0x1800, 0x60, 0x800, 0x40
- ,0,0,0,0,0,0
- };
- Global DIcon gNetpicIcon( (IconStore*) cNetpicIcon);
-
-
- static unsigned short cPushpinIn[] = {
- icnPushpinIn, 0, 15, 15, 16,
- 0, 0, 0, 0, 0, 0x7c0, 0xfe0, 0x1ff0,
- 0x1ff0, 0xfe0, 0x7c0, 0x100, 0x100, 0x100, 0x100, 0x100
- ,0,0,0,0,0,0
- };
- Global DIcon gPushpinIn( (IconStore*) cPushpinIn);
-
-
- static unsigned short cPushpinOut[] = {
- icnPushpinOut, 0, 15, 15, 15,
- 0, 0, 0, 0, 0, 0, 0x1800, 0x2400,
- 0x4200, 0x4200, 0x43f8, 0x4200, 0x4200, 0x2400, 0x1800
- ,0,0,0,0,0,0
- };
- Global DIcon gPushpinOut( (IconStore*) cPushpinOut);
-
-
- static unsigned short cDownTriangle[] = {
- icnDownTriangle, 0, 15, 15, 15,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0x3ff8, 0x1ff0, 0xfe0, 0x7c0, 0x380, 0x100
- ,0,0,0,0,0,0
- };
- Global DIcon gDownTriangle( (IconStore*) cDownTriangle);
-
- static unsigned short cUpTriangle[] = {
- icnUpTriangle, 0, 16, 16, 16,
- 0, 0, 0x100, 0x380, 0x7c0, 0xfe0, 0x1ff0, 0x3ff8,
- 0, 0, 0, 0, 0, 0, 0, 0
- ,0,0,0,0,0,0
- };
- Global DIcon gUpTriangle( (IconStore*) cUpTriangle);
-
- static unsigned short cRightTriangle[] = {
- icnRightTriangle, 0, 16, 16, 16,
- 0, 0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc,
- 0xf8, 0xf0, 0xe0, 0xc0, 0x80, 0, 0, 0
- ,0,0,0,0,0,0
- };
- Global DIcon gRightTriangle( (IconStore*) cRightTriangle);
-
- static unsigned short cLeftTriangle[] = {
- icnLeftTriangle, 0, 16, 16, 16,
- 0, 0, 0x100, 0x300, 0x700, 0xf00, 0x1f00, 0x3f00,
- 0x1f00, 0xf00, 0x700, 0x300, 0x100, 0, 0, 0
- ,0,0,0,0,0,0
- };
- Global DIcon gLeftTriangle( (IconStore*) cLeftTriangle);
-