wptdlg.h

来自「程序实现了PDA对手持型GPS的导航设计。用一个串口类控制串口通讯」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_WPTDLG_H__E452C419_99FC_4F43_AB85_19AE1F1B2497__INCLUDED_)
#define AFX_WPTDLG_H__E452C419_99FC_4F43_AB85_19AE1F1B2497__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CWptDlg dialog

#include "GpsNavDoc.h"
class CWptDlg : public CDialog
{
// Construction
public:
	CWptDlg(CWnd* pParent = NULL);   // standard constructor

	CGpsNavDoc *pDoc;
	int nBisis;
// Dialog Data
	//{{AFX_DATA(CWptDlg)
	enum { IDD = IDD_WPT };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CWptDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnAdd();
	afx_msg void OnInsert();
	afx_msg void OnUpdate();
	afx_msg void OnRemove();
	afx_msg void OnRemoveall();
	afx_msg void OnQuit();
	afx_msg void OnPaint();
	afx_msg void OnSelchangeList();
	afx_msg void OnSelchangeBisis();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_WPTDLG_H__E452C419_99FC_4F43_AB85_19AE1F1B2497__INCLUDED_)

⌨️ 快捷键说明

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