OAMDOCKBAR.H
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_OAMDOCKBAR_H__112ECEE4_0C04_11D3_BAAE_12345600558E__INCLUDED_)
  2. #define AFX_OAMDOCKBAR_H__112ECEE4_0C04_11D3_BAAE_12345600558E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OAMDockBar.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COAMDockBar window
  10. class COAMDockBar : public CDockBar
  11. {
  12. DECLARE_DYNAMIC(COAMDockBar)
  13. // Construction
  14. public:
  15. COAMDockBar();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(COAMDockBar)
  23. public:
  24. virtual CSize CalcFixedLayout(BOOL bStretch, BOOL bHorz);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~COAMDockBar();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(COAMDockBar)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //    DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_OAMDOCKBAR_H__112ECEE4_0C04_11D3_BAAE_12345600558E__INCLUDED_)