PageYou.h
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_PAGEYOU_H__5ABF0C07_7631_11D1_82BF_444553540000__INCLUDED_)
  2. #define AFX_PAGEYOU_H__5ABF0C07_7631_11D1_82BF_444553540000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PageYou.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPageYou dialog
  10. class CPageYou : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CPageYou)
  13. // Construction
  14. public:
  15. CPageYou();
  16. ~CPageYou();
  17. // Dialog Data
  18. //{{AFX_DATA(CPageYou)
  19. enum { IDD = IDD_PAGE_YOU };
  20. CEdit m_IPName;
  21. CEdit m_IP;
  22. CEdit m_Date;
  23. CEdit m_SourceFile2;
  24. CEdit m_SourceFile1;
  25. CString m_sServerName;
  26. CString m_sDestination;
  27. CString m_sDestinationDir;
  28. CString m_sPassword;
  29. CString m_sUserName;
  30. CString m_sSourceFile1;
  31. CString m_sSourceFile2;
  32. CString m_sIP;
  33. CString m_sIPName;
  34. CString m_sDate;
  35. CString m_sTagDate;
  36. CString m_sTagMachine;
  37. BOOL m_bWithAddress;
  38. BOOL m_bWithDate;
  39. BOOL m_bOfflineOnEnd;
  40. BOOL m_bOnlineOnStart;
  41. //}}AFX_DATA
  42.   CToolTipCtrl m_ToolTip;
  43. //  void SaveSettings();
  44. // Overrides
  45. // ClassWizard generate virtual function overrides
  46. //{{AFX_VIRTUAL(CPageYou)
  47. public:
  48. virtual BOOL PreTranslateMessage(MSG* pMsg);
  49. virtual void Serialize(CArchive& ar);
  50. protected:
  51. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  52. //}}AFX_VIRTUAL
  53. // Implementation
  54. protected:
  55. public:
  56. // Generated message map functions
  57. //{{AFX_MSG(CPageYou)
  58. virtual BOOL OnInitDialog();
  59. afx_msg void OnOnline();
  60. afx_msg void OnOffline();
  61. afx_msg void OnBrowseOff();
  62. afx_msg void OnBrowseOn();
  63. //}}AFX_MSG
  64. DECLARE_MESSAGE_MAP()
  65. };
  66. //{{AFX_INSERT_LOCATION}}
  67. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  68. #endif // !defined(AFX_PAGEYOU_H__5ABF0C07_7631_11D1_82BF_444553540000__INCLUDED_)