camdecode_3rd.hrh
来自「PartiTekSDK.chm is for windows, Unix/Lin」· HRH 代码 · 共 31 行
HRH
31 行
/*
============================================================================
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 + =
减小字号Ctrl + -
显示快捷键?