PROGRESSWND.H
上传用户:sanlisteel
上传日期:2008-06-19
资源大小:98k
文件大小:1k
- #if !defined(AFX_PROGRESSWND_H__278AEEF6_79E3_408B_910F_12A07CE3CE41__INCLUDED_)
- #define AFX_PROGRESSWND_H__278AEEF6_79E3_408B_910F_12A07CE3CE41__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ProgressWnd.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CProgressWnd window
- class CProgressWnd : public CWnd
- {
- // Construction
- public:
- CProgressWnd();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CProgressWnd)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- int x;
- virtual ~CProgressWnd();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CProgressWnd)
- afx_msg void OnPaint();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PROGRESSWND_H__278AEEF6_79E3_408B_910F_12A07CE3CE41__INCLUDED_)