www.pudn.com > GMAIL.rar > SetConn.h


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