Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.7 KiB

  1. #if !defined(AFX_DPFTPPAGE_H__F0D58772_43A8_11D3_BE28_0000F87A3912__INCLUDED_)
  2. #define AFX_DPFTPPAGE_H__F0D58772_43A8_11D3_BE28_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPFtpPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPFtpPage dialog
  11. class CDPFtpPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CDPFtpPage)
  14. // Construction
  15. public:
  16. CDPFtpPage();
  17. ~CDPFtpPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CDPFtpPage)
  20. enum { IDD = IDD_DATAPOINT_FTP };
  21. BOOL m_bUseAscii;
  22. CString m_sFile;
  23. CString m_sPassword;
  24. CString m_sServer;
  25. CString m_sTimeout;
  26. CString m_sUser;
  27. BOOL m_bRequireReset;
  28. CString m_sDownloadDir;
  29. //}}AFX_DATA
  30. CString m_sProxy;
  31. CString m_sPort;
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CDPFtpPage)
  35. public:
  36. virtual BOOL OnApply();
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CDPFtpPage)
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnCheckRequireReset();
  46. afx_msg void OnCheckUseAscii();
  47. afx_msg void OnChangeEditFile();
  48. afx_msg void OnChangeEditPassword();
  49. afx_msg void OnChangeEditTimeout();
  50. afx_msg void OnChangeEditUser();
  51. afx_msg void OnButtonProxy();
  52. afx_msg void OnChangeEditServer();
  53. afx_msg void OnDestroy();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_DPFTPPAGE_H__F0D58772_43A8_11D3_BE28_0000F87A3912__INCLUDED_)