Tree1.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- #if !defined(AFX_TREE1_H__FF730EEC_D9E6_4928_AE32_EA5BA392F040__INCLUDED_)
- #define AFX_TREE1_H__FF730EEC_D9E6_4928_AE32_EA5BA392F040__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Tree1.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CTree1 view
- #include <afxcview.h>
- class CTree1 : public CTreeView
- {
- protected:
- CTree1(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CTree1)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTree1)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CTree1();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTree1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TREE1_H__FF730EEC_D9E6_4928_AE32_EA5BA392F040__INCLUDED_)