OAMTOOLBAR.H
上传用户:shgx688
上传日期:2009-12-27
资源大小:855k
文件大小:1k
源码类别:

SNMP编程

开发平台:

MultiPlatform

  1. #if !defined(AFX_OAMTOOLBAR_H__4E7988D6_0E43_11D3_BAB3_12345600558E__INCLUDED_)
  2. #define AFX_OAMTOOLBAR_H__4E7988D6_0E43_11D3_BAB3_12345600558E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OAMToolBar.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COAMToolBar window
  10. class COAMToolBar : public CToolBar
  11. {
  12. // Construction
  13. public:
  14. COAMToolBar();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(COAMToolBar)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~COAMToolBar();
  26. // Generated message map functions
  27. protected:
  28. afx_msg void OnCustomDraw(NMHDR* pNMHDR, LRESULT* pResult);
  29. //{{AFX_MSG(COAMToolBar)
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. //}}AFX_MSG
  32. DECLARE_DYNAMIC(COAMToolBar)
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_OAMTOOLBAR_H__4E7988D6_0E43_11D3_BAB3_12345600558E__INCLUDED_)