POP3SMTPDlg.h
上传用户:pyhyhg
上传日期:2022-08-11
资源大小:56k
文件大小:2k
源码类别:

Email客户端

开发平台:

Visual C++

  1. // POP3SMTPDlg.h : header file
  2. //
  3. #if !defined(AFX_POP3SMTPDLG_H__41DE2B55_0AF9_4BAC_9446_3DD0D2C18242__INCLUDED_)
  4. #define AFX_POP3SMTPDLG_H__41DE2B55_0AF9_4BAC_9446_3DD0D2C18242__INCLUDED_
  5. #include "Pop3.h" // Added by ClassView
  6. #include "resource.h"
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPOP3SMTPDlg dialog
  12. class CPOP3SMTPDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CPop3 pop3;
  17. CPOP3SMTPDlg(CWnd* pParent = NULL); // standard constructor
  18.     void Dispatch(LONG param);
  19. // Dialog Data
  20. //{{AFX_DATA(CPOP3SMTPDlg)
  21. enum { IDD = IDD_POP3SMTP_DIALOG };
  22. CRichEditCtrl ctlInfo;
  23. CString m_popserver;
  24. CString m_pass;
  25. CString m_user;
  26. CString m_smtpserver;
  27. CString m_sub;
  28. CString m_to;
  29. CString m_body;
  30. CString m_info;
  31. BOOL m_del;
  32. //}}AFX_DATA
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CPOP3SMTPDlg)
  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(CPOP3SMTPDlg)
  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 OnButtonSend();
  48. afx_msg void OnButtonRecv();
  49. afx_msg void OnButtonDiscon();
  50. afx_msg void OnButtonView();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_POP3SMTPDLG_H__41DE2B55_0AF9_4BAC_9446_3DD0D2C18242__INCLUDED_)