windows-nt/Source/XPSP1/NT/inetsrv/iis/ui/itools/isadmin/delmime.h
2020-09-26 16:20:57 +08:00

36 lines
772 B
C++

// delmime.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDelMime dialog
class CDelMime : public CDialog
{
// Construction
public:
CDelMime(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDelMime)
enum { IDD = IDD_DELMIMEDIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDelMime)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDelMime)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};