Tree2.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. #if !defined(AFX_TREE2_H__2AB64F1D_27CD_412A_A5D1_7B9A92488126__INCLUDED_)
  2. #define AFX_TREE2_H__2AB64F1D_27CD_412A_A5D1_7B9A92488126__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Tree2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTree2 view
  10. #include <afxcview.h>
  11. class CTree2 : public CTreeView
  12. {
  13. protected:
  14. CTree2();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CTree2)
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. CImageList m_ImageList;
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CTree2)
  24. public:
  25. virtual void OnInitialUpdate();
  26. virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
  27. protected:
  28. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  29. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. virtual ~CTree2();
  34. #ifdef _DEBUG
  35. virtual void AssertValid() const;
  36. virtual void Dump(CDumpContext& dc) const;
  37. #endif
  38. // Generated message map functions
  39. protected:
  40. //{{AFX_MSG(CTree2)
  41. // NOTE - the ClassWizard will add and remove member functions here.
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_TREE2_H__2AB64F1D_27CD_412A_A5D1_7B9A92488126__INCLUDED_)