📄 sms3rd.hrh
字号:
/*
============================================================================
Name : SMS3rd.hrh
Author :
Version :
Copyright : Your copyright notice
Description : Enumerations used in the application UI
============================================================================
*/
#ifndef __SMS3RD_HRH__
#define __SMS3RD_HRH__
// SMS3rd enumerate command codes
enum TSMS3rdIds
{
ESMS3rdCommand1 = 1, // start value must not be 0
ESMS3rdCommand2
};
// These enumerations are declared here since they are used
// also in the .rss file.
enum TSmsConstants
{
EMaxTelephoneNumberLength = 15, // max telephone number length
EMaxMessageLength = 160 // max SMS message length (standard)
};
#endif // __SMS3RD_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -