Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
mms_image.h
Package: MMS.rar [view]
Upload User: tqh2500
Upload Date: 2014-05-09
Package Size: 163k
Code Size: 2k
Category:
MMS
Development Platform:
Visual 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_