www.pudn.com > c++smtp.rar > smtpDlg.h
// smtpDlg.h : header file
//
#if !defined(AFX_SMTPDLG_H__A144DE45_75A5_440E_B0F8_945446961101__INCLUDED_)
#define AFX_SMTPDLG_H__A144DE45_75A5_440E_B0F8_945446961101__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSmtpDlg dialog
class CSmtpDlg : public CDialog
{
// Construction
public:
CSmtpDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSmtpDlg)
enum { IDD = IDD_SMTP_DIALOG };
CString m_Sever;
CString m_From;
CString m_To;
CString m_Message;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSmtpDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSmtpDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SMTPDLG_H__A144DE45_75A5_440E_B0F8_945446961101__INCLUDED_)