?? mms_anim.h
字號:
/*****************************************************************************
** 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_ANIM_H_
#define MMS_RES_MMI_ANIM_H_
#include "sci_types.h"
#include "mmi_module.h"
#ifdef __cplusplus
extern "C" {
#endif
///////////////////////////////////////////////////////////////////////////////
// 動畫資源ID
///////////////////////////////////////////////////////////////////////////////
typedef enum MMS_RES_MMI_ANIM_ID_E
{
MMS_RES_IMAGE_AMIN_NULL = MMI_MODULE_MMS<< 16,
IMAGE_MMS_HAVEDV_ANIM,
IMAGE_MMS_IMAGE_BIG_ANIM,
MMS_RES_IMAGE_AMIN_MAX
} MMS_RES_MMI_ANIM_ID_E;
#ifdef __cplusplus
}
#endif
#endif //MMS_RES_MMI_ANIM_H_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -