mylist.h

来自「实现类似千千静听功能的播放器,采用MFC技术,在VC++6.0SP6中实现」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_MYLIST_H__AEEDA4D0_2732_433D_88B3_6D1449102494__INCLUDED_)
#define AFX_MYLIST_H__AEEDA4D0_2732_433D_88B3_6D1449102494__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyList.h : header file
//
#include "FileAttributeDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CMyList window

class CMyList : public CListBox
{
// Construction
public:
	CMyList();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyList)
	//}}AFX_VIRTUAL

// Implementation
public:
	BOOL CheckRemoveAbleDisk();
	CString strRemoveAbleDisk;

	CString strFilePath;
	CString GetFileName(CString strFileName);
	virtual ~CMyList();

	// Generated message map functions
protected:
	//{{AFX_MSG(CMyList)
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnFileAttribute();
	afx_msg void OnSendDisk();
	afx_msg void OnSendFolder();
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYLIST_H__AEEDA4D0_2732_433D_88B3_6D1449102494__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?