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

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_PAGEMAILSMTP_H__792E75A6_5468_11D2_8102_9EC3A8472A4A__INCLUDED_)
  2. #define AFX_PAGEMAILSMTP_H__792E75A6_5468_11D2_8102_9EC3A8472A4A__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PageMailSmtp.h : header file
  7. //
  8. #include "PageMailDelCurrent.h"
  9. #include "ComboEx.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPageMailSmtp dialog
  12. class CPageMailSmtp : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CPageMailSmtp)
  15. // Construction
  16. public:
  17. CPageMailSmtp();
  18. ~CPageMailSmtp();
  19. // Dialog Data
  20. //{{AFX_DATA(CPageMailSmtp)
  21. enum { IDD = IDD_PAGE_MAIL_SMTP };
  22. CComboBox m_Attachments;
  23. CStatic m_NumberOfChars;
  24. CEdit m_Text;
  25. CString m_sFrom;
  26. CString m_sSubject;
  27. CString m_sText;
  28. CString m_sTo;
  29. BOOL m_bClear;
  30. BOOL m_bWithDate;
  31. BOOL m_bWithMailer;
  32. BOOL m_bWithSignature;
  33. //}}AFX_DATA
  34.   CToolTipCtrl m_ToolTip;
  35. CComboEx m_From;
  36.   CComboEx m_Subject;
  37. CComboEx m_To;
  38.   CEdit* m_pOutput;
  39.   CString m_sSignature;
  40.   CString m_sServer;
  41.   CString m_sXMailer;
  42.   CPageMailDelCurrent m_DelCurrent;
  43. //  void UpdateArrays(CStringArray*, CComboBox*);
  44. // Overrides
  45. // ClassWizard generate virtual function overrides
  46. //{{AFX_VIRTUAL(CPageMailSmtp)
  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. // Generated message map functions
  56. //{{AFX_MSG(CPageMailSmtp)
  57. afx_msg void OnSend();
  58. afx_msg void OnSettings();
  59. afx_msg void OnChangeText();
  60. afx_msg void OnWithSignature();
  61. afx_msg void OnAttachments();
  62. afx_msg void OnSetfocusAttachments();
  63. afx_msg void OnEditupdateAttachments();
  64. afx_msg void OnSelchangeAttachments();
  65. virtual BOOL OnInitDialog();
  66. //}}AFX_MSG
  67. DECLARE_MESSAGE_MAP()
  68. };
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_PAGEMAILSMTP_H__792E75A6_5468_11D2_8102_9EC3A8472A4A__INCLUDED_)