www.pudn.com > mini_remote.zip > DownLoadDlg.h


#if !defined(AFX_DOWNLOADDLG_H__6A7A7487_6A2A_4A39_B5E4_11E96FEF671D__INCLUDED_) 
#define AFX_DOWNLOADDLG_H__6A7A7487_6A2A_4A39_B5E4_11E96FEF671D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DownLoadDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDownLoadDlg dialog 
 
class CDownLoadDlg : public CDialog 
{ 
// Construction 
public: 
	CWinThread *t; 
	BOOL isTranslating; 
	SOCKET m_hConnectSocket; 
	DWORD dwExtinationPort; 
	CDownLoadDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDownLoadDlg) 
	enum { IDD = IDD_DIALOG_DOWNFILE }; 
	CWBButton	m_btn_ok; 
	CHoverEdit	m_edit_2; 
	CHoverEdit	m_edit_1; 
	CWBButton	m_btn_1; 
	CString	m_localfile; 
	CString	m_remotefile; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDownLoadDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDownLoadDlg) 
	virtual void OnOK(); 
	afx_msg void OnFindfile(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DOWNLOADDLG_H__6A7A7487_6A2A_4A39_B5E4_11E96FEF671D__INCLUDED_)