1 Star 0 Fork 0

yyj8209/HikVisionStation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DlgPTZCruise.h 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
yyj8209 提交于 2021-09-27 20:21 . init
#pragma once
#include "afxwin.h"
#include "afxcmn.h"
#include "ClientDemo.h"
// CDlgPTZCruise dialog
class CDlgPTZCruise : public CDialog
{
DECLARE_DYNAMIC(CDlgPTZCruise)
public:
CDlgPTZCruise(CWnd* pParent = NULL); // standard constructor
virtual ~CDlgPTZCruise();
// Dialog Data
public:
//{{AFX_DATA(CDlgPTZCruise)
enum { IDD = IDD_DLG_PTZ_CRUISE };
CComboBox m_comboSeqPreset;
CComboBox m_comboSeqTime;
CComboBox m_comboSeqSpeed;
CComboBox m_comboPoint;
CComboBox m_comboCruiseRoute;
//}}AFX_DATA
//{{AFX_VIRTUAL(CDlgPTZCruise)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
protected:
// Generated message map functions
//{{AFX_MSG(CDlgPTZCruise)
virtual BOOL OnInitDialog();
afx_msg void OnBnClickedButtonAdd();
afx_msg void OnBnClickedButtonDel();
afx_msg void OnBnClickedButtonSave();
afx_msg void OnCbnSelchangeComboCruisePoint();
afx_msg void OnCbnSelchangeComboCruiseRoute();
afx_msg void OnBnClickedBtnExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
long m_lRealHandle;
int m_iCruiseNum;
int m_iSeqPoint;
int m_iPresetNum;
int m_iSeqDwell;//time interval
int m_iSeqSpeed;
BOOL m_bPrivateIPMode;
NET_DVR_CRUISE_RET m_struCruiseRet;
NET_DVR_CRUISEPOINT_COND m_struCruisePointCond;
NET_DVR_CRUISEPOINT_V50 m_struCruisePointV50;
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yyj8209/hik-vision-station.git
git@gitee.com:yyj8209/hik-vision-station.git
yyj8209
hik-vision-station
HikVisionStation
master

搜索帮助