RemoteUpgrade.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #if !defined(AFX_REMOTEUPGRADE_H__A56401A5_E8C6_470C_99E3_45B65770BDFC__INCLUDED_)
  2. #define AFX_REMOTEUPGRADE_H__A56401A5_E8C6_470C_99E3_45B65770BDFC__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RemoteUpgrade.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRemoteUpgrade dialog
  10. class CRemoteUpgrade : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRemoteUpgrade(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. LONG m_lUpgrade;
  17. UINT m_nTime;
  18. BOOL m_bUpgrade;
  19. // Dialog Data
  20. //{{AFX_DATA(CRemoteUpgrade)
  21. enum { IDD = IDD_DLG_UPGRADE };
  22. CString m_sUpgradeFile;
  23. CString m_static;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CRemoteUpgrade)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CRemoteUpgrade)
  35. afx_msg void OnButtonbrowsefile();
  36. afx_msg void OnButtonbupgrade();
  37. afx_msg void OnButtonbexit();
  38. afx_msg void OnTimer(UINT nIDEvent);
  39. virtual BOOL OnInitDialog();
  40. virtual void OnCancel();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_REMOTEUPGRADE_H__A56401A5_E8C6_470C_99E3_45B65770BDFC__INCLUDED_)