www.pudn.com > VC写的MP3播放器源代码.zip > DelListFiles.h
#if !defined(AFX_DELLISTFILES_H__0F887626_4B3F_11D3_BA0F_0004ACDA7CFE__INCLUDED_)
#define AFX_DELLISTFILES_H__0F887626_4B3F_11D3_BA0F_0004ACDA7CFE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DelListFiles.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDelListFiles window
class CDelListFiles : public CListBox
{
// Construction
public:
CDelListFiles();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDelListFiles)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CDelListFiles();
// Generated message map functions
protected:
//{{AFX_MSG(CDelListFiles)
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DELLISTFILES_H__0F887626_4B3F_11D3_BA0F_0004ACDA7CFE__INCLUDED_)