TargetSet.h
上传用户:hzwailv
上传日期:2010-01-09
资源大小:405k
文件大小:1k
- #if !defined(AFX_TARGETSET_H__199D7981_7451_11D3_92B5_0000E826141B__INCLUDED_)
- #define AFX_TARGETSET_H__199D7981_7451_11D3_92B5_0000E826141B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TargetSet.h : header file
- //
- #include "GpsSet.h"
- /////////////////////////////////////////////////////////////////////////////
- // CTargetSet dialog
- class CTargetSet : public CDialog
- {
- // Construction
- public:
- void GetGpsData(CGpsSet& gps);
- CTargetSet(CWnd* pParent = NULL); // standard constructor
- CTargetSet(CGpsSet& gps,CWnd* pParent = NULL);
- // Dialog Data
- //{{AFX_DATA(CTargetSet)
- enum { IDD = IDD_DIALOG_GPSSET };
- double m_dDirect;
- double m_dSpeed;
- double m_X;
- double m_Y;
- CString m_strName;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTargetSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CTargetSet)
- // 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_TARGETSET_H__199D7981_7451_11D3_92B5_0000E826141B__INCLUDED_)