mms_image.h
资源名称:MMSCodes.rar [点击查看]
上传用户:fuyouda
上传日期:2021-12-23
资源大小:164k
文件大小:2k
源码类别:
手机彩信(MMS)编程
开发平台:
C/C++
- /*****************************************************************************
- ** File Name: xxx_mmi_image.h *
- ** Author: *
- ** Date: 12/2003 *
- ** Copyright: 2003 Spreadtrum, Incoporated. All Rights Reserved. *
- ** Description: This file is used to describe call log *
- ******************************************************************************
- ** Important Edit History *
- ** --------------------------------------------------------------------------*
- ** Create by Spreadtrum Resource Editor tool *
- ******************************************************************************/
- #ifndef MMS_RES_MMI_IMAGE_H_
- #define MMS_RES_MMI_IMAGE_H_
- #include "sci_types.h"
- #include "mmi_anim.h"
- #include "mmi_imagefun.h"
- #include "mmi_module.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- ///////////////////////////////////////////////////////////////////////////////
- // 图片资源ID
- ///////////////////////////////////////////////////////////////////////////////
- typedef enum MMS_RES_MMI_IMAGE_ID_E
- {
- MMS_RES_IMAGE_NULL = MMI_MODULE_MMS_RES << 16,
- IMAGE_MMS_INSERT_PIC_ICON,
- IMAGE_MMS_INSERT_RING_ICON,
- IMAGE_MMS_NOTIFY_DOWNLOADED_ICON,
- IMAGE_MMS_NOTIFY_NEW_ICON,
- IMAGE_READ_MMS_ICON,
- IMAGE_NOT_READ_MMS_ICON,
- IMAGE_SEND_SUCCESS_MMS_ICON,
- IMAGE_SEND_FAIL_MMS_ICON,
- IMAGE_DRAFT_MMS_ICON,
- IMAGE_MMS_PROGRESS_BAR_ICON,
- IMAGE_MMS_HAVEDV_ICON,
- IMAGE_MMS_IMAGE_BIG_ICON,
- MMS_RES_IMAGE_MAX_ID
- } MMS_RES_MMI_IMAGE_ID_E;
- #ifdef __cplusplus
- }
- #endif
- #endif //MMS_RES_MMI_IMAGE_H_