www.pudn.com > chat-dialog.rar > DlgIpPort.h


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