⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gpsdlg.h

📁 CE导航界面。 CE导航界面。
💻 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_)

⌨️ 快捷键说明

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