📄 sysicon.c
字号:
const unsigned char zi_edit[]={//编辑
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xc0,0x00,0xff,0xc0,0x0c,0xcc,0x0c,0x00,0x00,0xc0,0xc0,0xc0,0x03,0xfc,0xcf,0xcf,
0xf0,0xc0,0xcc,0xc0,0xc0,0x0c,0x0c,0xcc,0x0c,0x00,0xc0,0xcc,0xc0,0xc0,0x0c,0x0c,
0xcc,0x0f,0xfc,0x3f,0xcc,0x3c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};
const unsigned char zi_ok[]={//确定
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x3f,0xff,0xff,0xff,0x03,0x00,0x00,
0x00,0xf0,0x30,0x00,0x00,0x33,0x03,0x00,0x00,0x0c,0x30,0x30,0x00,0x03,0x03,0x03,
0x00,0x00,0xc0,0x30,0x30,0xf0,0x3c,0x03,0x03,0x0f,0x0f,0x00,0x30,0x30,0x3c,0xc0,
0x03,0x03,0x03,0xfc,0x00,0x30,0x30,0x0f,0x00,0x03,0x03,0x00,0xf0,0x00,0x30,0x30,
0x00,0x00,0x03,0x03,0x00,0x00,0x00,0x30,0x3f,0xff,0xff,0xff,0x00,0x00,0x00,0x00,
0x00
};
const unsigned char zi_clean[]={//清除
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0xff,0xff,0xff,0xff,0xfc,0x00,0x00,0x00,0x03,0xc0,0x00,0x00,0x00,0x3c,0x00,0xf0,
0x00,0x03,0xc0,0x33,0x00,0x00,0x3c,0x0c,0x30,0x00,0x03,0xc3,0x13,0xff,0xfc,0x3c,
0xc5,0x00,0x00,0x33,0xf1,0x55,0x55,0x53,0x3f,0x55,0x55,0x55,0x73,0xcd,0x55,0x55,
0x57,0x3c,0x35,0x7f,0xff,0xc3,0xc0,0xd7,0x00,0x00,0x3c,0x03,0x70,0x00,0x03,0xc0,
0x0f,0x00,0x00,0x3c,0x00,0x00,0x00,0x03,0xc0,0x00,0x00,0x00,0x3f,0xff,0xff,0xff,
0xff
};
const unsigned char zi_jianpan[]={//键盘
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xcc,0x00,0x00,
0x00,0x0c,0xc0,0xc3,0x0c,0xc5,0xcc,0x0c,0x20,0xc5,0x5c,0xcf,0xff,0xff,0xfd,0xcc,
0x01,0x04,0x10,0x5c,0xcf,0x7f,0xff,0xfd,0xcc,0x0c,0x10,0x44,0x5c,0xcf,0xff,0xff,
0xfd,0xcc,0x03,0x0c,0x3c,0x5c,0xcf,0xff,0xff,0xfd,0xcc,0x15,0x55,0x55,0x1c,0xd5,
0x55,0x55,0x55,0xcf,0xff,0xff,0xff,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};
const unsigned char zi_phone[]={//固定电话
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xc0,0x30,0x00,0x00,0x03,0x0c,0x0f,0xc0,
0xfc,0x0c,0xc0,0xcf,0xfc,0xc0,0x3c,0x30,0x00,0x03,0x03,0xfc,0x33,0x33,0x0f,0xf0,
0xcc,0xcc,0xcc,0x30,0x30,0x33,0x33,0x00,0xc3,0x0c,0xcc,0xcc,0x0c,0xc0,0x00,0x00,
0x00,0x3c,0x00,0x00,0x00,0x03,0xc0,0x00,0x00,0x00,0x3c,0x00,0x00,0x00,0x03,0xff,
0xff,0xff,0xff,0xf0,0xfc,0x00,0x00,0x3f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};
const unsigned char zi_mobile[]={//手机
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x0f,0xc0,0x00,0x00,0x00,0xcc,0x00,0x00,0x00,0x0c,0xc0,0x00,0x0f,0xff,
0xcc,0x00,0x00,0xc0,0x00,0xc0,0x00,0x0c,0xff,0xcc,0x00,0x00,0xcc,0x0c,0xc0,0x00,
0x0c,0xc0,0xcc,0x00,0x00,0xcc,0x0c,0xc0,0x00,0x0c,0xff,0xcc,0x00,0x00,0xc0,0x00,
0xc0,0x00,0x0c,0xcc,0xcc,0x00,0x00,0xc0,0x00,0xc0,0x00,0x0c,0xcc,0xcc,0x00,0x00,
0xc0,0x00,0xc0,0x00,0x0c,0xcc,0xcc,0x00,0x00,0xc0,0x00,0xc0,0x00,0x0f,0xff,0xfc,
0x00
};
const unsigned char zi_bp[]={//BP机
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0xff,0xff,
0xff,0xff,0xc0,0x00,0x00,0x00,0x3c,0xff,0xff,0xf0,0x03,0xcc,0x00,0x03,0x00,0x3c,
0xc0,0x00,0x30,0x03,0xcf,0xff,0xff,0x00,0x3c,0x00,0x00,0x00,0x03,0xc3,0x33,0x33,
0x30,0x3c,0x00,0x00,0x00,0x03,0xc3,0x33,0x33,0x30,0x3c,0x00,0x00,0x00,0x03,0xff,
0xff,0xff,0xff,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};
const unsigned char zi_fax[]={//传真
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x3f,0xff,0x00,0x00,0x03,0x00,0xcc,0x00,0x00,0x30,0x0c,0x30,0x00,0x03,0x00,
0xff,0x00,0x00,0x30,0x00,0x30,0x00,0x03,0x00,0x03,0x00,0x00,0x30,0x00,0x30,0x03,
0xff,0x00,0x03,0xff,0x30,0x30,0x00,0x30,0x33,0x0f,0xff,0xff,0xc3,0x30,0x00,0x00,
0x00,0x33,0x00,0xff,0xfc,0x03,0x30,0xf0,0x00,0x3c,0x33,0x30,0xff,0xfc,0x33,0x33,
0x0c,0x00,0xc3,0x33,0x3f,0xc0,0x0f,0xf3,0x30,0x00,0x00,0x00,0x33,0xff,0xff,0xff,
0xff
};
const unsigned char zi_office[]={//单位
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x02,0x80,0x00,0x00,0x00,0x81,0x00,0x00,0x00,0x08,0x20,0x00,0x00,0x00,
0x55,0x00,0x0f,0xfc,0x17,0xd4,0x00,0xc0,0xce,0xd6,0x90,0x0c,0x0c,0x98,0x16,0x00,
0xc0,0xc9,0x81,0x60,0x0c,0x0c,0x98,0x26,0x0e,0xaa,0xaa,0xaa,0xab,0x80,0x00,0x00,
0x00,0x28,0x00,0x00,0x00,0x02,0x80,0x00,0x00,0x00,0x2f,0xff,0xff,0xff,0xff,0x0c,
0x30,0x00,0xc3,0x00,0xc3,0x00,0x0c,0x30,0x0c,0x30,0x00,0xc3,0x00,0xff,0x00,0x0f,
0xf0
};
const unsigned char zi_email[]={//电子邮件
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x01,0x00,0x00,0x00,0x00,0x41,0x90,0x00,0x08,0x50,0x46,0x00,0x05,0xa5,0x25,
0x55,0x57,0x49,0x58,0x00,0x00,0x34,0x95,0x80,0x00,0x03,0x49,0x5c,0x00,0x16,0x34,
0xff,0xf0,0x02,0xa3,0x40,0x00,0x00,0x00,0x34,0x00,0x00,0x00,0x03,0x40,0x00,0x09,
0x57,0x34,0x00,0x00,0x20,0x33,0x40,0x00,0x02,0x03,0x37,0xff,0xff,0x83,0xff,0x7f,
0xff,0xf8,0x3f,0xf0,0x00,0x92,0x44,0x30,0x00,0x06,0x55,0x00,0x00,0x00,0x2e,0x40,
0x00
};
const unsigned char zi_home[]={//住址
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
0x04,0x00,0x00,0x00, // 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00, // 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x01,0xfc,0x00,0x0f,0xff,0xf9,0xc0,0x03,0x95,0x56,0x9c,0x00,0xd2,0x55,
0x69,0xf0,0x34,0x0a,0x55,0xad,0xcd,0x00,0x2a,0xab,0xeb,0xc0,0x00,0xd5,0x55,0x7c,
0x14,0x04,0x00,0x43,0xcd,0x64,0x59,0xe7,0x3c,0xc0,0x45,0x48,0x33,0xce,0xa4,0x5d,
0xeb,0x3c,0x00,0x04,0x11,0x13,0xc0,0x00,0x40,0x00,0x3e,0xaa,0xbe,0xaa,0xab,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};
const unsigned char zi_qq[]={//QQ号
//头信息
0x42,0x4d, // 位图的标识符('BM')
0x12,0x00, // 位图的宽度(18 pixels)
0x12,0x00, // 位图的高度(18 pixels)
0x02, // 位图的像素深度(2 bits/pixel)
0x00, // 位图的状态标志位
// |7|6|5|4|3|2|1|0|
// 0位:使用系统调色板
// 1位:不使用压缩算法
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -