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

Email客户端

开发平台:

Visual C++

  1. // POPCheckerDlg.h : header file
  2. //
  3. #if !defined(AFX_POPCHECKERDLG_H__F712AA7E_7086_11D1_8833_00001C302581__INCLUDED_)
  4. #define AFX_POPCHECKERDLG_H__F712AA7E_7086_11D1_8833_00001C302581__INCLUDED_
  5. #include "TrayIcon.h" // Added by ClassView
  6. #include "pop.h"
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPOPCheckerDlg dialog
  12. class CPOPCheckerDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CPOPCheckerDlg(CWnd* pParent = NULL); // standard constructor
  17. LRESULT OnTrayNotification(WPARAM wParam, LPARAM lParam);
  18. // Dialog Data
  19. //{{AFX_DATA(CPOPCheckerDlg)
  20. enum { IDD = IDD_POPCHECKER_DIALOG };
  21. int m_Duration;
  22. int m_NoMail;
  23. CString m_Password;
  24. CString m_POPServer;
  25. CString m_UserName;
  26. //}}AFX_DATA
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CPOPCheckerDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CPOPCheckerDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  39. afx_msg void OnPaint();
  40. afx_msg HCURSOR OnQueryDragIcon();
  41. afx_msg void OnStart();
  42. afx_msg void OnTimer(UINT nIDEvent);
  43. afx_msg void OnConfiguration();
  44. afx_msg void OnExit();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. private:
  48. int m_Error;
  49. CTrayIcon m_TrayIcon;
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_POPCHECKERDLG_H__F712AA7E_7086_11D1_8833_00001C302581__INCLUDED_)