📄 testapp.hrh
字号:
/* ====================================================================
* File: TestApp.hrh
* Created: 28/06/06 by Forum Nokia
* Author:
* Copyright (c): , All rights reserved
* ==================================================================== */
#ifndef __TestApp_HRH__
#define __TestApp_HRH__
/** TestApp enumerate command codes */
enum TTestAppIds
{
ETestAppCommand1 = 1, // start value must not be 0
ETestAppCommand2
};
#endif // __TestApp_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -