www.pudn.com > TreeViewInSDI.rar > TreeViewInSDI.h


// TreeViewInSDI.h : main header file for the TREEVIEWINSDI application 
// 
 
#if !defined(AFX_TREEVIEWINSDI_H__4B0B3B76_E63E_48A9_BE32_8DD8D732F839__INCLUDED_) 
#define AFX_TREEVIEWINSDI_H__4B0B3B76_E63E_48A9_BE32_8DD8D732F839__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CTreeViewInSDIApp: 
// See TreeViewInSDI.cpp for the implementation of this class 
// 
 
class CTreeViewInSDIApp : public CWinApp 
{ 
public: 
	CTreeViewInSDIApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTreeViewInSDIApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CTreeViewInSDIApp) 
	afx_msg void OnAppAbout(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TREEVIEWINSDI_H__4B0B3B76_E63E_48A9_BE32_8DD8D732F839__INCLUDED_)