|
Revision 5, 1.2 kB
(checked in by qbert, 6 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
#if !defined(AFX_FINDBARLISTCTRL_H__C15A8D9A_E3CC_4A7C_B0F0_4D4F415BCBC8__INCLUDED_) |
|---|
| 2 |
#define AFX_FINDBARLISTCTRL_H__C15A8D9A_E3CC_4A7C_B0F0_4D4F415BCBC8__INCLUDED_ |
|---|
| 3 |
|
|---|
| 4 |
#if _MSC_VER > 1000 |
|---|
| 5 |
#pragma once |
|---|
| 6 |
#endif // _MSC_VER > 1000 |
|---|
| 7 |
// FindBarListCtrl.h : header file |
|---|
| 8 |
// |
|---|
| 9 |
|
|---|
| 10 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 11 |
// CFindBarListCtrl window |
|---|
| 12 |
|
|---|
| 13 |
class CFindBarListCtrl : public CListCtrl |
|---|
| 14 |
{ |
|---|
| 15 |
// Construction |
|---|
| 16 |
public: |
|---|
| 17 |
CFindBarListCtrl(); |
|---|
| 18 |
|
|---|
| 19 |
// Attributes |
|---|
| 20 |
public: |
|---|
| 21 |
|
|---|
| 22 |
// Operations |
|---|
| 23 |
public: |
|---|
| 24 |
|
|---|
| 25 |
// Overrides |
|---|
| 26 |
// ClassWizard generated virtual function overrides |
|---|
| 27 |
//{{AFX_VIRTUAL(CFindBarListCtrl) |
|---|
| 28 |
//}}AFX_VIRTUAL |
|---|
| 29 |
|
|---|
| 30 |
// Implementation |
|---|
| 31 |
public: |
|---|
| 32 |
virtual ~CFindBarListCtrl(); |
|---|
| 33 |
|
|---|
| 34 |
// Generated message map functions |
|---|
| 35 |
protected: |
|---|
| 36 |
//{{AFX_MSG(CFindBarListCtrl) |
|---|
| 37 |
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point); |
|---|
| 38 |
afx_msg void OnRButtonDown(UINT nFlags, CPoint point); |
|---|
| 39 |
//}}AFX_MSG |
|---|
| 40 |
|
|---|
| 41 |
DECLARE_MESSAGE_MAP() |
|---|
| 42 |
}; |
|---|
| 43 |
|
|---|
| 44 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 45 |
|
|---|
| 46 |
//{{AFX_INSERT_LOCATION}} |
|---|
| 47 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
|---|
| 48 |
|
|---|
| 49 |
#endif // !defined(AFX_FINDBARLISTCTRL_H__C15A8D9A_E3CC_4A7C_B0F0_4D4F415BCBC8__INCLUDED_) |
|---|