SetDlgInputSite.h
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_SETDLGINPUTSITE_H__3AE622D4_680C_4CA2_9785_0DC6BF61D4B0__INCLUDED_)
  2. #define AFX_SETDLGINPUTSITE_H__3AE622D4_680C_4CA2_9785_0DC6BF61D4B0__INCLUDED_
  3. /*********************************************
  4. **该文件是属于WolfFTP工程中的。如果有什么问题
  5. **请联系
  6. **         tablejiang@21cn.com
  7. **或者访问
  8. **         http://wolfftp.51.net
  9. **以得到最新的支持。
  10. *********************************************/
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. // SetDlgInputSite.h : header file
  15. //
  16. #include "FtpLib.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CSetDlgInputSite dialog
  19. class CSetDlgInputSite : public CDialog
  20. {
  21. // Construction
  22. public:
  23. CSetDlgInputSite(CWnd* pParent = NULL);   // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CSetDlgInputSite)
  26. enum { IDD = IDD_DLG_SITEINFO };
  27. CButton m_CbtnOk;
  28. CButton m_Radio2;
  29. CButton m_Radio1;
  30. CString m_strHostAddress;
  31. CString m_strLocalPath;
  32. CString m_strRemotePath;
  33. CString m_strPass;
  34. CString m_strUser;
  35. CString m_strHostName;
  36. //}}AFX_DATA
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CSetDlgInputSite)
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CSetDlgInputSite)
  47. virtual void OnOK();
  48. virtual void OnCancel();
  49. virtual BOOL OnInitDialog();
  50. afx_msg void OnRadio2();
  51. afx_msg void OnRadio1();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. protected:
  55. int m_LoginType ;
  56. BOOL m_bConnectEnable ;
  57. public:
  58. void SetConnectEnable( BOOL bEnable );
  59. SITEINFO m_SiteInfo ;
  60. };
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_SETDLGINPUTSITE_H__3AE622D4_680C_4CA2_9785_0DC6BF61D4B0__INCLUDED_)