www.pudn.com > GPSComEVC3.0.rar > WptDlg.h


#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_)