mmsexample.hrh
来自「Symbian c++ 的彩信发送接收实例」· HRH 代码 · 共 42 行
HRH
42 行
/*
* ============================================================================
* 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
};
enum
{
ETelNumEditor = 50 // Id of telephone number field in dialog
};
enum
{
EMaxTelephoneNumberLength = 30
};
#endif //__MMSEXAMPLE_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?