SlstView.h
上传用户:tenhai
上传日期:2021-02-19
资源大小:492k
文件大小:1k
源码类别:

组合框控件

开发平台:

Visual C++

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