www.pudn.com > Geotest.rar > SetDlg.h
#if !defined(AFX_SETDLG_H__1A4D92B3_6657_48E9_8B1E_4D618F2D9333__INCLUDED_)
#define AFX_SETDLG_H__1A4D92B3_6657_48E9_8B1E_4D618F2D9333__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetDlg.h : header file
//
#include "MapX.h"
/////////////////////////////////////////////////////////////////////////////
// CSetDlg dialog
class CSetDlg : public CDialog
{
// Construction
public:
CSetDlg(CWnd* pParent = NULL); // standard constructor
CSetDlg(CMapX* pMapX,CWnd* pParent = NULL);
BOOL OnInitDialog();
// Dialog Data
//{{AFX_DATA(CSetDlg)
enum { IDD = IDD_INFOCONTROL };
double m_centerX;
double m_centerY;
double m_centerZoom;
CMapX* m_pMapX;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetDlg)
afx_msg void OnOk();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETDLG_H__1A4D92B3_6657_48E9_8B1E_4D618F2D9333__INCLUDED_)