www.pudn.com > TestIPMSG.rar > ServerSet.h


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