www.pudn.com > MFCl.rar > WSAAsyncSelectClientDlg.h


// WSAAsyncSelectClientDlg.h : header file 
// 
 
#if !defined(AFX_WSAASYNCSELECTCLIENTDLG_H__12C329F7_264A_49E8_A8F6_665A6824631B__INCLUDED_) 
#define AFX_WSAASYNCSELECTCLIENTDLG_H__12C329F7_264A_49E8_A8F6_665A6824631B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "Client.h" 
 
#define BUFFERLEN 1024 
///////////////////////////////////////////////////////////////////////////// 
// CWSAAsyncSelectClientDlg dialog 
 
class CWSAAsyncSelectClientDlg : public CDialog 
{ 
public: 
	CClient m_client; 
	BOOL m_Writeflag; 
// Construction 
public: 
	CWSAAsyncSelectClientDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CWSAAsyncSelectClientDlg) 
	enum { IDD = IDD_WSAASYNCSELECTCLIENT_DIALOG }; 
	CString	m_sShowText; 
	UINT	m_uPort; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWSAAsyncSelectClientDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CWSAAsyncSelectClientDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg LRESULT OnClientMessage(WPARAM wParam, LPARAM lParam); 
	afx_msg void OnConnect(); 
	afx_msg void OnSend(); 
	virtual void OnOK(); 
	afx_msg void OnCut(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_WSAASYNCSELECTCLIENTDLG_H__12C329F7_264A_49E8_A8F6_665A6824631B__INCLUDED_)