📄 pushbox.hrh
字号:
/*
============================================================================
Name : pushBox.hrh
Author :
Version :
Copyright : Your copyright notice
Description : Enumerations used in the application UI
============================================================================
*/
#ifndef __PUSHBOX_HRH__
#define __PUSHBOX_HRH__
// pushBox enumerate command codes
enum TpushBoxIds
{
EpushBoxCommand1 = 1, // start value must not be 0
EpushBoxCommand2
};
#endif // __PUSHBOX_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -