www.pudn.com > MapDB.rar > ResultDlg.h


#if !defined(AFX_RESULTDLG_H__8A620B63_B98F_4EAE_8DC8_71A7E3C87001__INCLUDED_) 
#define AFX_RESULTDLG_H__8A620B63_B98F_4EAE_8DC8_71A7E3C87001__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ResultDlg.h : header file 
// 
 
#include "MapDBDoc.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CResultDlg dialog 
 
class CResultDlg : public CDialog 
{ 
// Construction 
public: 
	void Update(); 
	void SetPosition(); 
	CResultDlg(CMapDBDoc * pDoc,CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CResultDlg) 
	enum { IDD = IDD_RESULT_DIALOG }; 
	CListBox	m_list; 
	//}}AFX_DATA 
	CMapDBDoc * m_pDoc; 
	CWnd* m_pWnd; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CResultDlg) 
	public: 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	virtual void PostNcDestroy(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CResultDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSelchangeObjselectList(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_RESULTDLG_H__8A620B63_B98F_4EAE_8DC8_71A7E3C87001__INCLUDED_)