DelFileDlg.h
资源名称:DXGuide.zip [点击查看]
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:
DirextX编程
开发平台:
Visual C++
- #if !defined(AFX_DELFILEDLG_H__312E51C2_C9D2_11D2_B38F_A1398829C71A__INCLUDED_)
- #define AFX_DELFILEDLG_H__312E51C2_C9D2_11D2_B38F_A1398829C71A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DelFileDlg.h : header file
- //
- #include "FileList.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDelFileDlg dialog
- class CDelFileDlg : public CDialog
- {
- // Construction
- public:
- CDelFileDlg(CWnd* pParent = NULL); // standard constructor
- CFileList *m_fl;
- CString m_strPath;
- CMap <CString, LPCTSTR, CString, LPCTSTR> m_map;
- void DeleteF();
- void DeleteD();
- void DeleteDir(LPCTSTR szPath);
- // Dialog Data
- //{{AFX_DATA(CDelFileDlg)
- enum { IDD = IDD_DELDLG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDelFileDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDelFileDlg)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DELFILEDLG_H__312E51C2_C9D2_11D2_B38F_A1398829C71A__INCLUDED_)