www.pudn.com > GSMTest1.rar > MonitorDlg.h


//{{AFX_INCLUDES() 
#include "mscomm.h" 
//}}AFX_INCLUDES 
#if !defined(AFX_MONITORDLG_H__3B82C157_0AEA_49DA_B394_8E073BA3D3AE__INCLUDED_) 
#define AFX_MONITORDLG_H__3B82C157_0AEA_49DA_B394_8E073BA3D3AE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MonitorDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMonitorDlg dialog 
 
class CMonitorDlg : public CDialog 
{ 
// Construction 
public: 
	CMonitorDlg(CWnd* pParent = NULL);   // standard constructor 
	bool InitCom(); 
// Dialog Data 
	//{{AFX_DATA(CMonitorDlg) 
	enum { IDD = IDD_MONITOR_DIALOG }; 
	CMSComm	m_ctrGsm; 
	CString	m_sContent; 
	CString	m_sCommand; 
	CString	m_sPhoneNum; 
	CString	m_sStatus1; 
	CString	m_sStatus2; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMonitorDlg) 
	 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CMonitorDlg) 
	afx_msg void OnStart(); 
	afx_msg void OnSend(); 
	afx_msg void OnManage(); 
	afx_msg void OnExe(); 
	afx_msg void OnOnCommGsmcomm(); 
	virtual void OnCancel(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	DECLARE_EVENTSINK_MAP() 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MONITORDLG_H__3B82C157_0AEA_49DA_B394_8E073BA3D3AE__INCLUDED_)