www.pudn.com > ListenNetwork.rar > NewList.h
#if !defined(AFX_NEWLIST_H__BA4404AC_8420_46CB_8F80_079FFDD60F9B__INCLUDED_)
#define AFX_NEWLIST_H__BA4404AC_8420_46CB_8F80_079FFDD60F9B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NewList.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewList window
class CNewList : public CListBox
{
// Construction
public:
CNewList();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewList)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CNewList();
// Generated message map functions
protected:
//{{AFX_MSG(CNewList)
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWLIST_H__BA4404AC_8420_46CB_8F80_079FFDD60F9B__INCLUDED_)