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

📄 mattrans.h

📁 SDK DVR/DVS HIKVISION
💻 H
字号:
#if !defined(AFX_MATTRANS_H__CF342F1F_AC7C_4065_BA2F_2EA034517ED5__INCLUDED_)
#define AFX_MATTRANS_H__CF342F1F_AC7C_4065_BA2F_2EA034517ED5__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMatTrans dialog

class CMatTrans : public CDialog
{
// Construction
public:
	CMatTrans(CWnd* pParent = NULL);   // standard constructor

	int		m_iChannelnumber;
	LONG	m_lServerID;
	LONG	m_lStartChan;

// Dialog Data
	//{{AFX_DATA(CMatTrans)
	enum { IDD = IDD_DLG_MATTRANS };
	CComboBox	m_BaudCtrl;
	CComboBox	m_StopBitCtrl;
	CListCtrl	m_List;
	CComboBox	m_FlowCtrl;
	CComboBox	m_DataBitCtrl;
	CComboBox	m_CheckBitCtrl;
	CComboBox	m_SerCtrl1;
	CComboBox	m_SerCtrl;
	CComboBox	m_ProCtrl;
	CString	m_Ip;
	int		m_Port;
	int		m_232FullDup;
	int		m_485FullDup;
	//}}AFX_DATA


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

// Implementation
protected:
	void ConInfoToDisp(int index, int i);
protected:

	// Generated message map functions
	//{{AFX_MSG(CMatTrans)
	virtual void OnCancel();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnButset();
	afx_msg void OnButexit();
	afx_msg void OnAddtolist();
	afx_msg void OnDelfromlist();
	afx_msg void OnSetfulldup();
	afx_msg void OnItemclickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

private:
//	NET_DVR_MATRIX_TRAN_CHAN_CONFIG m_stru;
	LONG m_lSerialCount;
};

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

#endif // !defined(AFX_MATTRANS_H__CF342F1F_AC7C_4065_BA2F_2EA034517ED5__INCLUDED_)

⌨️ 快捷键说明

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