UserTree.h
资源名称:MSN.rar [点击查看]
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:1k
源码类别:
ICQ/即时通讯
开发平台:
Visual C++
- #if !defined(AFX_USERTREE_H__4B5CADDA_BDB4_4752_8CF2_1B77020CAEA7__INCLUDED_)
- #define AFX_USERTREE_H__4B5CADDA_BDB4_4752_8CF2_1B77020CAEA7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // UserTree.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CUserTree window
- class CUserTree : public CTreeCtrl
- {
- // Construction
- public:
- CUserTree();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUserTree)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CUserTree();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CUserTree)
- // 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_USERTREE_H__4B5CADDA_BDB4_4752_8CF2_1B77020CAEA7__INCLUDED_)