SerachListCtrl.h
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:1k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. #if !defined(AFX_SERACHLISTCTRL_H__4006BF1E_08C9_4D52_B505_6633711E8A4E__INCLUDED_)
  2. #define AFX_SERACHLISTCTRL_H__4006BF1E_08C9_4D52_B505_6633711E8A4E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SerachListCtrl.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSerachListCtrl window
  10. class CSerachListCtrl : public CListCtrl
  11. {
  12. // Construction
  13. public:
  14. CSerachListCtrl();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CSerachListCtrl)
  22. protected:
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. void DrawSearch(BOOL flag);
  27. CAnimateCtrl *pavi;
  28. virtual ~CSerachListCtrl();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(CSerachListCtrl)
  32. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  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_SERACHLISTCTRL_H__4006BF1E_08C9_4D52_B505_6633711E8A4E__INCLUDED_)