#if !defined(AFX_WEBPAGEROOT_H__E21BEEBA_7C9F_4472_A947_8754B176ED6F__INCLUDED_) #define AFX_WEBPAGEROOT_H__E21BEEBA_7C9F_4472_A947_8754B176ED6F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // WebPageRoot.h : header file // ///////////////////////////////////////////////////////////////////////////// // CWebPageRoot dialog class CWebPageRoot : public CDialog { // Construction public: bool m_bCheck; CWebPageRoot(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CWebPageRoot) enum { IDD = IDD_DIALOG_WEBROOT }; CString m_sNewRoot; CString m_edSelectIP; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CWebPageRoot) public: virtual BOOL PreTranslateMessage(MSG* pMsg); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CWebPageRoot) afx_msg void OnButtonSetup(); virtual BOOL OnInitDialog(); afx_msg void OnCheck(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_WEBPAGEROOT_H__E21BEEBA_7C9F_4472_A947_8754B176ED6F__INCLUDED_)