📄 lstviewfolder.h
字号:
#if !defined(AFX_LSTViewFolder_H__EEF295F0_2433_44EC_9DA4_70D86D69BB7F__INCLUDED_)
#define AFX_LSTViewFolder_H__EEF295F0_2433_44EC_9DA4_70D86D69BB7F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LSTViewFolder.h : header file
//
#include "listvwex.h"
/////////////////////////////////////////////////////////////////////////////
// LSTViewFolder view
class LSTViewFolder : public CListViewEx
{
CFont m_font;
BOOL m_bUp;
protected:
LSTViewFolder(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(LSTViewFolder)
// Attributes
public:
// Operations
public:
CString GetSelectPath();
VOID Clear();
void UpdateItems();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(LSTViewFolder)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~LSTViewFolder();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(LSTViewFolder)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnListViewDetails();
afx_msg void OnListViewLargeicons();
afx_msg void OnListViewList();
afx_msg void OnListViewSmallicons();
afx_msg void OnUpdateListViewDetails(CCmdUI* pCmdUI);
afx_msg void OnUpdateListViewLargeicons(CCmdUI* pCmdUI);
afx_msg void OnUpdateListViewList(CCmdUI* pCmdUI);
afx_msg void OnUpdateListViewSmallicons(CCmdUI* pCmdUI);
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnManagerDelete();
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_LSTViewFolder_H__EEF295F0_2433_44EC_9DA4_70D86D69BB7F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -