www.pudn.com > GpsTracker2.rar > GpsDlg.h
#if !defined(AFX_GPSDLG_H__DD5E2EE6_251D_495C_831D_D4AF2B2411C7__INCLUDED_)
#define AFX_GPSDLG_H__DD5E2EE6_251D_495C_831D_D4AF2B2411C7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GpsDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGpsDlg dialog
class CGpsDlg : public CDialog
{
// Construction
public:
UINT m_nTimer;
CGpsDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGpsDlg)
enum { IDD = IDD_GPSDIALOG };
CString m_strGpsLatitude;
CString m_strGpsLongitude;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGpsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGpsDlg)
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnButtonExit();
//}}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__DD5E2EE6_251D_495C_831D_D4AF2B2411C7__INCLUDED_)