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


#if !defined(AFX_SEARCHDLG_H__A1A28B4E_B035_48B6_A459_7D9AC37603B0__INCLUDED_) 
#define AFX_SEARCHDLG_H__A1A28B4E_B035_48B6_A459_7D9AC37603B0__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SearchDlg.h : header file 
// 
#include "mapx.h" 
///////////////////////////////////////////////////////////////////////////// 
// SearchDlg dialog 
 
class SearchDlg : public CDialog 
{ 
// Construction 
public: 
	SearchDlg(CWnd* pParent = NULL);   // standard constructor 
    SearchDlg(CMapX *pMapX,CWnd* pParent = NULL); 
// Dialog Data 
	//{{AFX_DATA(SearchDlg) 
	enum { IDD = IDD_DIALOG_SEARCH }; 
	CComboBox	m_refineField; 
	CComboBox	m_refineLayer; 
	CComboBox	m_ctrKeyword; 
	CComboBox	m_findField; 
	CComboBox	m_ctrLayerName; 
	CString	m_keyword; 
	CString	m_Keyword2; 
	//}}AFX_DATA 
    CString	m_searchLayerName; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(SearchDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
protected: 
	CMapX*  m_pMapX; 
 
	public: 
		void OnSelFeature(); 
		void InitList(); 
// Implementation 
protected: 
 
	 
 
	// Generated message map functions 
	//{{AFX_MSG(SearchDlg) 
	virtual void OnOK(); 
	afx_msg void OnOK2(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnCancel2(); 
	afx_msg void OnCloseupSearchlayername(); 
	afx_msg void OnCloseupFindfield(); 
	afx_msg void OnCloseupRefinelayer(); 
	afx_msg void OnKillfocusWord(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SEARCHDLG_H__A1A28B4E_B035_48B6_A459_7D9AC37603B0__INCLUDED_)