📄 camdecode_3rd.hrh
字号:
/*
============================================================================
Name : CamDecode_3rd.hrh
Author :
Version :
Copyright : Your copyright notice
Description : Enumerations used in the application UI
============================================================================
*/
#ifndef __CAMDECODE_3RD_HRH__
#define __CAMDECODE_3RD_HRH__
#define _UID3 0xe5fb49dc
// CamDecode_3rd enumerate command codes
enum TCamDecode_3rdIds
{
ECamDecode_3rdCommand1 = 1, // start value must not be 0
ECamDecode_3rdCommand2,
EHelp,
EAbout
};
enum TCamDecodeDlgLineId // dialog line ids
{
EInfomation=1
};
#endif // __CAMDECODE_3RD_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -