www.pudn.com > GEOMAP.rar > Search.cpp, change:2005-04-23,size:985b


// Search.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "GEOMAP.h" 
#include "Search.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CSearch dialog 
 
 
CSearch::CSearch(CWnd* pParent /*=NULL*/) 
	: CDialog(CSearch::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(CSearch) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
 
void CSearch::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CSearch) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CSearch, CDialog) 
	//{{AFX_MSG_MAP(CSearch) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CSearch message handlers