silentsms.hrh
来自「symbian第二版秘密收发短信(不响铃不震动)的例子实现。」· HRH 代码 · 共 21 行
HRH
21 行
/*
============================================================================
Name : SilentSms.hrh
Author :
Version :
Copyright : Your copyright notice
Description : Enumerations used in the application UI
============================================================================
*/
#ifndef __SILENTSMS_HRH__
#define __SILENTSMS_HRH__
// SilentSms enumerate command codes
enum TSilentSmsIds
{
ESilentSmsCommand1 = 1 // start value must not be 0
};
#endif // __SILENTSMS_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?