TargetSet.h
上传用户:hzwailv
上传日期:2010-01-09
资源大小:405k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_TARGETSET_H__199D7981_7451_11D3_92B5_0000E826141B__INCLUDED_)
  2. #define AFX_TARGETSET_H__199D7981_7451_11D3_92B5_0000E826141B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TargetSet.h : header file
  7. //
  8. #include "GpsSet.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CTargetSet dialog
  11. class CTargetSet : public CDialog
  12. {
  13. // Construction
  14. public:
  15. void GetGpsData(CGpsSet& gps);
  16. CTargetSet(CWnd* pParent = NULL);   // standard constructor
  17. CTargetSet(CGpsSet& gps,CWnd* pParent = NULL);
  18. // Dialog Data
  19. //{{AFX_DATA(CTargetSet)
  20. enum { IDD = IDD_DIALOG_GPSSET };
  21. double m_dDirect;
  22. double m_dSpeed;
  23. double m_X;
  24. double m_Y;
  25. CString m_strName;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CTargetSet)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CTargetSet)
  37. // NOTE: the ClassWizard will add member functions here
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_TARGETSET_H__199D7981_7451_11D3_92B5_0000E826141B__INCLUDED_)