ListBox.h
上传用户:sdgangtie
上传日期:2020-03-07
资源大小:7324k
文件大小:1k
开发平台:

Visual C++

  1. #if !defined(AFX_MYLISTBOX_H__DDBC545B_B3FE_45C1_98F0_42A112C9061A__INCLUDED_)
  2. #define AFX_MYLISTBOX_H__DDBC545B_B3FE_45C1_98F0_42A112C9061A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyListBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MyListBox window
  10. class ListBox : public CListBox
  11. {
  12. // Construction
  13. public:
  14. ListBox();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(MyListBox)
  22. public:
  23. virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
  24. virtual void MeasureItem(LPMEASUREITEMSTRUCT lpMeasureItemStruct);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~ListBox();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(MyListBox)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_MYLISTBOX_H__DDBC545B_B3FE_45C1_98F0_42A112C9061A__INCLUDED_)