ZapMailDlg.h
上传用户:hsaozhenyu
上传日期:2007-01-03
资源大小:48k
文件大小:1k
源码类别:

Email客户端

开发平台:

Visual C++

  1. // ZapMailDlg.h : header file
  2. //
  3. #if !defined(AFX_ZAPMAILDLG_H__25E31866_C38D_11D1_870E_444553540000__INCLUDED_)
  4. #define AFX_ZAPMAILDLG_H__25E31866_C38D_11D1_870E_444553540000__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CZapMailDlg dialog
  10. class CZapMailDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CZapMailDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CZapMailDlg)
  17. enum { IDD = IDD_ZAPMAIL_DIALOG };
  18. CEdit m_ctlTo;
  19. CString m_sBody;
  20. CString m_sFrom;
  21. CString m_sServer;
  22. CString m_sSubject;
  23. CString m_sTo;
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CZapMailDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIcon;
  33. // Generated message map functions
  34. //{{AFX_MSG(CZapMailDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. afx_msg void OnSend();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_ZAPMAILDLG_H__25E31866_C38D_11D1_870E_444553540000__INCLUDED_)