DelFileDlg.h
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. #if !defined(AFX_DELFILEDLG_H__312E51C2_C9D2_11D2_B38F_A1398829C71A__INCLUDED_)
  2. #define AFX_DELFILEDLG_H__312E51C2_C9D2_11D2_B38F_A1398829C71A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DelFileDlg.h : header file
  7. //
  8. #include "FileList.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDelFileDlg dialog
  11. class CDelFileDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDelFileDlg(CWnd* pParent = NULL);   // standard constructor
  16. CFileList *m_fl;
  17. CString m_strPath;
  18. CMap <CString, LPCTSTR, CString, LPCTSTR> m_map;
  19. void DeleteF();
  20. void DeleteD();
  21. void DeleteDir(LPCTSTR szPath);
  22. // Dialog Data
  23. //{{AFX_DATA(CDelFileDlg)
  24. enum { IDD = IDD_DELDLG };
  25. // NOTE: the ClassWizard will add data members here
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CDelFileDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CDelFileDlg)
  37. virtual void OnOK();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_DELFILEDLG_H__312E51C2_C9D2_11D2_B38F_A1398829C71A__INCLUDED_)