www.pudn.com > SMSDemoALL.zip > MobileSMSDemoDlg.h


// MobileSMSDemoDlg.h : header file 
// 
//{{AFX_INCLUDES() 
#include "DlgCall.h"	// Added by ClassView 
//}}AFX_INCLUDES 
 
#if !defined(AFX_MOBILESMSDEMODLG_H__712FA9B7_836B_40C0_8483_B3C39DFE127F__INCLUDED_) 
#define AFX_MOBILESMSDEMODLG_H__712FA9B7_836B_40C0_8483_B3C39DFE127F__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CMobileSMSDemoDlg dialog 
 
class CMobileSMSDemoDlg : public CDialog 
{ 
// Construction 
public: 
	CDlgCall m_DlgCall; 
	CMobileSMSDemoDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMobileSMSDemoDlg) 
	enum { IDD = IDD_MOBILESMSDEMO_DIALOG }; 
	BOOL	m_bSMSNeedReport; 
	long	m_lBattery; 
	long	m_lComPort; 
	CString	m_strIMEI; 
	CString	m_strManufacture; 
	CString	m_strModel; 
	CString	m_strNetInfo; 
	long	m_lPBIndex; 
	CString	m_strPBName; 
	CString	m_strPBPhone; 
	CString	m_strPBResult; 
	long	m_lSignal; 
	long	m_lSMSIndex; 
	CString	m_strSMSLogoFile; 
	long	m_lSMSMCC; 
	long	m_lSMSMNC; 
	CString	m_strSMSPhone; 
	CString	m_strSMSResult; 
	CString	m_strSMSRingtone; 
	CString	m_strSMSSMSC; 
	CString	m_strSMSText; 
	long	m_lSMSValidity; 
	CString	m_strTime; 
	CString	m_strVersion; 
	int		m_lComBaudrate; 
	int		m_lConnectionMode; 
	CMobileSMS	m_SMS; 
	int		m_lOptType; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMobileSMSDemoDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CMobileSMSDemoDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnNewMsgMobilesmsctrl(long Index, LPCTSTR Phone, LPCTSTR Text, LPCTSTR Time, long Code); 
	afx_msg void OnNewReportMobilesmsctrl(long Index, LPCTSTR Phone, LPCTSTR Time, long Delivery); 
	afx_msg void OnNewIncommingCallMobilesmsctrl(LPCTSTR Phone); 
	afx_msg void OnButtonConnect(); 
	afx_msg void OnButtonDisconnect(); 
	afx_msg void OnButtonRefreshInfo(); 
	afx_msg void OnButtonSetTime(); 
	afx_msg void OnButtonSmsRefresh(); 
	afx_msg void OnButtonPbRefresh(); 
	afx_msg void OnButtonGetSmsc(); 
	afx_msg void OnButtonSetSmsc(); 
	afx_msg void OnButtonPbDelete(); 
	afx_msg void OnButtonSmsDelete(); 
	afx_msg void OnButtonRingtoneBrowse(); 
	afx_msg void OnButtonLogoFileBrowse(); 
	afx_msg void OnButtonPbSave(); 
	afx_msg void OnButtonSmsSend(); 
	afx_msg void OnButtonSmsSave(); 
	afx_msg void OnButtonSmsReset(); 
	afx_msg void OnButtonDlgcall(); 
	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_MOBILESMSDEMODLG_H__712FA9B7_836B_40C0_8483_B3C39DFE127F__INCLUDED_)