pgrsbar.h
Upload User: nhyuejuan
Upload Date: 2013-12-02
Package Size: 171k
Code Size: 2k
Category:

StatusBar

Development Platform:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Project:PGRSBAR
  3. // Author:NorthTibet
  4. // Date:星期二, 十二月 31, 2002
  5. // Description:在状态栏例实现进程指示器控制。
  6. //
  7. /////////////////////////////////////////////////////////////////////////////
  8. // pgrsbar.h : main header file for the PGRSBAR application
  9. //
  10. #if !defined(AFX_PGRSBAR_H__F4E6B7EE_B12F_4F5C_B054_A796AEACF265__INCLUDED_)
  11. #define AFX_PGRSBAR_H__F4E6B7EE_B12F_4F5C_B054_A796AEACF265__INCLUDED_
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif // _MSC_VER > 1000
  15. #ifndef __AFXWIN_H__
  16. #error include 'stdafx.h' before including this file for PCH
  17. #endif
  18. #include "resource.h"       // main symbols
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CMyApp:
  21. // See pgrsbar.cpp for the implementation of this class
  22. //
  23. class CMyApp : public CWinApp
  24. {
  25. public:
  26. CMyApp();
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CMyApp)
  30. public:
  31. virtual BOOL InitInstance();
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. //{{AFX_MSG(CMyApp)
  35. afx_msg void OnAppAbout();
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //    DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_PGRSBAR_H__F4E6B7EE_B12F_4F5C_B054_A796AEACF265__INCLUDED_)