PageMailPop3.h
资源名称:Netmanag.zip [点击查看]
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #if !defined(AFX_PAGEMAILPOP3_H__792E75A5_5468_11D2_8102_9EC3A8472A4A__INCLUDED_)
- #define AFX_PAGEMAILPOP3_H__792E75A5_5468_11D2_8102_9EC3A8472A4A__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // PageMailPop3.h : header file
- //
- #include "PopGet.h"
- /////////////////////////////////////////////////////////////////////////////
- // CPageMailPop3 dialog
- class CPageMailPop3 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CPageMailPop3)
- // Construction
- public:
- CPageMailPop3();
- ~CPageMailPop3();
- // Dialog Data
- //{{AFX_DATA(CPageMailPop3)
- enum { IDD = IDD_PAGE_MAIL_POP3 };
- CListCtrl m_Servers;
- CListCtrl m_Mails;
- //}}AFX_DATA
- CToolTipCtrl m_ToolTip;
- CPop m_Pop;
- struct ACCOUNT
- {
- CString sServer;
- int nPort;
- CString sUsername;
- CString sPassword;
- };
- CArray<ACCOUNT, ACCOUNT&> m_aAccounts;
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CPageMailPop3)
- public:
- virtual void Serialize(CArchive& ar);
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPageMailPop3)
- afx_msg void OnAdd();
- afx_msg void OnEdit();
- virtual BOOL OnInitDialog();
- afx_msg void OnRemove();
- afx_msg void OnGetmail();
- afx_msg void OnDelete();
- afx_msg void OnView();
- afx_msg void OnDblclkServers(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnPop3Save();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PAGEMAILPOP3_H__792E75A5_5468_11D2_8102_9EC3A8472A4A__INCLUDED_)