www.pudn.com > RemoteFileOpe.rar > FileOperateDlg.h


// FileOperateDlg.h : header file 
// 
 
#if !defined(AFX_FILEOPERATEDLG_H__486491DF_A583_4C7B_88E1_D9D796535D80__INCLUDED_) 
#define AFX_FILEOPERATEDLG_H__486491DF_A583_4C7B_88E1_D9D796535D80__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CFileOperateDlg dialog 
 
class CFileOperateDlg : public CDialog 
{ 
// Construction 
public: 
	CSocket SendSocket; 
	CFileOperateDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CFileOperateDlg) 
	enum { IDD = IDD_FILEOPERATE_DIALOG }; 
	CString	m_strFileName; 
	CString	m_strIP; 
	int		m_nCom; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFileOperateDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CFileOperateDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnBconnect(); 
	afx_msg void OnBsend(); 
	afx_msg void OnBoperate(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FILEOPERATEDLG_H__486491DF_A583_4C7B_88E1_D9D796535D80__INCLUDED_)