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

📄 eleccrawl.h

📁 GPRS协议解析示例。该示例演示里使用GPRS控件实现客户端程序向车载GPS终端发送点名、监听等指令
💻 H
字号:
#if !defined(AFX_ELECCRAWL_H__1259656D_E0F5_4631_93D1_C2D3A7B2305A__INCLUDED_)
#define AFX_ELECCRAWL_H__1259656D_E0F5_4631_93D1_C2D3A7B2305A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CElecCrawl dialog

class CElecCrawl : public CDialog
{
// Construction
public:
	CElecCrawl(CWnd* pParent = NULL);   // standard constructor
	double LULatitude[15];				//左上角纬度
	double LULongitude[15];				//左上角经度
	double RDLatitude[15];				//右下角纬度
	double RDLongitude[15];				//右下角经度
	BYTE  AlarmType[15];				//报警类型

// Dialog Data
	//{{AFX_DATA(CElecCrawl)
	enum { IDD = IDD_ELEC_CRAWL };
	CComboBox	m_AlarmType9;
	CComboBox	m_AlarmType8;
	CComboBox	m_AlarmType7;
	CComboBox	m_AlarmType6;
	CComboBox	m_AlarmType5;
	CComboBox	m_AlarmType4;
	CComboBox	m_AlarmType3;
	CComboBox	m_AlarmType2;
	CComboBox	m_AlarmType15;
	CComboBox	m_AlarmType14;
	CComboBox	m_AlarmType13;
	CComboBox	m_AlarmType12;
	CComboBox	m_AlarmType11;
	CComboBox	m_AlarmType10;
	CComboBox	m_AlarmType1;
	int		m_CrawlNuber;
	int		m_FrameNumber;
	CString m_LULatitude[16];
	CString	m_LULongitude[16];
	CString	m_RDLatitude[16];
	CString	m_RDLongitude[16];
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CElecCrawl)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ELECCRAWL_H__1259656D_E0F5_4631_93D1_C2D3A7B2305A__INCLUDED_)

⌨️ 快捷键说明

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