mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 11:07:54 +08:00
add const to incore-res data
This commit is contained in:
@@ -37,47 +37,47 @@
|
||||
#ifdef _MGINCORE_RES
|
||||
|
||||
//include files
|
||||
extern unsigned char _mgir_bmp_classic_check_button_data[]; //bmp/classic_check_button.bmp.c
|
||||
extern unsigned char _mgir_bmp_classic_radio_button_data[]; //bmp/classic_radio_button.bmp.c
|
||||
extern const unsigned char _mgir_bmp_classic_check_button_data[]; //bmp/classic_check_button.bmp.c
|
||||
extern const unsigned char _mgir_bmp_classic_radio_button_data[]; //bmp/classic_radio_button.bmp.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_bmp_flat_check_button_data[]; //bmp/flat_check_button.bmp.c
|
||||
extern unsigned char _mgir_bmp_flat_radio_button_data[]; //bmp/flat_radio_button.bmp.c
|
||||
extern const unsigned char _mgir_bmp_flat_check_button_data[]; //bmp/flat_check_button.bmp.c
|
||||
extern const unsigned char _mgir_bmp_flat_radio_button_data[]; //bmp/flat_radio_button.bmp.c
|
||||
#endif
|
||||
|
||||
#ifdef _MGLF_RDR_SKIN
|
||||
extern unsigned char _mgir_gif_skin_arrows_data[]; //bmp/skin_arrows.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_arrows_shell_data[]; //bmp/skin_arrows_shell.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_bborder_data[]; //bmp/skin_bborder.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_bkgnd_data[]; //bmp/skin_bkgnd.bmp.c
|
||||
extern unsigned char _mgir_gif_skin_caption_data[]; //bmp/skin_caption.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_checkbtn_data[]; //bmp/skin_checkbtn.bmp.c
|
||||
extern unsigned char _mgir_gif_skin_cpn_btn_data[]; //bmp/skin_cpn_btn.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_header_data[]; //bmp/skin_header.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_lborder_data[]; //bmp/skin_lborder.bmp.c
|
||||
extern unsigned char _mgir_gif_skin_pb_htrack_data[]; //bmp/skin_pb_htrack.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_pb_htruck_data[]; //bmp/skin_pb_htruck.bmp.c
|
||||
extern unsigned char _mgir_gif_skin_pb_vtrack_data[]; //bmp/skin_pb_vtrack.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_pb_vtruck_data[]; //bmp/skin_pb_vtruck.bmp.c
|
||||
extern unsigned char _mgir_gif_skin_pushbtn_data[]; //bmp/skin_pushbtn.gif.c
|
||||
extern unsigned char _mgir_gif_skin_radiobtn_data[]; //bmp/skin_radiobtn.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_rborder_data[]; //bmp/skin_rborder.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_sb_arrows_data[]; //bmp/skin_sb_arrows.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_sb_hshaft_data[]; //bmp/skin_sb_hshaft.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_sb_hthumb_data[]; //bmp/skin_sb_hthumb.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_sb_vshaft_data[]; //bmp/skin_sb_vshaft.bmp.c
|
||||
extern unsigned char _mgir_bmp_skin_sb_vthumb_data[]; //bmp/skin_sb_vthumb.bmp.c
|
||||
extern unsigned char _mgir_gif_skin_tab_data[]; //bmp/skin_tab.gif.c
|
||||
extern unsigned char _mgir_gif_skin_tb_horz_data[]; //bmp/skin_tb_horz.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_tborder_data[]; //bmp/skin_tborder.bmp.c
|
||||
extern unsigned char _mgir_gif_skin_tbslider_h_data[]; //bmp/skin_tbslider_h.gif.c
|
||||
extern unsigned char _mgir_gif_skin_tbslider_v_data[]; //bmp/skin_tbslider_v.gif.c
|
||||
extern unsigned char _mgir_gif_skin_tb_vert_data[]; //bmp/skin_tb_vert.gif.c
|
||||
extern unsigned char _mgir_bmp_skin_tree_data[]; //bmp/skin_tree.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_arrows_data[]; //bmp/skin_arrows.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_arrows_shell_data[]; //bmp/skin_arrows_shell.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_bborder_data[]; //bmp/skin_bborder.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_bkgnd_data[]; //bmp/skin_bkgnd.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_caption_data[]; //bmp/skin_caption.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_checkbtn_data[]; //bmp/skin_checkbtn.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_cpn_btn_data[]; //bmp/skin_cpn_btn.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_header_data[]; //bmp/skin_header.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_lborder_data[]; //bmp/skin_lborder.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_pb_htrack_data[]; //bmp/skin_pb_htrack.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_pb_htruck_data[]; //bmp/skin_pb_htruck.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_pb_vtrack_data[]; //bmp/skin_pb_vtrack.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_pb_vtruck_data[]; //bmp/skin_pb_vtruck.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_pushbtn_data[]; //bmp/skin_pushbtn.gif.c
|
||||
extern const unsigned char _mgir_gif_skin_radiobtn_data[]; //bmp/skin_radiobtn.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_rborder_data[]; //bmp/skin_rborder.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_sb_arrows_data[]; //bmp/skin_sb_arrows.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_sb_hshaft_data[]; //bmp/skin_sb_hshaft.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_sb_hthumb_data[]; //bmp/skin_sb_hthumb.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_sb_vshaft_data[]; //bmp/skin_sb_vshaft.bmp.c
|
||||
extern const unsigned char _mgir_bmp_skin_sb_vthumb_data[]; //bmp/skin_sb_vthumb.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_tab_data[]; //bmp/skin_tab.gif.c
|
||||
extern const unsigned char _mgir_gif_skin_tb_horz_data[]; //bmp/skin_tb_horz.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_tborder_data[]; //bmp/skin_tborder.bmp.c
|
||||
extern const unsigned char _mgir_gif_skin_tbslider_h_data[]; //bmp/skin_tbslider_h.gif.c
|
||||
extern const unsigned char _mgir_gif_skin_tbslider_v_data[]; //bmp/skin_tbslider_v.gif.c
|
||||
extern const unsigned char _mgir_gif_skin_tb_vert_data[]; //bmp/skin_tb_vert.gif.c
|
||||
extern const unsigned char _mgir_bmp_skin_tree_data[]; //bmp/skin_tree.bmp.c
|
||||
#endif
|
||||
|
||||
//declear arrays
|
||||
static INNER_RES __mgir_bmp_inner_res[]={
|
||||
static const INNER_RES __mgir_bmp_inner_res[]={
|
||||
{ 0xA1C8F16, (void*)_mgir_bmp_classic_check_button_data, 4110, "bmp"}, //bmp/classic_check_button.bmp.c
|
||||
{ 0xA1BCFD6, (void*)_mgir_bmp_classic_radio_button_data, 3510, "bmp"}, //bmp/classic_radio_button.bmp.c
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "classic_check_button.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_classic_check_button_data[]={
|
||||
const unsigned char _mgir_bmp_classic_check_button_data[]={
|
||||
0x42,0x4D,0x0E,0x10,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x68,0x00,0x00,0x00,0x0D,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0xD8,0x0F,0x00,0x00,0x13,0x0B, 0x00,0x00,0x13,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "classic_radio_button.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_classic_radio_button_data[]={
|
||||
const unsigned char _mgir_bmp_classic_radio_button_data[]={
|
||||
0x42,0x4D,0xB6,0x0D,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x60,0x00,0x00,0x00,0x0C,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x80,0x0D,0x00,0x00,0x13,0x0B, 0x00,0x00,0x13,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "flat_check_button.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_flat_check_button_data[]={
|
||||
const unsigned char _mgir_bmp_flat_check_button_data[]={
|
||||
0x42,0x4D,0x0E,0x10,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x68,0x00,0x00,0x00,0x0D,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0xD8,0x0F,0x00,0x00,0x13,0x0B, 0x00,0x00,0x13,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "flat_radio_button.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_flat_radio_button_data[]={
|
||||
const unsigned char _mgir_bmp_flat_radio_button_data[]={
|
||||
0x42,0x4D,0x0E,0x10,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x68,0x00,0x00,0x00,0x0D,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0xD8,0x0F,0x00,0x00,0x13,0x0B, 0x00,0x00,0x13,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_arrows.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_arrows_data[]={
|
||||
const unsigned char _mgir_gif_skin_arrows_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x07,0x00, 0x70,0x00,0x91,0x00,0x00,0xFF,0xFF,0xFF,
|
||||
0xDE,0xDE,0xDE,0xFF,0xFF,0xFF,0x00,0x00, 0x00,0x21,0xF9,0x04,0x01,0x00,0x00,0x02,
|
||||
0x00,0x2C,0x00,0x00,0x00,0x00,0x07,0x00, 0x70,0x00,0x00,0x02,0x7B,0x94,0x8F,0x69,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_arrows_shell.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_arrows_shell_data[]={
|
||||
const unsigned char _mgir_bmp_skin_arrows_shell_data[]={
|
||||
0x42,0x4D,0x38,0x0C,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x0F,0x00,0x00,0x00,0x40,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x02,0x0C,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_bborder.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_bborder_data[]={
|
||||
const unsigned char _mgir_bmp_skin_bborder_data[]={
|
||||
0x42,0x4D,0x40,0x06,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x04,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x31,0x00,0x00,0x00,0x0A,0x00, 0x00,0x00,0x01,0x00,0x08,0x00,0x00,0x00,
|
||||
0x00,0x00,0x0A,0x02,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_bkgnd.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_bkgnd_data[]={
|
||||
const unsigned char _mgir_bmp_skin_bkgnd_data[]={
|
||||
0x42,0x4D,0x38,0x84,0x03,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x40,0x01,0x00,0x00,0xF0,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x02,0x84,0x03,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_caption.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_caption_data[]={
|
||||
const unsigned char _mgir_gif_skin_caption_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x42,0x00, 0x40,0x00,0xE6,0x00,0x00,0xB9,0xB9,0xB9,
|
||||
0xAA,0xAA,0xAA,0x7E,0x7E,0x7E,0x7D,0x7D, 0x7D,0x7B,0x7B,0x7B,0x7A,0x7A,0x7A,0x79,
|
||||
0x79,0x79,0x78,0x78,0x78,0x76,0x76,0x76, 0x74,0x74,0x74,0x73,0x73,0x73,0x71,0x71,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_checkbtn.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_checkbtn_data[]={
|
||||
const unsigned char _mgir_bmp_skin_checkbtn_data[]={
|
||||
0x42,0x4D,0x78,0x10,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x0D,0x00,0x00,0x00,0x68,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x42,0x10,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_cpn_btn.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_cpn_btn_data[]={
|
||||
const unsigned char _mgir_gif_skin_cpn_btn_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x40,0x00, 0x80,0x00,0xF7,0x00,0x00,0x00,0x00,0x00,
|
||||
0xFF,0xD8,0x50,0xFE,0xFF,0x9D,0xE7,0xC4, 0x48,0xD4,0xB4,0x42,0xBE,0x93,0x00,0xAD,
|
||||
0x93,0x36,0xA0,0xA0,0xA0,0x95,0x73,0x00, 0x8A,0x8A,0x8A,0x4F,0x4F,0x4F,0x5F,0x60,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_header.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_header_data[]={
|
||||
const unsigned char _mgir_bmp_skin_header_data[]={
|
||||
0x42,0x4D,0xF8,0x0F,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x12,0x00,0x00,0x00,0x48,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0xC2,0x0F,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_lborder.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_lborder_data[]={
|
||||
const unsigned char _mgir_bmp_skin_lborder_data[]={
|
||||
0x42,0x4D,0x28,0x06,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x04,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x05,0x00,0x00,0x00,0x3E,0x00, 0x00,0x00,0x01,0x00,0x08,0x00,0x00,0x00,
|
||||
0x00,0x00,0xF2,0x01,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_pb_htrack.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_pb_htrack_data[]={
|
||||
const unsigned char _mgir_gif_skin_pb_htrack_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x13,0x00, 0x0F,0x00,0xD5,0x00,0x00,0xF9,0xF9,0xF9,
|
||||
0xF3,0xF3,0xF3,0xF0,0xF0,0xF0,0xEE,0xEE, 0xEE,0xEB,0xEB,0xEB,0xE7,0xE7,0xE7,0xDD,
|
||||
0xDD,0xDD,0xDB,0xDB,0xDB,0xD9,0xD9,0xD9, 0xD8,0xD8,0xD8,0xD4,0xD4,0xD4,0xCE,0xCE,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_pb_htruck.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_pb_htruck_data[]={
|
||||
const unsigned char _mgir_bmp_skin_pb_htruck_data[]={
|
||||
0x42,0x4D,0xB8,0x01,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x0A,0x00,0x00,0x00,0x0C,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x82,0x01,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_pb_vtrack.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_pb_vtrack_data[]={
|
||||
const unsigned char _mgir_gif_skin_pb_vtrack_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x09,0x00, 0x13,0x00,0xA5,0x25,0x00,0x0C,0x0C,0x0C,
|
||||
0x16,0x16,0x16,0x19,0x19,0x19,0x22,0x22, 0x22,0x32,0x32,0x32,0x34,0x34,0x34,0x35,
|
||||
0x35,0x35,0x41,0x41,0x41,0x43,0x43,0x43, 0x45,0x45,0x45,0x54,0x54,0x54,0x57,0x57,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_pb_vtruck.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_pb_vtruck_data[]={
|
||||
const unsigned char _mgir_bmp_skin_pb_vtruck_data[]={
|
||||
0x42,0x4D,0xA0,0x01,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x0C,0x00,0x00,0x00,0x0A,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x6A,0x01,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_pushbtn.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_pushbtn_data[]={
|
||||
const unsigned char _mgir_gif_skin_pushbtn_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x14,0x00, 0x73,0x00,0xF7,0x00,0x00,0xC0,0xC1,0xC0,
|
||||
0xBE,0xBF,0xBE,0xCD,0xCE,0xCC,0xB6,0xB7, 0xB5,0xAE,0xAF,0xAD,0xCF,0xD0,0xCC,0x9E,
|
||||
0xC7,0x00,0x9C,0xC4,0x00,0x9A,0xC2,0x00, 0x98,0xBF,0x00,0x96,0xBD,0x00,0x95,0xBA,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_radiobtn.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_radiobtn_data[]={
|
||||
const unsigned char _mgir_gif_skin_radiobtn_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x0D,0x00, 0x68,0x00,0xE7,0xEA,0x00,0x00,0x01,0x00,
|
||||
0x0F,0x0E,0x03,0x0C,0x0F,0x0B,0x17,0x14, 0x04,0x14,0x15,0x13,0x1A,0x16,0x00,0x18,
|
||||
0x18,0x10,0x21,0x1B,0x01,0x19,0x1B,0x18, 0x23,0x1E,0x07,0x23,0x24,0x13,0x2E,0x22,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_rborder.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_rborder_data[]={
|
||||
const unsigned char _mgir_bmp_skin_rborder_data[]={
|
||||
0x42,0x4D,0x28,0x06,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x04,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x05,0x00,0x00,0x00,0x3E,0x00, 0x00,0x00,0x01,0x00,0x08,0x00,0x00,0x00,
|
||||
0x00,0x00,0xF2,0x01,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_sb_arrows.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_sb_arrows_data[]={
|
||||
const unsigned char _mgir_bmp_skin_sb_arrows_data[]={
|
||||
0x42,0x4D,0x78,0x37,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x11,0x00,0x00,0x00,0x10,0x01, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x42,0x37,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_sb_hshaft.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_sb_hshaft_data[]={
|
||||
const unsigned char _mgir_bmp_skin_sb_hshaft_data[]={
|
||||
0x42,0x4D,0x88,0x09,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x04,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x11,0x00,0x00,0x00,0x44,0x00, 0x00,0x00,0x01,0x00,0x08,0x00,0x00,0x00,
|
||||
0x00,0x00,0x52,0x05,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_sb_hthumb.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_sb_hthumb_data[]={
|
||||
const unsigned char _mgir_bmp_skin_sb_hthumb_data[]={
|
||||
0x42,0x4D,0xD8,0x09,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x04,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x16,0x00,0x00,0x00,0x3C,0x00, 0x00,0x00,0x01,0x00,0x08,0x00,0x00,0x00,
|
||||
0x00,0x00,0xA2,0x05,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_sb_vshaft.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_sb_vshaft_data[]={
|
||||
const unsigned char _mgir_bmp_skin_sb_vshaft_data[]={
|
||||
0x42,0x4D,0x88,0x09,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x04,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x11,0x00,0x00,0x00,0x44,0x00, 0x00,0x00,0x01,0x00,0x08,0x00,0x00,0x00,
|
||||
0x00,0x00,0x52,0x05,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_sb_vthumb.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_sb_vthumb_data[]={
|
||||
const unsigned char _mgir_bmp_skin_sb_vthumb_data[]={
|
||||
0x42,0x4D,0xB8,0x10,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x0F,0x00,0x00,0x00,0x58,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0x82,0x10,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_tab.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_tab_data[]={
|
||||
const unsigned char _mgir_gif_skin_tab_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x12,0x00, 0x48,0x00,0xC6,0x41,0x00,0x35,0x77,0xDF,
|
||||
0x35,0x7A,0xE3,0x33,0x7E,0xE7,0x33,0x81, 0xED,0x32,0x87,0xF2,0x30,0x8C,0xFA,0x31,
|
||||
0x94,0xFF,0x37,0x99,0xFF,0x87,0x87,0x87, 0x88,0x88,0x88,0x89,0x89,0x89,0x8B,0x8B,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_tb_horz.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_tb_horz_data[]={
|
||||
const unsigned char _mgir_gif_skin_tb_horz_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x15,0x00, 0x2C,0x00,0xF7,0x00,0x00,0xDC,0xDC,0xDC,
|
||||
0xDA,0xDA,0xDA,0xD9,0xD9,0xD9,0xD4,0xD4, 0xD4,0xD2,0xD2,0xD2,0xD1,0xD1,0xD1,0xD0,
|
||||
0xD0,0xD0,0xCF,0xCF,0xCF,0xCE,0xCE,0xCE, 0xCD,0xCD,0xCD,0xCC,0xCC,0xCC,0xCB,0xCB,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_tb_vert.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_tb_vert_data[]={
|
||||
const unsigned char _mgir_gif_skin_tb_vert_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x0B,0x00, 0x54,0x00,0xF7,0x00,0x00,0xDC,0xDC,0xDC,
|
||||
0xDA,0xDA,0xDA,0xD9,0xD9,0xD9,0xD3,0xD3, 0xD3,0xD2,0xD2,0xD2,0xD1,0xD1,0xD1,0xD0,
|
||||
0xD0,0xD0,0xCF,0xCF,0xCF,0xCE,0xCE,0xCE, 0xCD,0xCD,0xCD,0xCC,0xCC,0xCC,0xCB,0xCB,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_tborder.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_tborder_data[]={
|
||||
const unsigned char _mgir_bmp_skin_tborder_data[]={
|
||||
0x42,0x4D,0x40,0x06,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x04,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x31,0x00,0x00,0x00,0x0A,0x00, 0x00,0x00,0x01,0x00,0x08,0x00,0x00,0x00,
|
||||
0x00,0x00,0x0A,0x02,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_tbslider_h.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_tbslider_h_data[]={
|
||||
const unsigned char _mgir_gif_skin_tbslider_h_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x05,0x00, 0x05,0x00,0x84,0x11,0x00,0x3D,0x3D,0x3D,
|
||||
0x56,0x56,0x56,0x5B,0x5B,0x5B,0x63,0x63, 0x63,0x68,0x68,0x68,0x93,0x93,0x93,0xA1,
|
||||
0xA1,0xA1,0xA6,0xA6,0xA6,0xE0,0xE0,0xE0, 0xE1,0xE1,0xE1,0xE5,0xE5,0xE5,0xE9,0xE9,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_tbslider_v.gif"
|
||||
|
||||
unsigned char _mgir_gif_skin_tbslider_v_data[]={
|
||||
const unsigned char _mgir_gif_skin_tbslider_v_data[]={
|
||||
0x47,0x49,0x46,0x38,0x39,0x61,0x05,0x00, 0x05,0x00,0x84,0x11,0x00,0x3D,0x3D,0x3D,
|
||||
0x56,0x56,0x56,0x5C,0x5C,0x5C,0x63,0x63, 0x63,0x68,0x68,0x68,0x93,0x93,0x93,0xA2,
|
||||
0xA2,0xA2,0xA6,0xA6,0xA6,0xE0,0xE0,0xE0, 0xE2,0xE2,0xE2,0xE5,0xE5,0xE5,0xEA,0xEA,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "skin_tree.bmp"
|
||||
|
||||
unsigned char _mgir_bmp_skin_tree_data[]={
|
||||
const unsigned char _mgir_bmp_skin_tree_data[]={
|
||||
0x42,0x4D,0x30,0x02,0x00,0x00,0x00,0x00, 0x00,0x00,0x36,0x00,0x00,0x00,0x28,0x00,
|
||||
0x00,0x00,0x09,0x00,0x00,0x00,0x12,0x00, 0x00,0x00,0x01,0x00,0x18,0x00,0x00,0x00,
|
||||
0x00,0x00,0xFA,0x01,0x00,0x00,0x12,0x0B, 0x00,0x00,0x12,0x0B,0x00,0x00,0x00,0x00,
|
||||
|
||||
@@ -62,7 +62,7 @@ const int __mg_cursors_offset [] = {
|
||||
766*11 + 326*9 + 518*2,
|
||||
};
|
||||
|
||||
const unsigned char __mg_cursors_data[] = {
|
||||
const const unsigned char __mg_cursors_data[] = {
|
||||
#ifdef __TARGET_FMSOFT__
|
||||
0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x20, 0x20,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe8, 0x02,
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#ifdef _MGINCORE_RES
|
||||
|
||||
//declear arrays
|
||||
static INNER_RES __mgir_font_inner_res [] = {
|
||||
static const INNER_RES __mgir_font_inner_res [] = {
|
||||
{ 0xfffffff, (void*)NULL, 0, 0}
|
||||
};
|
||||
|
||||
|
||||
@@ -39,62 +39,63 @@
|
||||
//include files
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_excalmatory_flat_data[]; //icon/excalmatory-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_excalmatory_flat_data[]; //icon/excalmatory-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_excalmatory_data[]; //icon/excalmatory.ico.c
|
||||
extern const unsigned char _mgir_ico_excalmatory_data[]; //icon/excalmatory.ico.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_failed_flat_data[]; //icon/failed-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_failed_flat_data[]; //icon/failed-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_failed_data[]; //icon/failed.ico.c
|
||||
extern const unsigned char _mgir_ico_failed_data[]; //icon/failed.ico.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_folder_flat_data[]; //icon/folder-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_folder_flat_data[]; //icon/folder-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_folder_data[]; //icon/folder.ico.c
|
||||
extern const unsigned char _mgir_ico_folder_data[]; //icon/folder.ico.c
|
||||
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_fold_flat_data[]; //icon/fold-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_fold_flat_data[]; //icon/fold-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_fold_data[]; //icon/fold.ico.c
|
||||
extern const unsigned char _mgir_ico_fold_data[]; //icon/fold.ico.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_form_flat_data[]; //icon/form-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_form_flat_data[]; //icon/form-flat.ico.c
|
||||
#endif
|
||||
|
||||
|
||||
extern unsigned char _mgir_ico_form_data[]; //icon/form.ico.c
|
||||
extern const unsigned char _mgir_ico_form_data[]; //icon/form.ico.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_help_flat_data[]; //icon/help-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_help_flat_data[]; //icon/help-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_help_data[]; //icon/help.ico.c
|
||||
extern const unsigned char _mgir_ico_help_data[]; //icon/help.ico.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_textfile_flat_data[]; //icon/textfile-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_textfile_flat_data[]; //icon/textfile-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_textfile_data[]; //icon/textfile.ico.c
|
||||
extern const unsigned char _mgir_ico_textfile_data[]; //icon/textfile.ico.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_unfold_flat_data[]; //icon/unfold-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_unfold_flat_data[]; //icon/unfold-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_unfold_data[]; //icon/unfold.ico.c
|
||||
extern const unsigned char _mgir_ico_unfold_data[]; //icon/unfold.ico.c
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
extern unsigned char _mgir_ico_warning_flat_data[]; //icon/warning-flat.ico.c
|
||||
extern const unsigned char _mgir_ico_warning_flat_data[]; //icon/warning-flat.ico.c
|
||||
#endif
|
||||
|
||||
extern unsigned char _mgir_ico_warning_data[]; //icon/warning.ico.c
|
||||
extern const unsigned char _mgir_ico_warning_data[]; //icon/warning.ico.c
|
||||
|
||||
//declear arrays
|
||||
static INNER_RES __mgir_icon_inner_res[]={
|
||||
static const INNER_RES __mgir_icon_inner_res[]={
|
||||
|
||||
#ifdef _MGLF_RDR_FLAT
|
||||
{ 0x32F227B, (void*)_mgir_ico_excalmatory_flat_data, 1078, "ico"}, //icon/excalmatory-flat.ico.c
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "excalmatory-flat.ico"
|
||||
|
||||
unsigned char _mgir_ico_excalmatory_flat_data[]={
|
||||
const unsigned char _mgir_ico_excalmatory_flat_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x10,0x00,0x00,0x00,0x00,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x10,0x00,0x00,0x00,0x00,0x00,0x28,0x01,
|
||||
0x00,0x00,0x0E,0x03,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "excalmatory.ico"
|
||||
|
||||
unsigned char _mgir_ico_excalmatory_data[]={
|
||||
const unsigned char _mgir_ico_excalmatory_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x00,0x00,0x01,0x00,0x08,0x00,0xA8,0x08,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x00,0x00,0x01,0x00,0x08,0x00,0x68,0x05,
|
||||
0x00,0x00,0xCE,0x08,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "failed-flat.ico"
|
||||
|
||||
unsigned char _mgir_ico_failed_flat_data[]={
|
||||
const unsigned char _mgir_ico_failed_flat_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x10,0x00,0x01,0x00,0x04,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x10,0x00,0x01,0x00,0x04,0x00,0x28,0x01,
|
||||
0x00,0x00,0x0E,0x03,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "failed.ico"
|
||||
|
||||
unsigned char _mgir_ico_failed_data[]={
|
||||
const unsigned char _mgir_ico_failed_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x00,0x00,0x01,0x00,0x08,0x00,0xA8,0x08,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x00,0x00,0x01,0x00,0x08,0x00,0x68,0x05,
|
||||
0x00,0x00,0xCE,0x08,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "fold-flat.ico"
|
||||
|
||||
unsigned char _mgir_ico_fold_flat_data[]={
|
||||
const unsigned char _mgir_ico_fold_flat_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x10,0x00,0x01,0x00,0x04,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x10,0x00,0x01,0x00,0x04,0x00,0x28,0x01,
|
||||
0x00,0x00,0x0E,0x03,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "fold.ico"
|
||||
|
||||
unsigned char _mgir_ico_fold_data[]={
|
||||
const unsigned char _mgir_ico_fold_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x10,0x00,0x00,0x00,0x00,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x10,0x00,0x00,0x00,0x00,0x00,0x28,0x01,
|
||||
0x00,0x00,0x0E,0x03,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "folder-flat.ico"
|
||||
|
||||
unsigned char _mgir_ico_folder_flat_data[]={
|
||||
const unsigned char _mgir_ico_folder_flat_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x10,0x10, 0x10,0x00,0x01,0x00,0x04,0x00,0x28,0x01,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x20,0x20, 0x10,0x00,0x01,0x00,0x04,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x4E,0x01,0x00,0x00,0x28,0x00, 0x00,0x00,0x10,0x00,0x00,0x00,0x20,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "folder.ico"
|
||||
|
||||
unsigned char _mgir_ico_folder_data[]={
|
||||
const unsigned char _mgir_ico_folder_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x10,0x10, 0x10,0x00,0x00,0x00,0x00,0x00,0x28,0x01,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x20,0x20, 0x10,0x00,0x00,0x00,0x00,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x4E,0x01,0x00,0x00,0x28,0x00, 0x00,0x00,0x10,0x00,0x00,0x00,0x20,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "form-flat.ico"
|
||||
|
||||
unsigned char _mgir_ico_form_flat_data[]={
|
||||
const unsigned char _mgir_ico_form_flat_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x00,0x00,0x01,0x00,0x08,0x00,0xA8,0x08,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x00,0x00,0x01,0x00,0x08,0x00,0x68,0x05,
|
||||
0x00,0x00,0xCE,0x08,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "form.ico"
|
||||
|
||||
unsigned char _mgir_ico_form_data[]={
|
||||
const unsigned char _mgir_ico_form_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x00,0x00,0x01,0x00,0x08,0x00,0xA8,0x08,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x00,0x00,0x01,0x00,0x08,0x00,0x68,0x05,
|
||||
0x00,0x00,0xCE,0x08,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "help-flat.ico"
|
||||
|
||||
unsigned char _mgir_ico_help_flat_data[]={
|
||||
const unsigned char _mgir_ico_help_flat_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x10,0x00,0x00,0x00,0x00,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x10,0x00,0x00,0x00,0x00,0x00,0x28,0x01,
|
||||
0x00,0x00,0x0E,0x03,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "help.ico"
|
||||
|
||||
unsigned char _mgir_ico_help_data[]={
|
||||
const unsigned char _mgir_ico_help_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x20,0x20, 0x00,0x00,0x01,0x00,0x08,0x00,0xA8,0x08,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x10,0x10, 0x00,0x00,0x01,0x00,0x08,0x00,0x68,0x05,
|
||||
0x00,0x00,0xCE,0x08,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "textfile-flat.ico"
|
||||
|
||||
unsigned char _mgir_ico_textfile_flat_data[]={
|
||||
const unsigned char _mgir_ico_textfile_flat_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x10,0x10, 0x10,0x00,0x01,0x00,0x04,0x00,0x28,0x01,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x20,0x20, 0x10,0x00,0x01,0x00,0x04,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x4E,0x01,0x00,0x00,0x28,0x00, 0x00,0x00,0x10,0x00,0x00,0x00,0x20,0x00,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
//data of "textfile.ico"
|
||||
|
||||
unsigned char _mgir_ico_textfile_data[]={
|
||||
const unsigned char _mgir_ico_textfile_data[]={
|
||||
0x00,0x00,0x01,0x00,0x02,0x00,0x10,0x10, 0x10,0x00,0x00,0x00,0x00,0x00,0x28,0x01,
|
||||
0x00,0x00,0x26,0x00,0x00,0x00,0x20,0x20, 0x10,0x00,0x00,0x00,0x00,0x00,0xE8,0x02,
|
||||
0x00,0x00,0x4E,0x01,0x00,0x00,0x28,0x00, 0x00,0x00,0x10,0x00,0x00,0x00,0x20,0x00,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user