sendmail.h
来自「本系统实现了人员通讯信息的管理」· C头文件 代码 · 共 61 行
H
61 行
#if !defined(AFX_SENDMAIL_H__4EDEB744_B1AB_49D2_BEFA_2F06FE1C38A8__INCLUDED_)
#define AFX_SENDMAIL_H__4EDEB744_B1AB_49D2_BEFA_2F06FE1C38A8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SendMail.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSendMail dialog
class CSendMail : public CDialog
{
// Construction
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
CSendMail(CWnd* pParent = NULL); // standard constructor
CBrush m_brush;
CString m_smtp;
CString m_from;
CString m_to;
CString m_subject;
// Dialog Data
//{{AFX_DATA(CSendMail)
enum { IDD = IDD_SEND_DIALOG };
// NOTE: the ClassWizard will add data members here
CString m_body;
CString m_email;
CString m_name;
CString m_fromemail;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSendMail)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSendMail)
// NOTE: the ClassWizard will add member functions here
afx_msg void OnSend();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SENDMAIL_H__4EDEB744_B1AB_49D2_BEFA_2F06FE1C38A8__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?