matrow.h

来自「SDK DVR/DVS HIKVISION」· C头文件 代码 · 共 72 行

H
72
字号
#if !defined(AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_)
#define AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MatRow.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMatRow dialog

class CMatRow : public CDialog
{
// Construction
public:
	CMatRow(CWnd* pParent = NULL);   // standard constructor
	int		m_iChannelnumber;
	LONG	m_lServerID;
	LONG	m_lStartChan;
	int		m_nChanSel;
	int		m_iRowNum;

// Dialog Data
	//{{AFX_DATA(CMatRow)
	enum { IDD = IDD_DLG_MATROW };
	CComboBox	m_DecChanCtrl;
	CComboBox	m_TypeCtrl;
	CComboBox	m_ProtocalCtrl;
	CComboBox	m_ChanCtrl;
	CListCtrl	m_List;
	CString	m_UserPSW;
	CString	m_UserName;
	int		m_Port;
	CString	m_Ip;
	CString	m_ChanName;
	int		m_RowNUM;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMatRow)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMatRow)
	virtual void OnCancel();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnButdecstart();
	afx_msg void OnButdecstop();
	afx_msg void OnButgetrow();
	afx_msg void OnButano();
	afx_msg void OnButao();
	afx_msg void OnButexit();
	afx_msg void OnRclickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButdel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_)

⌨️ 快捷键说明

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