Tree Control 控件的使用.h
上传用户:by888888
上传日期:2019-03-04
资源大小:1854k
文件大小:1k
源码类别:
TreeView控件
开发平台:
Visual C++
- // Tree Control 控件的使用.h : main header file for the TREE CONTROL 控件的使用 application
- //
- #if !defined(AFX_TREECONTROL_H__4F3BF9DB_833A_42F7_86FB_1D820C7A42C0__INCLUDED_)
- #define AFX_TREECONTROL_H__4F3BF9DB_833A_42F7_86FB_1D820C7A42C0__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
- /////////////////////////////////////////////////////////////////////////////
- // CTreeControlApp:
- // See Tree Control 控件的使用.cpp for the implementation of this class
- //
- class CTreeControlApp : public CWinApp
- {
- public:
- CTreeControlApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTreeControlApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CTreeControlApp)
- // 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_TREECONTROL_H__4F3BF9DB_833A_42F7_86FB_1D820C7A42C0__INCLUDED_)