reman3/Rayman_X/cpa/tempgrp/TIA/Inc/edirctsl.hpp

49 lines
1.1 KiB
C++

#if !defined(AFX_EDIRCTSL_HPP__F46BCBAF_E3F7_11D1_95CC_00A02416A985__INCLUDED_)
#define AFX_EDIRCTSL_HPP__F46BCBAF_E3F7_11D1_95CC_00A02416A985__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// edirctsl.hpp : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPA_EdIR_SelCtrlList window
class CPA_EdIR_SelCtrlList : public CListCtrl
{
// Construction
public:
CPA_EdIR_SelCtrlList();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPA_EdIR_SelCtrlList)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CPA_EdIR_SelCtrlList();
// Generated message map functions
protected:
//{{AFX_MSG(CPA_EdIR_SelCtrlList)
afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDIRCTSL_HPP__F46BCBAF_E3F7_11D1_95CC_00A02416A985__INCLUDED_)