SetDlgInputSite.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #if !defined(AFX_SETDLGINPUTSITE_H__3AE622D4_680C_4CA2_9785_0DC6BF61D4B0__INCLUDED_)
- #define AFX_SETDLGINPUTSITE_H__3AE622D4_680C_4CA2_9785_0DC6BF61D4B0__INCLUDED_
- /*********************************************
- **该文件是属于WolfFTP工程中的。如果有什么问题
- **请联系
- ** tablejiang@21cn.com
- **或者访问
- ** http://wolfftp.51.net
- **以得到最新的支持。
- *********************************************/
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetDlgInputSite.h : header file
- //
- #include "FtpLib.h"
- /////////////////////////////////////////////////////////////////////////////
- // CSetDlgInputSite dialog
- class CSetDlgInputSite : public CDialog
- {
- // Construction
- public:
- CSetDlgInputSite(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSetDlgInputSite)
- enum { IDD = IDD_DLG_SITEINFO };
- CButton m_CbtnOk;
- CButton m_Radio2;
- CButton m_Radio1;
- CString m_strHostAddress;
- CString m_strLocalPath;
- CString m_strRemotePath;
- CString m_strPass;
- CString m_strUser;
- CString m_strHostName;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSetDlgInputSite)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSetDlgInputSite)
- virtual void OnOK();
- virtual void OnCancel();
- virtual BOOL OnInitDialog();
- afx_msg void OnRadio2();
- afx_msg void OnRadio1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- int m_LoginType ;
- BOOL m_bConnectEnable ;
- public:
- void SetConnectEnable( BOOL bEnable );
- SITEINFO m_SiteInfo ;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SETDLGINPUTSITE_H__3AE622D4_680C_4CA2_9785_0DC6BF61D4B0__INCLUDED_)