POP3SMTPDlg.h
资源名称:POP3SMTP.rar [点击查看]
上传用户:pyhyhg
上传日期:2022-08-11
资源大小:56k
文件大小:2k
源码类别:
Email客户端
开发平台:
Visual C++
- // POP3SMTPDlg.h : header file
- //
- #if !defined(AFX_POP3SMTPDLG_H__41DE2B55_0AF9_4BAC_9446_3DD0D2C18242__INCLUDED_)
- #define AFX_POP3SMTPDLG_H__41DE2B55_0AF9_4BAC_9446_3DD0D2C18242__INCLUDED_
- #include "Pop3.h" // Added by ClassView
- #include "resource.h"
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CPOP3SMTPDlg dialog
- class CPOP3SMTPDlg : public CDialog
- {
- // Construction
- public:
- CPop3 pop3;
- CPOP3SMTPDlg(CWnd* pParent = NULL); // standard constructor
- void Dispatch(LONG param);
- // Dialog Data
- //{{AFX_DATA(CPOP3SMTPDlg)
- enum { IDD = IDD_POP3SMTP_DIALOG };
- CRichEditCtrl ctlInfo;
- CString m_popserver;
- CString m_pass;
- CString m_user;
- CString m_smtpserver;
- CString m_sub;
- CString m_to;
- CString m_body;
- CString m_info;
- BOOL m_del;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPOP3SMTPDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CPOP3SMTPDlg)
- virtual BOOL OnInitDialog();
- // afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButtonSend();
- afx_msg void OnButtonRecv();
- afx_msg void OnButtonDiscon();
- afx_msg void OnButtonView();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_POP3SMTPDLG_H__41DE2B55_0AF9_4BAC_9446_3DD0D2C18242__INCLUDED_)