ExToolBar.h
上传用户:trjx11
上传日期:2021-03-01
资源大小:158k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. // ExToolBar.h : main header file for the EXTOOLBAR application
  2. //
  3. #if !defined(AFX_EXTOOLBAR_H__298735F8_FF1C_11D1_8A9F_000000000000__INCLUDED_)
  4. #define AFX_EXTOOLBAR_H__298735F8_FF1C_11D1_8A9F_000000000000__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CExToolBarApp:
  14. // See ExToolBar.cpp for the implementation of this class
  15. //
  16. class CExToolBarApp : public CWinApp
  17. {
  18. public:
  19. CExToolBarApp();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CExToolBarApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. COleTemplateServer m_server;
  28. // Server object for document creation
  29. //{{AFX_MSG(CExToolBarApp)
  30. afx_msg void OnAppAbout();
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //    DO NOT EDIT what you see in these blocks of generated code !
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_EXTOOLBAR_H__298735F8_FF1C_11D1_8A9F_000000000000__INCLUDED_)