phonebookicn.h

来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef _PHONEBOOKICN_H_
#define _PHONEBOOKICN_H_

#include "mfw_mfw.h"
#include "mfw_icn.h"

extern const MfwIcnAttr simbookicon[];
extern const MfwIcnAttr nvmbookicon[];

/***********分组图标******************/
extern const MfwIcnAttr BookGroupingIcon[];

/***********电话簿输入字段图标********/
extern const MfwIcnAttr nvm_name[];
extern const MfwIcnAttr nvm_mobile[];
extern const MfwIcnAttr nvm_home[];
extern const MfwIcnAttr nvm_office[]; 
extern const MfwIcnAttr nvm_memo[]; 

#endif

⌨️ 快捷键说明

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