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

工具条

开发平台:

Visual C++

  1. #if !defined(AFX_MYTREE_H__1FE29824_A2F9_4B09_AACF_A6D7444438C3__INCLUDED_)
  2. #define AFX_MYTREE_H__1FE29824_A2F9_4B09_AACF_A6D7444438C3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyTree.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MyTree window
  10. #include "CTreeControlBarDoc.h"
  11. class MyTree : public CTreeCtrl
  12. {
  13. // Construction
  14. public:
  15. MyTree();
  16. // Attributes
  17. public:
  18. UINT m_uFlags;
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(MyTree)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~MyTree();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(MyTree)
  31. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  32. //}}AFX_MSG
  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_MYTREE_H__1FE29824_A2F9_4B09_AACF_A6D7444438C3__INCLUDED_)