edit.xbm
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #define edit_width 17
  2. #define edit_height 17
  3. #define edit_x_hot 0
  4. #define edit_y_hot 0
  5. static char edit_bits[] = {
  6.    0x07, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x07, 0xe0, 0xff, 0x02, 0x10, 0xfe, 
  7.    0x02, 0x18, 0xfe, 0x02, 0x0c, 0xfe, 0x02, 0x04, 0xfe, 0x82, 0x03, 0xfe, 
  8.    0x82, 0x03, 0xfe, 0x82, 0x03, 0xfe, 0x02, 0x04, 0xfe, 0x02, 0x08, 0xfe, 
  9.    0x02, 0x10, 0xfe, 0x02, 0x20, 0xfe, 0x07, 0xc0, 0xff, 0xff, 0xff, 0xff, 
  10.    0x07, 0xc0, 0xff};