📄 gpsdlg.h
字号:
// GPSDlg.h : header file
//
#if !defined(AFX_GPSDLG_H__90297B37_EF78_4319_8C86_118FB66EF3EC__INCLUDED_)
#define AFX_GPSDLG_H__90297B37_EF78_4319_8C86_118FB66EF3EC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CGPSDlg dialog
class CGPSDlg : public CDialog
{
// Construction
public:
CStdioFile File;
CGPSDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGPSDlg)
enum { IDD = IDD_GPS_DIALOG };
CButton m_Cancle;
CString m_Message;
CString m_State;
CString m_Time;
CString m_Vate;
CString m_Long;
CString m_Direction;
CString m_Lat;
CString m_Date;
CString m_InfoStyle;
CString m_LatState;
CString m_LongState;
CString m_Nmea;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGPSDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CGPSDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnMessage();
afx_msg void OnTime();
afx_msg void OnState();
afx_msg void OnLat();
afx_msg void OnLong();
afx_msg void OnLocation();
afx_msg void OnReset();
afx_msg void OnCancle2();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnStop();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GPSDLG_H__90297B37_EF78_4319_8C86_118FB66EF3EC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -