FolderView.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_FOLDERVIEW_H__71FC9758_97F6_490B_B68E_CCE45FC9230F__INCLUDED_)
  2. #define AFX_FOLDERVIEW_H__71FC9758_97F6_490B_B68E_CCE45FC9230F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FolderView.h : header file
  7. //
  8. #include "ieshelltreeview.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CFolderView command target
  11. class CFolderView : public CIEShellTreeView
  12. {
  13. DECLARE_DYNCREATE(CFolderView)
  14. CFolderView();           // protected constructor used by dynamic creation
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CFolderView)
  22. public:
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. virtual ~CFolderView();
  27. // Generated message map functions
  28. //{{AFX_MSG(CFolderView)
  29. // NOTE - the ClassWizard will add and remove member functions here.
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_FOLDERVIEW_H__71FC9758_97F6_490B_B68E_CCE45FC9230F__INCLUDED_)