gps1.h

来自「对于给定的GPS接收信号」· C头文件 代码 · 共 42 行

H
42
字号
#if !defined(AFX_GPS1_H__753ABECB_53CD_4A4B_AC90_645A766B0CFB__INCLUDED_)
#define AFX_GPS1_H__753ABECB_53CD_4A4B_AC90_645A766B0CFB__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GPS1.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// GPS dialog

class GPS : public CColorDialog
{
	DECLARE_DYNAMIC(GPS)

public:
	GPS(COLORREF clrInit = 0, DWORD dwFlags = 0,
			CWnd* pParentWnd = NULL);
	CString m_Message;
	CString m_Time;
	CString m_State;
	CString m_Lat;
	CString m_Latstate;
	CString m_Long;
	CString m_Longstate;
	CString m_Vate;
	CString m_Direction;
	CString m_Date;
	
protected:
	//{{AFX_MSG(GPS)
		// NOTE - the ClassWizard will add and remove 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_GPS1_H__753ABECB_53CD_4A4B_AC90_645A766B0CFB__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?