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

GPS编程

开发平台:

Visual C++

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