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


#if !defined(AFX_DATADLG_H__29B89920_61CF_47D3_993E_FD4935A043BD__INCLUDED_) 
#define AFX_DATADLG_H__29B89920_61CF_47D3_993E_FD4935A043BD__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DataDlg.h : header file 
// 
#include "MapX.h" 
///////////////////////////////////////////////////////////////////////////// 
// CDataDlg dialog 
 
class CDataDlg : public CDialog 
{ 
// Construction 
public: 
	CDataDlg(CWnd* pParent = NULL);   // standard constructor 
 
	 
	CMapXLayer m_layerSelect;  //选中的图层 
	CMapXDataset m_dsFeature; 
	long m_lFieldCount;		//图元字段数 
	long m_lDataCount;		//总的图元数 
	CString m_strLayerName; 
	CMapX* m_pMapX; 
	CDataViewDlg(CWnd* pParent = NULL);  
	CImageList* pimagelist; 
	CBitmap bitmap; 
 
// Dialog Data 
	//{{AFX_DATA(CDataDlg) 
	enum { IDD = IDD_DATADIALOG }; 
	CListCtrl	m_ctrlDataList; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDataDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	void OnInitDlg(); 
	void OnInitVar(); 
	void DisplayData(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CDataDlg) 
	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_DATADLG_H__29B89920_61CF_47D3_993E_FD4935A043BD__INCLUDED_)