attachmentsdlg.h
来自「C#编程发送邮件客户端程序 , 简单邮件传输协议」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_ATTACHMENTSDLG_H__15D686C8_B589_455D_A8B1_F335E54CDBD1__INCLUDED_)
#define AFX_ATTACHMENTSDLG_H__15D686C8_B589_455D_A8B1_F335E54CDBD1__INCLUDED_
#include "SMTPEMailDlg.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AttachmentsDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAttachmentsDlg dialog
class CAttachmentsDlg : public CDialog
{
// Construction
public:
CString m_strAttachments;
CAttachmentsDlg(CWnd* pParent = NULL); // standard constructor
CStringArray m_Files;
// Dialog Data
//{{AFX_DATA(CAttachmentsDlg)
enum { IDD = IDD_ATTACHMENTS };
CListBox m_ctrlListFiles;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAttachmentsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAttachmentsDlg)
afx_msg void OnButtonAdd();
afx_msg void OnButtonRemove();
virtual void OnOK();
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_ATTACHMENTSDLG_H__15D686C8_B589_455D_A8B1_F335E54CDBD1__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?