PROGRESSWND.H
上传用户:sanlisteel
上传日期:2008-06-19
资源大小:98k
文件大小:1k
源码类别:

数据库系统

开发平台:

C/C++

  1. #if !defined(AFX_PROGRESSWND_H__278AEEF6_79E3_408B_910F_12A07CE3CE41__INCLUDED_)
  2. #define AFX_PROGRESSWND_H__278AEEF6_79E3_408B_910F_12A07CE3CE41__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ProgressWnd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProgressWnd window
  10. class CProgressWnd : public CWnd
  11. {
  12. // Construction
  13. public:
  14. CProgressWnd();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CProgressWnd)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. int x;
  26. virtual ~CProgressWnd();
  27. // Generated message map functions
  28. protected:
  29. //{{AFX_MSG(CProgressWnd)
  30. afx_msg void OnPaint();
  31. afx_msg void OnTimer(UINT nIDEvent);
  32. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_PROGRESSWND_H__278AEEF6_79E3_408B_910F_12A07CE3CE41__INCLUDED_)