📄 targetset.h
字号:
#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_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -