#if !defined(AFX_PAGEDDNS_H__A5D3EFAD_B51D_4105_AA80_523CF10670D3__INCLUDED_) #define AFX_PAGEDDNS_H__A5D3EFAD_B51D_4105_AA80_523CF10670D3__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageDDNS.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPageDDNS dialog #include "ParamDlg.h" class CPageDDNS : public CParamDlg { // Construction public: CPageDDNS(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageDDNS) enum { IDD = IDD_PG_DDNS }; CComboBox m_cbIPType; CEdit m_edtPort; CComboBox m_cbCommand; CComboBox m_cbServerType; CString m_strAddr; CString m_strDnsName; UINT m_uUpdateTime; CString m_strUserID; CString m_strUserPW; UINT m_uPort; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageDDNS) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPageDDNS) virtual BOOL OnInitDialog(); afx_msg void OnBtnDdnsSet(); afx_msg void OnSelchangeCbDdnsServerType(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: BOOL SaveSetting(); BOOL ResetSetting(); BOOL UpdateSetting(); private: INet5 *m_pNet5Api; IMessageManager *m_pMsgMgr; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGEDDNS_H__A5D3EFAD_B51D_4105_AA80_523CF10670D3__INCLUDED_)