MapXSetDlg.h
上传用户:jc6688
上传日期:2013-05-06
资源大小:344k
文件大小:1k
源码类别:

GPS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MAPXSETDLG_H__A9747B40_695B_11D3_92B5_0000E826141B__INCLUDED_)
  2. #define AFX_MAPXSETDLG_H__A9747B40_695B_11D3_92B5_0000E826141B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MapXSetDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MapXSetDlg dialog
  10. class MapXSetDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. MapXSetDlg(CWnd* pParent = NULL);   // standard constructor
  15. MapXSetDlg(CMapX* pMapX,CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(MapXSetDlg)
  18. enum { IDD = IDD_DIALOG_INFODLG };
  19. double m_dCenterX;
  20. double m_dCenterY;
  21. int m_nRedrawTime;
  22. double m_dZoomValue;
  23. //}}AFX_DATA
  24.     CMapX* m_pMapX;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(MapXSetDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(MapXSetDlg)
  35. virtual BOOL OnInitDialog();
  36. virtual void OnOK();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_MAPXSETDLG_H__A9747B40_695B_11D3_92B5_0000E826141B__INCLUDED_)