www.pudn.com > ll1forwin.zip > TreeDlg.h


#if !defined(AFX_TREEDLG_H__0B5BB3E1_A932_4502_9A80_3AB3B1BC98EF__INCLUDED_) 
#define AFX_TREEDLG_H__0B5BB3E1_A932_4502_9A80_3AB3B1BC98EF__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// TreeDlg.h : header file 
// 
#include "ResizingDialog.h" 
///////////////////////////////////////////////////////////////////////////// 
// CTreeDlg dialog 
 
class CTreeDlg : public CResizingDialog 
{ 
// Construction 
public: 
	CTreeDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CTreeDlg) 
	enum { IDD = IDD_DIALOG3 }; 
	CTreeCtrl	m_tree; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTreeDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CTreeDlg) 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TREEDLG_H__0B5BB3E1_A932_4502_9A80_3AB3B1BC98EF__INCLUDED_)