advancedlg.h

来自「wince串口、GPS信号处理」· C头文件 代码 · 共 71 行

H
71
字号
#if !defined(AFX_ADVANCEDLG_H__0E05514F_A848_47AC_9E74_CE59A157F6E7__INCLUDED_)
#define AFX_ADVANCEDLG_H__0E05514F_A848_47AC_9E74_CE59A157F6E7__INCLUDED_

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

#include "Gps.h"

/////////////////////////////////////////////////////////////////////////////
// CAdvanceDlg dialog

class CAdvanceDlg : public CDialog
{
// Construction
public:
	void SetGps(CGps *);
	CAdvanceDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAdvanceDlg)
	enum { IDD = IDD_DIALOG_ADVANCE };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAdvanceDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAdvanceDlg)
	afx_msg void OnButtonRtcmon();
	afx_msg void OnButtonRtcmoff();
	afx_msg void OnButtonInit();
	afx_msg void OnButtonGga2s();
	afx_msg void OnButtonGgaoff();
	afx_msg void OnButtonPbnon();
	afx_msg void OnButtonPbnoff();
	afx_msg void OnButtonIni();
	afx_msg void OnButtonPar();
	afx_msg void OnButtonIni5();
	afx_msg void OnButtonGsaon();
	afx_msg void OnButtonGsaoff();
	afx_msg void OnButtonCrton();
	afx_msg void OnButtonCrtoff();
	afx_msg void OnButtonGllon();
	afx_msg void OnButtonGlloff();
	afx_msg void OnButtonMcaon();
	afx_msg void OnButtonMcaoff();
	afx_msg void OnButtonSnvon();
	afx_msg void OnButtonSnvoff();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CGps * m_pGps;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ADVANCEDLG_H__0E05514F_A848_47AC_9E74_CE59A157F6E7__INCLUDED_)

⌨️ 快捷键说明

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