mybar.h
上传用户:nbkytg
上传日期:2021-02-14
资源大小:126k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. #if !defined(AFX_MYBAR_H__076239B0_BC34_446B_A632_0D3EDE574BD9__INCLUDED_)
  2. #define AFX_MYBAR_H__076239B0_BC34_446B_A632_0D3EDE574BD9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // mybar.h : header file
  7. //
  8. #include "MyTree.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // mybar window
  11. #include "sizecbar.h"
  12. #define ID_TREECTRL 2001
  13. class mybar : public CSizingControlBar
  14. {
  15. // Construction
  16. public:
  17. mybar();
  18. // Attributes
  19. public:
  20. MyTree m_TreeCtrl;
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(mybar)
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. void OnUpdateCmdUI(CFrameWnd *pTarget, BOOL bDisableIfNoHndler);
  30. virtual ~mybar();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(mybar)
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. afx_msg void OnSize(UINT nType, int cx, int cy);
  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_MYBAR_H__076239B0_BC34_446B_A632_0D3EDE574BD9__INCLUDED_)