SmtpSetupDlg.h
上传用户:young001
上传日期:2007-07-04
资源大小:33k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

Visual C++

  1. #if !defined(AFX_SMTPSETUPDLG_H__F1D8F4E1_6675_11D2_9816_FE6B0485EA5C__INCLUDED_)
  2. #define AFX_SMTPSETUPDLG_H__F1D8F4E1_6675_11D2_9816_FE6B0485EA5C__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // SmtpSetupDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SmtpSetupDlg dialog
  10. class SmtpSetupDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. SmtpSetupDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(SmtpSetupDlg)
  17. enum { IDD = IDD_DIALOG_SETUP };
  18. CString m_From;
  19. CString m_SmtpServer;
  20. CString m_Subject;
  21. CString m_MailTo;
  22. CString m_Pass;
  23. CString m_User;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(SmtpSetupDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(SmtpSetupDlg)
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_SMTPSETUPDLG_H__F1D8F4E1_6675_11D2_9816_FE6B0485EA5C__INCLUDED_)