www.pudn.com > youjian一个邮件发送器.zip > AttachmentsDlg.h


#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_)