www.pudn.com > agentnet.zip > SetupMail.h


#if !defined(AFX_SETUPMAIL_H__383BBEE3_C1EA_400A_8081_85BA5F03779D__INCLUDED_) 
#define AFX_SETUPMAIL_H__383BBEE3_C1EA_400A_8081_85BA5F03779D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SetupMail.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSetupMail dialog 
 
class CSetupMail : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CSetupMail) 
 
// Construction 
public: 
	CSetupMail(); 
	~CSetupMail(); 
 
// Dialog Data 
	//{{AFX_DATA(CSetupMail) 
	enum { IDD = IDD_DIALOG1 }; 
	CString	m_strMailAccount; 
	CString	m_strMailPassword; 
	CString	m_strMailServer; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CSetupMail) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CSetupMail) 
		// 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_SETUPMAIL_H__383BBEE3_C1EA_400A_8081_85BA5F03779D__INCLUDED_)