📄 gps1.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -