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

界面编程

开发平台:

Visual C++

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