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

Ftp客户端

开发平台:

Visual C++

  1. // GFTPTestDlg.h : header file
  2. //
  3. #if !defined(AFX_GFTPTESTDLG_H__C9767248_E115_11D2_970B_00A024EBF6AB__INCLUDED_)
  4. #define AFX_GFTPTESTDLG_H__C9767248_E115_11D2_970B_00A024EBF6AB__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGFTPTestDlg dialog
  10. class CGFTPTestDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CGFTPTestDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CGFTPTestDlg)
  17. enum { IDD = IDD_GFTPTEST_DIALOG };
  18. CString m_host;
  19. CString m_user;
  20. CString m_pass;
  21. UINT m_port;
  22. CString m_fwhost;
  23. UINT m_fwport;
  24. CString m_fwuser;
  25. CString m_fwpass;
  26. CString m_lfile;
  27. CString m_rfile;
  28. BOOL m_pasv;
  29. int m_put;
  30. int m_logontype;
  31. CString m_acct;
  32. //}}AFX_DATA
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CGFTPTestDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. HICON m_hIcon;
  41. // Generated message map functions
  42. //{{AFX_MSG(CGFTPTestDlg)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  45. afx_msg void OnPaint();
  46. afx_msg HCURSOR OnQueryDragIcon();
  47. afx_msg void OnButton1();
  48. //}}AFX_MSG
  49. afx_msg void OnRadio(UINT nID);
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_GFTPTESTDLG_H__C9767248_E115_11D2_970B_00A024EBF6AB__INCLUDED_)