www.pudn.com > gpsCE080506.rar > gpsDlg.h
// gpsDlg.h : header file
//
#if !defined(AFX_GPSDLG_H__7536F8F8_A724_44BC_A429_526E7600C364__INCLUDED_)
#define AFX_GPSDLG_H__7536F8F8_A724_44BC_A429_526E7600C364__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CGpsDlg dialog
class CGpsDlg : public CDialog
{
// Construction
public:
BOOL isActiveRe;
CGpsDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGpsDlg)
enum { IDD = IDD_GPS_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGpsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
BOOL isNavShell;//是否执行程序标志
BOOL isMP3Shell;//
BOOL isSetShell;
BOOL isActiveNav;
BOOL isActiveMP3;
BOOL isActiveSet;
CString m_pathValue;
CString str;
int time;
unsigned char SetPic;
SHELLEXECUTEINFO execInf;
// Generated message map functions
//{{AFX_MSG(CGpsDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GPSDLG_H__7536F8F8_A724_44BC_A429_526E7600C364__INCLUDED_)