SerachListCtrl.h
资源名称:Visualhk.rar [点击查看]
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:1k
源码类别:
网络截获/分析
开发平台:
Visual C++
- #if !defined(AFX_SERACHLISTCTRL_H__4006BF1E_08C9_4D52_B505_6633711E8A4E__INCLUDED_)
- #define AFX_SERACHLISTCTRL_H__4006BF1E_08C9_4D52_B505_6633711E8A4E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SerachListCtrl.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSerachListCtrl window
- class CSerachListCtrl : public CListCtrl
- {
- // Construction
- public:
- CSerachListCtrl();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSerachListCtrl)
- protected:
- //}}AFX_VIRTUAL
- // Implementation
- public:
- void DrawSearch(BOOL flag);
- CAnimateCtrl *pavi;
- virtual ~CSerachListCtrl();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CSerachListCtrl)
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SERACHLISTCTRL_H__4006BF1E_08C9_4D52_B505_6633711E8A4E__INCLUDED_)