AttachDlg.h
资源名称:mysmtp2.rar [点击查看]
上传用户:young001
上传日期:2007-07-04
资源大小:33k
文件大小:1k
源码类别:
WEB邮件程序
开发平台:
Visual C++
- #if !defined(AFX_ATTACHDLG_H__F1D8F4E4_6675_11D2_9816_FE6B0485EA5C__INCLUDED_)
- #define AFX_ATTACHDLG_H__F1D8F4E4_6675_11D2_9816_FE6B0485EA5C__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // AttachDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // AttachDlg dialog
- class AttachDlg : public CDialog
- {
- // Construction
- public:
- CStringArray m_Files;
- AttachDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(AttachDlg)
- enum { IDD = IDD_DIALOG_ATTACH };
- CListBox m_List;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(AttachDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(AttachDlg)
- afx_msg void OnButtonAdd();
- afx_msg void OnButtonRemove();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ATTACHDLG_H__F1D8F4E4_6675_11D2_9816_FE6B0485EA5C__INCLUDED_)