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

图形图象

开发平台:

Visual C++

  1. // FolderView.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "ISeeExplorer.h"
  5. #include "FolderView.h"
  6. #include "FileServer.h"
  7. #ifdef _DEBUG
  8. #define new DEBUG_NEW
  9. #undef THIS_FILE
  10. static char THIS_FILE[] = __FILE__;
  11. #endif
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CFolderView
  14. IMPLEMENT_DYNCREATE(CFolderView, CIEShellTreeView)
  15. CFolderView::CFolderView()
  16. {
  17. }
  18. CFolderView::~CFolderView()
  19. {
  20. }
  21. BEGIN_MESSAGE_MAP(CFolderView, CIEShellTreeView)
  22. //{{AFX_MSG_MAP(CFolderView)
  23. // NOTE - the ClassWizard will add and remove mapping macros here.
  24. //}}AFX_MSG_MAP
  25. END_MESSAGE_MAP()
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CFolderView message handlers