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


#if !defined(AFX_DLGCALL_H__5232210C_060B_42CB_B348_0D6281BE031B__INCLUDED_) 
#define AFX_DLGCALL_H__5232210C_060B_42CB_B348_0D6281BE031B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DlgCall.h : header file 
// 
#include "MobileSMS.h" 
///////////////////////////////////////////////////////////////////////////// 
// CDlgCall dialog 
 
class CDlgCall : public CDialog 
{ 
// Construction 
public: 
	CMobileSMS* m_pSMS; 
	long m_lCallType; 
	CDlgCall(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDlgCall) 
	enum { IDD = IDD_DIALOG_CALL }; 
	CString	m_strDTMF; 
	CString	m_strPhone; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgCall) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlgCall) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnButtonDial(); 
	afx_msg void OnButtonSend(); 
	afx_msg void OnButtonHangup(); 
	afx_msg void OnButtonAnswer(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLGCALL_H__5232210C_060B_42CB_B348_0D6281BE031B__INCLUDED_)