Tree2.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:2k
- #if !defined(AFX_TREE2_H__2AB64F1D_27CD_412A_A5D1_7B9A92488126__INCLUDED_)
- #define AFX_TREE2_H__2AB64F1D_27CD_412A_A5D1_7B9A92488126__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Tree2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CTree2 view
- #include <afxcview.h>
- class CTree2 : public CTreeView
- {
- protected:
- CTree2(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CTree2)
- // Attributes
- public:
- // Operations
- public:
- CImageList m_ImageList;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTree2)
- public:
- virtual void OnInitialUpdate();
- virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CTree2();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTree2)
- // 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_TREE2_H__2AB64F1D_27CD_412A_A5D1_7B9A92488126__INCLUDED_)