www.pudn.com > smsinterface.rar > ReadSMDlg.h


#if !defined(AFX_READSMDLG_H__B98AF58E_D1CD_4E26_B694_D6B2BD75EF56__INCLUDED_) 
#define AFX_READSMDLG_H__B98AF58E_D1CD_4E26_B694_D6B2BD75EF56__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ReadSMDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CReadSMDlg dialog 
 
class CReadSMDlg : public CDialog 
{ 
// Construction 
public: 
	CReadSMDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CReadSMDlg) 
	enum { IDD = IDD_DIALOG2 }; 
	CString	m_smphone; 
	CString	m_smtext; 
	CString	m_smtime; 
	CString	m_smtype; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CReadSMDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CReadSMDlg) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_READSMDLG_H__B98AF58E_D1CD_4E26_B694_D6B2BD75EF56__INCLUDED_)