www.pudn.com > Geotest.rar > EagleDlg.h
#if !defined(AFX_EAGLEDLG_H__08F5562C_CEBB_42B6_9EF2_A92BB78D694C__INCLUDED_)
#define AFX_EAGLEDLG_H__08F5562C_CEBB_42B6_9EF2_A92BB78D694C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EagleDlg.h : header file
//
#include "mapx.h"
/////////////////////////////////////////////////////////////////////////////
// CEagleDlg dialog
class CEagleDlg : public CDialog
{
// Construction
public:
CEagleDlg(CWnd* pParent = NULL); // standard constructor
CEagleDlg(CMapX* pMapX,CWnd* pParent = NULL);
public:
CMapX m_ctrleagle;
// Dialog Data
//{{AFX_DATA(CEagleDlg)
enum { IDD = IDD_DIALOG_EAGLE };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEagleDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
public:
void ViewChanged();
// Implementation
protected:
CMapX* m_pMapX;
// Generated message map functions
//{{AFX_MSG(CEagleDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EAGLEDLG_H__08F5562C_CEBB_42B6_9EF2_A92BB78D694C__INCLUDED_)