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.

66 lines
1.6 KiB

  1. #if !defined(AFX_DPSMTPPAGE_H__D64271A5_4121_11D3_BE26_0000F87A3912__INCLUDED_)
  2. #define AFX_DPSMTPPAGE_H__D64271A5_4121_11D3_BE26_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPSmtpPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPSmtpPage dialog
  11. class CDPSmtpPage : public CHMPropertyPage
  12. {
  13. // Construction
  14. public:
  15. CDPSmtpPage(); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDPSmtpPage)
  18. enum { IDD = IDD_DATAPOINT_SMTP };
  19. CSpinButtonCtrl m_SpinCtrl;
  20. BOOL m_bRequireReset;
  21. CString m_sData;
  22. CString m_sFrom;
  23. CString m_sServer;
  24. CString m_sTo;
  25. CString m_sTimeout;
  26. CString m_sSubject;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CDPSmtpPage)
  31. public:
  32. virtual void OnOK();
  33. virtual BOOL OnApply();
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CDPSmtpPage)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnCheckRequireReset();
  43. afx_msg void OnChangeEditData();
  44. afx_msg void OnChangeEditFrom();
  45. afx_msg void OnChangeEditServer();
  46. afx_msg void OnChangeEditTimeout();
  47. afx_msg void OnChangeEditTo();
  48. afx_msg void OnChangeEditSubject();
  49. afx_msg void OnDestroy();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_DPSMTPPAGE_H__D64271A5_4121_11D3_BE26_0000F87A3912__INCLUDED_)