www.pudn.com > Geotest.rar > Distance.h
#if !defined(AFX_DISTANCE_H__BD226C18_93B8_4EE8_8D37_6F47A526CF21__INCLUDED_)
#define AFX_DISTANCE_H__BD226C18_93B8_4EE8_8D37_6F47A526CF21__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Distance.h : header file
//
#include "mapx.h"
/////////////////////////////////////////////////////////////////////////////
// CDistance dialog
class CDistance : public CDialog
{
// Construction
public:
CDistance(CWnd* pParent = NULL); // standard constructor
CDistance(CMapX *pMapX,CWnd* pParent = NULL); //ģ̬¶Ô»°¿ò
CDistance(CMapX *pMapX,CView *pView);
// Dialog Data
//{{AFX_DATA(CDistance)
enum { IDD = IDD_DIALOGRULER };
double m_distance;
//}}AFX_DATA
CMapX *m_pMapX;
CView *m_pView;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDistance)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//BOOL CreateDlg();
// Generated message map functions
//{{AFX_MSG(CDistance)
// 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_DISTANCE_H__BD226C18_93B8_4EE8_8D37_6F47A526CF21__INCLUDED_)