www.pudn.com > VC+mapX开发GPS车辆监控的源码.zip > GeoSetDlg.h


#if !defined(AFX_GEOSETDLG_H__25EC1D80_6944_11D3_92B5_0000E826141B__INCLUDED_) 
#define AFX_GEOSETDLG_H__25EC1D80_6944_11D3_92B5_0000E826141B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// GeoSetDlg.h : header file 
// 
 
 
 
 
///////////////////////////////////////////////////////////////////////////// 
// CGeoSetDlg dialog 
 
class CGeoSetDlg : public CDialog 
{ 
// Construction 
public: 
	 
	CGeoSetDlg(CWnd* pParent = NULL);   // standard constructor 
    CGeoSetDlg(CMapX* pMapX,CWnd* pParent = NULL);   // standard constructor 
// Dialog Data 
	//{{AFX_DATA(CGeoSetDlg) 
	enum { IDD = IDD_DIALOG_GEOSET }; 
	CComboBox	m_ctlGeoSet; 
	CString	m_strName; 
	//}}AFX_DATA 
public: 
	CMapX* m_pMapX; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CGeoSetDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CGeoSetDlg) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_GEOSETDLG_H__25EC1D80_6944_11D3_92B5_0000E826141B__INCLUDED_)