#if !defined(AFX_USERFILEUPDATE_H__6D24E51D_AD46_4E72_A835_42CAF926EC9E__INCLUDED_) #define AFX_USERFILEUPDATE_H__6D24E51D_AD46_4E72_A835_42CAF926EC9E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // UserFileUpdate.h : header file // ///////////////////////////////////////////////////////////////////////////// // CUserFileUpdate dialog class CUserFileUpdate : public CDialog { // Construction public: // bool m_bFile; // CString m_sFileName; // CString m_sFilePath; CUserFileUpdate(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CUserFileUpdate) enum { IDD = IDD_DIALOG_USERFILEUPDATE }; CString m_edSelectIP; CString m_sedBrowse; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CUserFileUpdate) 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(CUserFileUpdate) afx_msg void OnButtonBrowse(); afx_msg void OnButtonUpdate(); 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_USERFILEUPDATE_H__6D24E51D_AD46_4E72_A835_42CAF926EC9E__INCLUDED_)