mmsexample.hrh
来自「symbian 彩信发送例子,希望对大家有所帮助」· HRH 代码 · 共 31 行
HRH
31 行
/*
* ============================================================================
* Name : MMSExample.hrh
* Part of : MMSExample
* Created : 06.01.2006 by Forum Nokia
* Description:
* This is the project specification file for MMSExample.
* Version : 2.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __MMSEXAMPLE_HRH__
#define __MMSEXAMPLE_HRH__
enum
{
EMMSExampleCmdSend=100,
EMMSExampleCmdOpenInbox,
EMMSExampleCmdOpenSent,
EClose
};
enum
{
EMMSExampleTelNumEditor
};
#endif //__MMSEXAMPLE_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?