📄 silentsms.hrh
字号:
/*
============================================================================
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -