www.pudn.com > 数据传输局域网.rar > ClientDlg.h


#if !defined(AFX_CLIENTDLG_H__39E10B12_02C5_4842_A203_118800C1042F__INCLUDED_) 
#define AFX_CLIENTDLG_H__39E10B12_02C5_4842_A203_118800C1042F__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ClientDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CClientDlg dialog 
 
class CClientDlg : public CDialog 
{ 
// Construction 
public: 
	~CClientDlg(); 
	DWORD m_nTotalSend; 
	DWORD m_nLastSend; 
	CClientDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CClientDlg) 
	enum { IDD = IDD_CLIENT }; 
	CString	m_strFileName; 
	UINT	m_nPort; 
	CString	m_strAddr; 
	CString	m_strMessage; 
	int		m_nTime; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CClientDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CClientDlg) 
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point); 
	afx_msg void OnSize(UINT nType, int cx, int cy); 
	afx_msg void OnSend(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnThreadMsg(WPARAM wParm,LPARAM lParm); 
	afx_msg void OnTimer(UINT nIDEvent); 
	afx_msg void OnDestroy(); 
	afx_msg void OnBrowseFile(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CLIENTDLG_H__39E10B12_02C5_4842_A203_118800C1042F__INCLUDED_)