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

数据库系统

开发平台:

C/C++

  1. #if !defined(AFX_PROGRESSWIN_H__075FC66A_27A3_456A_8EFB_C14F03F6DDA3__INCLUDED_)
  2. #define AFX_PROGRESSWIN_H__075FC66A_27A3_456A_8EFB_C14F03F6DDA3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ProgressWin.h : header file
  7. //
  8. #include "ProgressWnd.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CProgressWin thread
  11. class CProgressWin : public CWinThread
  12. {
  13. DECLARE_DYNCREATE(CProgressWin)
  14. protected:
  15. CProgressWin();           // protected constructor used by dynamic creation
  16. // Attributes
  17. public:
  18.    CProgressWnd m_pWindow;
  19. // Operations
  20. public:
  21. void OnQuitthread();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CProgressWin)
  25. public:
  26. virtual BOOL InitInstance();
  27. virtual int ExitInstance();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. virtual ~CProgressWin();
  32. // Generated message map functions
  33. //{{AFX_MSG(CProgressWin)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_PROGRESSWIN_H__075FC66A_27A3_456A_8EFB_C14F03F6DDA3__INCLUDED_)