📄 allcam.h
字号:
// AllCam.h: interface for the CAllCam class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ALLCAM_H__AF8983BD_C397_4C97_AB80_2CCA3E309DA6__INCLUDED_)
#define AFX_ALLCAM_H__AF8983BD_C397_4C97_AB80_2CCA3E309DA6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CamDesc.h"
class CAllCam
{
public:
int curPos;
TCHAR Server[255];
int num;
CCamDesc *pCam;
public:
void Init();
BOOL InitializeRegistry();
BOOL RetrieveFromRegistry();
CAllCam();
virtual ~CAllCam();
};
#endif // !defined(AFX_ALLCAM_H__AF8983BD_C397_4C97_AB80_2CCA3E309DA6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -