// 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() };