#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; int m_iChannelnumber; LONG m_lServerID; LONG m_lStartChannel; int m_iServer; NET_DVR_DEVICECFG m_devicecfg; NET_DVR_NETCFG m_netcfg; DWORD dwReturned; BOOL bSetServerParams; BOOL m_bConnectServer; NET_DVR_NETCFG_OTHER m_NetCFGOther; int m_iServertype; // 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(); afx_msg void OnEmailcfg(); afx_msg void OnDdnsexcfg(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: BOOL CheckPara(); }; //{{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_)