⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mmiicnother.h

📁 是一个手机功能的模拟程序
💻 H
📖 第 1 页 / 共 2 页
字号:
/*************************************************
$FILE:mmiicnOther.h
$Description:用于其他的icon
$remark: Don't modify this file
***************************************************/
#ifndef _MMIICNOTHER_H
#define _MMIICNOTHER_H

#define animGoodbye 10
#define animwelcome 14
#define screenparts 5
#define animcall 8//zy Mobile Innovation 08/01/02 call animation bitmap's number
#define animCF 5 //WUFEI APPEND, zhouyue 2002-12-23 change 8 from 5
#define volumebmp 6 //xsf add 2002.08.27 adjust melody volume bmp's num
#define ThemeNums 5

typedef enum							/* AVAILABLE ICONS IDLE MODE*/
{
    iconIdSMS = 0,						/* icon New SMS message     */
    iconIdVoice,                        /* icon New Voice mail      */
    iconIdCallFor,                      /* icon Call forward uncond */
    iconIdSilRin,                       /* icon silent ringer       */
    iconIdKeyplock,                     /* icon Keypad locked       */
    iconIdCipheringActiv,               /* icon Ciphering           */        
    iconIdCipheringDeActiv,             /* icon Ciphering           */            
	iconIdRinger,                       /* icon ringer              */
	iconIdVibrator,                     /* icon vibrator            */
	iconIdRingVibr,                     /* icon ringer + vibrator   */
	iconIdAlarm,                        /* icon alarm on            */
    iconSIMTool,                        /* icon SIM Toolkit         */
    iconMessages,                       /* icon Messages            */
    iconOrganiser,                      /* icon Organiser           */
    iconSounds,                         /* icon Sounds              */
    iconSettings,                       /* icon Settings            */
    iconServices2,                      /* icon Services line2 16   */
    iconServices1,                      /* icon Services line1 17   */
    iconRoam,							/* icon Roam                */
    iconWAP,							/* icon WAP					*/
    iconIdGPRSOn,						/* icon GPRS ON  (sbh 18/01/02) */
    iconIdHomezone,						/* icon Homezone  (SH 29/11/01)  old is iconGPRSAttached*/
    iconIdGPRSAttached,					/* icon GPRS Attached (sbh 18/01/02) */
    iconIdTimer,
	iconIdMissedCall,						/* icon Missed Call Sunny add at 2004/03/11 */
    idlIdMax                            /* number of icons          */
} IconId;

typedef enum                            /* AVAILABLE ICONS INPUT MODE*/
{
    iconAMBLOW = 0,                     /* icon ambigous mode low   */
    iconAMBUPP,                         /* icon ambigous mode upper */
    iconAMBNUM,                         /* icon ambigous mode numeric */
    iconMTLOW,                          /* icon multitap mode low   */
    iconMTUPP,                          /* icon multitap mode upper */
    iconMTNUM,                          /* icon multitap mode numeric */
    inputIdMax                          /* number of icons          */
} IconInputId;

typedef enum                            /* AVAILABLE ICONS BATTERY  */
{
	iconBattery4 = 0,                   /* icon Battery 0-4%        */
	iconBattery14,                      /* icon Battery 5-14%       */
	iconBattery24,                      /* icon Battery 15-24%      */
	iconBattery49,                      /* icon Battery 25-49%      */
	iconBattery100,                     /* icon Battery 50-100%     */
	iconBattMax                         /* number of batterie icon  */
}IconBattId;

typedef enum                            /* AVAILABLE ICONS SIGNAL */
{
	iconSigStat49 = 0,                  /* icon Signal 0-49         */
	iconSigStat99,                      /* icon Signal 50-99        */
	iconSigStat149,                     /* icon Signal 100-149      */
	iconSigStat199,                     /* icon Signal 150-199      */
	iconSigStat255,                     /* icon Signal 200-255      */
	iconSigStat300,                    //xsf add for value 5 12.05	/* 2004/03/11 sunsj remove */
	iconSignalMax                       /* number of signal icon    */
}IconSignId;


/*************************************************

$Description:	时间日期相关部分图片

***************************************************/


#ifndef MMIICNTD_H
#define MMIICNTD_H

/* 世界时钟背景图 128*68 */
extern	const unsigned char gImage_world_bmp[];

/* 设置日期时的左右箭头 4*8 */
extern	const unsigned char left_key[];
extern	const unsigned char right_key[];

/* 日程表 */
// 星期行的显示图片 128*16
extern const unsigned char gImage_week[];

// 农历背景图片128*17
extern const unsigned char gImage_nl[];

// 标题背景图片 128*18
extern const unsigned char gImage_pic[]; 

// 日程焦点图片 17*4
extern const unsigned char gImage_focus[]; 

/* ring select pictures */
// first frame of ring select 52*63
extern const unsigned char gImage_ring1[];

// second frame of ring select 22*26
extern const unsigned char gImage_ring2l[];

// second frame of ring select 23*31
extern const unsigned char gImage_ring2r[];


#endif
/***********用于录音******************************/
extern const unsigned char iconVoicePlay[];//(46, 55, 27, 30);
extern const unsigned char iconRecord[];//(46, 59, 28, 20);

/**************************************待机时电池********************************/
extern const MfwIcnAttr batt_Attr [];
extern const MfwIcnAttr battMask_Attr [];

/**************************************关机充电时电池图片********************************/
extern const MfwIcnAttr Bigbatt_Attr [] ;
extern const MfwIcnAttr Bigbatt_Attr_mask [] ; //2004-04-13 Sunny add

extern const unsigned char newSMS[];

extern MfwIcnAttr colist;
//#define COLIST_HASMASK
#ifdef COLIST_HASMASK
extern const MfwIcnAttr colistMask;
#endif
extern const MfwIcnAttr situation4Icon[];

/*******************************************************************************
                                                                              
                                Externally declared data elements
                                                                              
*******************************************************************************/

extern const MfwIcnAttr idl_AttrMask[ idlIdMax ];
extern const MfwIcnAttr idl_Attr[ idlIdMax ];
//2004/03/11 Sunny add
extern const MfwIcnAttr idl_AttrMask_Outer[ idlIdMax ];
extern const MfwIcnAttr idl_Attr_Outer[ idlIdMax ];

extern		 MfwIcnAttr scene_Attr_Outer[5];
extern       MfwIcnAttr sceneMask_Attr_Outer[5];
//2004/03/11 Sunny add end
extern MfwIcnAttr  cb_chanel_icon[]; //2004-04-20 Sunny add
extern const MfwIcnAttr batt_Attr[];
/*2003/11/13,talcon add */
extern const MfwIcnAttr battMask_Attr[];
extern const MfwIcnAttr Bigbatt_Attr[ iconBattMax ];

extern const MfwIcnAttr sign_Attr[ iconSignalMax ];
extern const MfwIcnAttr signMask_Attr [iconSignalMax];

/* 2004/05/21 yhf add for outeridle */
extern const MfwIcnAttr outersign_Attr[ iconSignalMax ];
extern const MfwIcnAttr outersignMask_Attr [iconSignalMax];
/*end yhf add*/

extern  MfwIcnAttr mainIconSimToolkit;
extern  MfwIcnAttr mainIconCalculator;
extern  MfwIcnAttr mainIconSettings;
extern  MfwIcnAttr mainIconRecentCalls;
extern  MfwIcnAttr mainIconCallDivert;
extern  MfwIcnAttr mainIconSecurity;
extern  MfwIcnAttr mainIconMessages;
extern  MfwIcnAttr mainIconPhonebook;
extern  MfwIcnAttr mainIconWAP;
extern  MfwIcnAttr IconTexteZiText;
extern  MfwIcnAttr IconTexteZiTextSmall;
extern const MfwIcnAttr menuup[ThemeNums];
//extern const  MfwIcnAttr menumid[ThemeNums];
extern const  MfwIcnAttr menumid[ThemeNums];//yhf add  2004/05/14
extern const  MfwIcnAttr menudown[ThemeNums];
extern const MfwIcnAttr menuup_little[ThemeNums ];  //xsf add for display index of menu 12.26


/**********begin zy add for menutitleicon***********************/
/* talcon : modify */
//extern const MfwIcnAttr titleicons[9][2];
extern const MfwIcnAttr titleicons[ ];

/**********end of zy titleicon*********************************/
/*..........zy add for setting menu 04/08/02..........................*/
/*..........end of zy add for setting menu 04/08/02..........................*/


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -