ShellListView.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_SHELLLISTVIEW_H__218BC459_82F2_4781_889B_72318030490E__INCLUDED_)
  2. #define AFX_SHELLLISTVIEW_H__218BC459_82F2_4781_889B_72318030490E__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ShellListView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CShellListView view
  10. class CShellListView : public CXTShellListView
  11. {
  12. protected:
  13. CShellListView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CShellListView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CShellListView)
  22. protected:
  23. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. virtual ~CShellListView();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CShellListView)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_SHELLLISTVIEW_H__218BC459_82F2_4781_889B_72318030490E__INCLUDED_)