www.pudn.com > Geotest.rar > SelectDlg.h
#if !defined(AFX_SELECTDLG_H__B7FF2304_B6ED_4DB6_92F2_4DD9F5051D4E__INCLUDED_)
#define AFX_SELECTDLG_H__B7FF2304_B6ED_4DB6_92F2_4DD9F5051D4E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SelectDlg.h : header file
//
#include "mapx.h"
/////////////////////////////////////////////////////////////////////////////
// CSelectDlg dialog
class CSelectDlg : public CDialog
{
// Construction
public:
CSelectDlg(CWnd* pParent = NULL); // standard constructor
CSelectDlg(CMapX* pMapX,CWnd*pParent = NULL);
// Dialog Data
//{{AFX_DATA(CSelectDlg)
enum { IDD = IDD_DIALOG_SELECT };
CComboBox m_ctrlLayers;
CListCtrl m_ctrlSelectInfo;
CString m_strSatisfy;
CString m_strLayers;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSelectDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CMapX* m_pMapX;
// Generated message map functions
//{{AFX_MSG(CSelectDlg)
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_SELECTDLG_H__B7FF2304_B6ED_4DB6_92F2_4DD9F5051D4E__INCLUDED_)