popupicn.h
来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 75 行
H
75 行
#ifndef _POPUPICN_H_
#define _POPUPICN_H_
#include "mfw_mfw.h"
#include "mfw_icn.h"
/* ************************************************
特殊界面背景图,图片大小为128*142
************************************************ */
#if(MAIN_LCD_SIZE==3)//jhxu720
extern const MfwIcnAttr icnSpBkgAttr[];
extern const MfwIcnAttr popup_background[];
extern const MfwIcnAttr popIcon[];
extern const MfwIcnAttr iconPopMask[];
extern const MfwIcnAttr CallIcon[];
#elif(MAIN_LCD_SIZE==4)
extern const MfwIcnAttr icnSpBkgAttr[];
extern const MfwIcnAttr popup_background[];
extern const MfwIcnAttr PopActionbg[];
extern const MfwIcnAttr PopAction[];
extern const MfwIcnAttr Smssend[];
extern const MfwIcnAttr CallIcon[];
extern const MfwIcnAttr waiting[];
extern const MfwIcnAttr deleteIcon[];
extern const MfwIcnAttr copyicon[];
extern const MfwIcnAttr saveicon[];
extern const MfwIcnAttr completeicon[];
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?