mms_image.h
上传用户:amanda_214
上传日期:2014-04-26
资源大小:163k
文件大小:2k
开发平台:

C/C++

  1. /*****************************************************************************
  2. ** File Name:      xxx_mmi_image.h                                            *
  3. ** Author:                                                                   *
  4. ** Date:           12/2003                                                   *
  5. ** Copyright:      2003 Spreadtrum, Incoporated. All Rights Reserved.         *
  6. ** Description:    This file is used to describe call log                    *
  7. ******************************************************************************
  8. **                         Important Edit History                            *
  9. ** --------------------------------------------------------------------------*
  10. ** Create by Spreadtrum Resource Editor tool               *
  11. ******************************************************************************/
  12. #ifndef MMS_RES_MMI_IMAGE_H_
  13. #define MMS_RES_MMI_IMAGE_H_
  14. #include "sci_types.h"
  15. #include "mmi_anim.h"
  16. #include "mmi_imagefun.h"
  17. #include "mmi_module.h"
  18. #ifdef __cplusplus
  19. extern   "C" {
  20. #endif
  21. ///////////////////////////////////////////////////////////////////////////////
  22. // 图片资源ID
  23. ///////////////////////////////////////////////////////////////////////////////
  24. typedef enum MMS_RES_MMI_IMAGE_ID_E
  25. {
  26. MMS_RES_IMAGE_NULL = MMI_MODULE_MMS_RES << 16,
  27. IMAGE_MMS_INSERT_PIC_ICON,
  28. IMAGE_MMS_INSERT_RING_ICON,
  29. IMAGE_MMS_NOTIFY_DOWNLOADED_ICON,
  30. IMAGE_MMS_NOTIFY_NEW_ICON,
  31. IMAGE_READ_MMS_ICON,
  32. IMAGE_NOT_READ_MMS_ICON,
  33. IMAGE_SEND_SUCCESS_MMS_ICON,
  34. IMAGE_SEND_FAIL_MMS_ICON,
  35. IMAGE_DRAFT_MMS_ICON,
  36. IMAGE_MMS_PROGRESS_BAR_ICON,
  37. IMAGE_MMS_HAVEDV_ICON,
  38. IMAGE_MMS_IMAGE_BIG_ICON,
  39. MMS_RES_IMAGE_MAX_ID
  40. } MMS_RES_MMI_IMAGE_ID_E;
  41. #ifdef __cplusplus
  42. }
  43. #endif
  44. #endif //MMS_RES_MMI_IMAGE_H_