STATUSBAR.H
上传用户:bjaaa555
上传日期:2013-01-31
资源大小:40k
文件大小:1k
源码类别:

状态条

开发平台:

Visual C++

  1. #if !defined(AFX_STATUSBAR_H__DC9D02A4_E3E9_11D1_B6E6_08005AD2C08F__INCLUDED_)
  2. #define AFX_STATUSBAR_H__DC9D02A4_E3E9_11D1_B6E6_08005AD2C08F__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. #ifndef __AFXWIN_H__
  7. #error include 'stdafx.h' before including this file for PCH
  8. #endif
  9. #include "resource.h"       // Hauptsymbole
  10. class CStatusBarApp : public CWinApp
  11. {
  12. public:
  13. CStatusBarApp();
  14. // 躡erladungen
  15. // Vom Klassenassistenten generierte 躡erladungen virtueller Funktionen
  16. //{{AFX_VIRTUAL(CStatusBarApp)
  17. public:
  18. virtual BOOL InitInstance();
  19. //}}AFX_VIRTUAL
  20. // Implementierung
  21. //{{AFX_MSG(CStatusBarApp)
  22. afx_msg void OnAppAbout();
  23. afx_msg void OnTest();
  24. //}}AFX_MSG
  25. DECLARE_MESSAGE_MAP()
  26. };
  27. /////////////////////////////////////////////////////////////////////////////
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Developer Studio f黦t zus鋞zliche Deklarationen unmittelbar vor der vorhergehenden Zeile ein.
  30. #endif // !defined(AFX_STATUSBAR_H__DC9D02A4_E3E9_11D1_B6E6_08005AD2C08F__INCLUDED_)