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

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_WORKSPACEBAR_H__002EFB63_1D3B_11D3_BACE_12345600558E__INCLUDED_)
  2. #define AFX_WORKSPACEBAR_H__002EFB63_1D3B_11D3_BACE_12345600558E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WorkSpaceBar.h : header file
  7. //
  8. #include "OAMTabCtrlBar.h"
  9. //#include "StationTreeView.h"
  10. //#include "CmdTreeView.h"
  11. //#include "BreviaryView.h"
  12. #include "snmp_cwdmView.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CWorkSpaceBar window
  15. class CWorkSpaceBar : public COAMTabCtrlBar
  16. {
  17. // Construction
  18. public:
  19. CWorkSpaceBar();
  20. // Attributes
  21. public:
  22. CImageList m_TabImages;
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CWorkSpaceBar)
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. virtual ~CWorkSpaceBar();
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CWorkSpaceBar)
  35. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_WORKSPACEBAR_H__002EFB63_1D3B_11D3_BACE_12345600558E__INCLUDED_)