remoteserverconfig.h

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

H
98
字号
#if !defined(AFX_REMOTESERVERCONFIG_H__6F6F3EBC_CE37_485B_9DEB_5A56F3158D2D__INCLUDED_)
#define AFX_REMOTESERVERCONFIG_H__6F6F3EBC_CE37_485B_9DEB_5A56F3158D2D__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CRemoteServerConfig dialog

class CRemoteServerConfig : public CDialog
{
// Construction
public:
	CRemoteServerConfig(CWnd* pParent = NULL);   // standard constructor
	
	DWORD m_dwUseZoom;
	WORD m_wATMPort;
	int		m_iServer;
	int		m_iChannelnumber;
	LONG	m_lServerID;
	LONG	m_lStartChannel;	
	NET_DVR_DEVICECFG m_devicecfg;
	NET_DVR_NETCFG m_netcfg;
	NET_DVR_NETCFG_OTHER m_MultiDecoder;
	DWORD dwReturned;
	BOOL	bSetServerParams;
	BOOL	m_bConnectServer;
	BOOL	m_bSupScale;
// Dialog Data
	//{{AFX_DATA(CRemoteServerConfig)
	enum { IDD = IDD_SUBDLG_SERVERCFG };
	CComboBox	m_UseZoom;
	CComboBox	m_ServerTypeCtrl;
	CComboBox	m_RecycleRecord;
	CComboBox	m_ComPPPoE;
	CComboBox	m_NetFace;
	int		m_AlarmInNum;
	int		m_AlarmOutNum;
	int		m_ChanNum;
	CString	m_DNSIP;
	CString	m_GateWay;
	CString	m_ServerIP;
	CString	m_IPMask;
	CString	m_MultiIP;
	CString	m_ServerName;
	CString	m_NFSDir;
	CString	m_NFSIP;
	int		m_ServerPort;
	CString	m_ServerSerial;
	int		m_YKQID;
	int		m_HardNum;
	CString	m_ManageHostIP;
	int		m_ManageHostPort;
	CString	m_PPPoEName;
	CString	m_PPPoEpsw;
	int		m_QMBVersion;
	CString	m_MacAddr;
	CString	m_csHardVersion;
	CString	m_csSoftVersion;
	CString	m_csDspVersion;
	CString	m_PPPoEIP;
	int		m_httpPort;
	CString	m_FirstDNS;
	CString	m_SecondDNS;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CRemoteServerConfig)
	virtual BOOL OnInitDialog();
	afx_msg void OnSvrok();
	afx_msg void OnExit();
	virtual void OnCancel();
	virtual void OnOK();
	afx_msg void OnSetnetpara();
	afx_msg void OnDdnsexcfg();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_REMOTESERVERCONFIG_H__6F6F3EBC_CE37_485B_9DEB_5A56F3158D2D__INCLUDED_)

⌨️ 快捷键说明

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