www.pudn.com > easygis.rar > RegionQuery.h
#if !defined(AFX_REGIONQUERY_H__EDF2EE86_1973_4307_9E8B_D2F3D0ED6197__INCLUDED_)
#define AFX_REGIONQUERY_H__EDF2EE86_1973_4307_9E8B_D2F3D0ED6197__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RegionQuery.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRegionQuery dialog
class CRegionQuery : public CDialog
{
// Construction
public:
CRegionQuery(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRegionQuery)
enum { IDD = IDD_QUERRYRESULT };
CString m_LayerName;
int m_ID;
int m_idCode;
CString m_Name;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRegionQuery)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRegionQuery)
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_REGIONQUERY_H__EDF2EE86_1973_4307_9E8B_D2F3D0ED6197__INCLUDED_)