#if !defined(AFX_XLISTCONTROL_H__F0C9862C_3A77_45E8_8B40_635575F46F94__INCLUDED_)
#define AFX_XLISTCONTROL_H__F0C9862C_3A77_45E8_8B40_635575F46F94__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// xListControl.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CxListControl window

class CxListControl : public CListCtrl
{
// Construction
public:
	CxListControl();

// Attributes
public:

// Operations
public:

	CWnd			*pParent;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CxListControl)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CxListControl();

	// Generated message map functions
protected:
	//{{AFX_MSG(CxListControl)
	afx_msg void OnLButtonDown(UINT nFlags, 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_XLISTCONTROL_H__F0C9862C_3A77_45E8_8B40_635575F46F94__INCLUDED_)
