⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clientdemodlg.h

📁 基于海康威视DVR的完整远程监控程序
💻 H
字号:
// clientdemoDlg.h : header file
//

#if !defined(AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_)
#define AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "hikclient.h"

/////////////////////////////////////////////////////////////////////////////
// CClientdemoDlg dialog
class CClientdemoDlg : public CDialog
{
// Construction
public:
	void OnDbStatic4();
	void OnDbStatic3();
	void OnDbStatic2();
	void OnDbStatic1();
	CClientdemoDlg(CWnd* pParent = NULL);	// standard constructor
	void OnMyCommand(WPARAM wParam, LPARAM lParam);

	HANDLE hChannel[64];
	LONG nn1;
	LONG nn2;
	LONG nn3;
	LONG nn4;
	LONG nn5;
	LONG nn6;
	LONG nn7;
	LONG nn8;

// Dialog Data
	//{{AFX_DATA(CClientdemoDlg)
	enum { IDD = IDD_CLIENTDEMO_DIALOG };
	CStatic	m_video8;
	CStatic	m_video7;
	CStatic	m_video6;
	CStatic	m_video5;
	int		m_linktype;
	CString	m_ipadd;
	int		m_shownum;
	int		m_delaytype;
	int		m_showmode;
	int		m_bframenum;
	CString	m_frameshow;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CClientdemoDlg)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CClientdemoDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnStatic5();
	afx_msg void OnStatic7();
	afx_msg void OnStatic6();
	afx_msg void OnStatic8();
	afx_msg void OnButton4();
	afx_msg void OnButton3();
	afx_msg void OnButton6();
	afx_msg void OnDestroy();
	afx_msg void OnButton5();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnButton9();
	afx_msg void OnShowmode2();
	afx_msg void OnShowmode1();
	afx_msg void OnButton10();
	afx_msg void OnRadiobfram0();
	afx_msg void OnRadiobfram1();
	afx_msg void OnRadiobfram2();
	afx_msg void OnMove(int x, int y);
	afx_msg void OnButton11();
	afx_msg void OnButton12();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CLIENTDEMODLG_H__1F214317_594C_11D5_A36C_0050BA654BA7__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -