?? comm_h.h
字號(hào):
/* --- 警告:未經(jīng)允許,任何人不準(zhǔn)擅自修改此文件!!!否則后果自負(fù)! --- */
//EOS 資源編譯器轉(zhuǎn)換文件數(shù)據(jù)結(jié)構(gòu)聲明文件
//編 譯 器:RCP編譯器 版本V4.2 Build 11
//創(chuàng)建時(shí)間:Mon Oct 11 04:36:12 2004
#ifndef __COMM_H_H__
#define __COMM_H_H__
#include "eosgui.h"//EOS GUI庫
#include "comm_def.h"
typedef struct _Com_Bitmap_T1P0C10_11x11x4
{
BitmapType imghead; // Image Header record structure
UInt16 u16ColorTableLength; // 調(diào)色板顏色數(shù)目
UInt16 u16ColorTable[10]; // 調(diào)色板數(shù)據(jù)
UInt8 imData[6*11]; // (位圖數(shù)據(jù),每個(gè)像素4Bits)
} Com_Bitmap_T1P0C10_11x11x4;
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -