#if !defined(AFX_WEBUPDATE_H__A4416C89_7692_4AF8_8190_B69A561A09E5__INCLUDED_) #define AFX_WEBUPDATE_H__A4416C89_7692_4AF8_8190_B69A561A09E5__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // WebUpdate.h : header file // ///////////////////////////////////////////////////////////////////////////// // CWebUpdate dialog class CWebUpdate : public CDialog { // Construction public: static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM dwData); BOOL m_bFile; char m_sFilePath[512]; CWebUpdate(CWnd* pParent = NULL); // standard constructor void EnableControl(BOOL bEnable); // Dialog Data //{{AFX_DATA(CWebUpdate) enum { IDD = IDD_DIALOG_WEBUPDATE }; CString m_edSelectIP; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CWebUpdate) 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(CWebUpdate) afx_msg void OnButtonBrowse(); afx_msg void OnButtonUpdate(); afx_msg void OnButtonBackup(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_WEBUPDATE_H__A4416C89_7692_4AF8_8190_B69A561A09E5__INCLUDED_)