gprsmsg.h

来自「周立功WinCE光盘资料」· C头文件 代码 · 共 59 行

H
59
字号
#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 + =
减小字号Ctrl + -
显示快捷键?