www.pudn.com > Geotest.rar > LayelTreeDlg.h


#if !defined(AFX_LAYELTREEDLG_H__C0295531_EA4B_4A12_AFE9_9CF629204FCD__INCLUDED_) 
#define AFX_LAYELTREEDLG_H__C0295531_EA4B_4A12_AFE9_9CF629204FCD__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "MapX.h" 
#include "DataDlg.h" 
#include "vtxButton.h" 
// LayelTreeDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CLayelTreeDlg dialog 
 
class CLayelTreeDlg : public CDialog 
{ 
// Construction 
public: 
	CLayelTreeDlg(CWnd* pParent = NULL);   // standard constructor 
	CMapX           *m_pMapX; 
    CImageList      *pimagelist;         //定义一个用来存放位图的图像列表 
	CBitmap         bitmap; 
	 
	 
	   
// Dialog Data 
	//{{AFX_DATA(CLayelTreeDlg) 
	enum { IDD = IDD_TREEDIALOG }; 
	CTreeCtrl	m_ctrlTree; 
	CVtxButton  m_cbuttonOk; 
	CVtxButton  m_cbuttonCancel; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CLayelTreeDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CLayelTreeDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnOk(); 
	afx_msg void OnCancel(); 
	afx_msg void OnDblclkTree(NMHDR* pNMHDR, LRESULT* pResult); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_LAYELTREEDLG_H__C0295531_EA4B_4A12_AFE9_9CF629204FCD__INCLUDED_)