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

📄 gprsmsg.h

📁 周立功WinCE光盘资料
💻 H
字号:
#if !defined(AFX_GPRSMSG_H__C1E63C4A_5CCE_4E2F_836F_B16EB4998409__INCLUDED_)
#define AFX_GPRSMSG_H__C1E63C4A_5CCE_4E2F_836F_B16EB4998409__INCLUDED_

#include "GPRS.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GPRSMSG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// GPRSMSG dialog

class GPRSMSG : public CDialog
{
// Construction
public:
	CGPRS *m_GPRS;
	DWORD m_gprsmsg;
	BOOL GPRSIsOpen;
	GPRSMSG(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(GPRSMSG)
	enum { IDD = IDD_GPRSMSG_DIALOG };
	CButton	m_closeGPRS;
	CButton	m_SendButton;
	//}}AFX_DATA


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

// Implementation
protected:
	BOOL LEDRight(DWORD num);
	static void CALLBACK OnGPRSRecv(DWORD UserParam, DWORD Status, CString strData);

	// Generated message map functions
	//{{AFX_MSG(GPRSMSG)
	afx_msg void OnSendmsg();
	afx_msg void OnSetMsgcentrTelcode();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnCloseGprs();
	virtual BOOL OnInitDialog();
	afx_msg void OnBtnDial();
	afx_msg void OnBtnTake();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_GPRSMSG_H__C1E63C4A_5CCE_4E2F_836F_B16EB4998409__INCLUDED_)

⌨️ 快捷键说明

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