dlgsend.h

来自「我要下载源代码我要源代码我要下载代码我要下载源代码」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_DLGSEND_H__149B0D8E_37BD_4756_8268_F0835F3094FD__INCLUDED_)
#define AFX_DLGSEND_H__149B0D8E_37BD_4756_8268_F0835F3094FD__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSend.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog

class CDlgSend : public CDialog
{
// Construction
public:
	CDlgSend(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgSend)
	enum { IDD = IDD_DIALOG_SENDMAIL };
	CString	m_strContent;
	CString	m_strFrom;
	CString	m_strServer;
	CString	m_strSubject;
	CString	m_strTo;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgSend)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgSend)
	afx_msg void OnSend();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGSEND_H__149B0D8E_37BD_4756_8268_F0835F3094FD__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?