TreeView.h
资源名称:TreeView.rar [点击查看]
上传用户:wrlxzs
上传日期:2022-03-24
资源大小:20k
文件大小:1k
源码类别:
TreeView控件
开发平台:
Visual C++
- // TreeView.h : main header file for the TREEVIEW application
- // Download by http://www.codefans.net
- #if !defined(AFX_TREEVIEW_H__432C13D4_74EF_4310_951C_CEC75C7C2014__INCLUDED_)
- #define AFX_TREEVIEW_H__432C13D4_74EF_4310_951C_CEC75C7C2014__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CTreeViewApp:
- // See TreeView.cpp for the implementation of this class
- //
- class CTreeViewApp : public CWinApp
- {
- public:
- CTreeViewApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTreeViewApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CTreeViewApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TREEVIEW_H__432C13D4_74EF_4310_951C_CEC75C7C2014__INCLUDED_)