1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #if !defined(AFX_REMOTEUPGRADE_H__A56401A5_E8C6_470C_99E3_45B65770BDFC__INCLUDED_)
- #define AFX_REMOTEUPGRADE_H__A56401A5_E8C6_470C_99E3_45B65770BDFC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RemoteUpgrade.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRemoteUpgrade dialog
- class CRemoteUpgrade : public CDialog
- {
- // Construction
- public:
- CRemoteUpgrade(CWnd* pParent = NULL); // standard constructor
- LONG m_lServerID;
- LONG m_lUpgrade;
- UINT m_nTime;
- BOOL m_bUpgrade;
- // Dialog Data
- //{{AFX_DATA(CRemoteUpgrade)
- enum { IDD = IDD_DLG_UPGRADE };
- CString m_sUpgradeFile;
- CString m_static;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRemoteUpgrade)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CRemoteUpgrade)
- afx_msg void OnButtonbrowsefile();
- afx_msg void OnButtonbupgrade();
- afx_msg void OnButtonbexit();
- afx_msg void OnTimer(UINT nIDEvent);
- virtual BOOL OnInitDialog();
- virtual void OnCancel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REMOTEUPGRADE_H__A56401A5_E8C6_470C_99E3_45B65770BDFC__INCLUDED_)
|