📄 shortcutpanefolders.h
字号:
// ShortcutPaneFolders.h: interface for the CShortcutPaneFolders class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHORTCUTPANEFOLDERS_H__79AA106F_6B97_42A1_9CB7_0956F111422B__INCLUDED_)
#define AFX_SHORTCUTPANEFOLDERS_H__79AA106F_6B97_42A1_9CB7_0956F111422B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CULExplorerView;
class CShortcutPaneFolders : public CXTPShortcutBarPane
{
//DECLARE_DYNAMIC(CShortcutPaneFolders)
public:
CShortcutPaneFolders();
virtual ~CShortcutPaneFolders();
BOOL Create(LPCTSTR lpszCaption, CXTPShortcutBar* pParent);
CXTTreeCtrl m_wndTreeFolders;
CImageList m_ilTreeIcons;
CULExplorerView* m_pFoldersView;
protected:
DECLARE_MESSAGE_MAP()
void OnSelchanged(NMHDR* pNMHDR, LRESULT* /*pResult*/);
public:
void SetFoldersView(CULExplorerView* pView);
void ShowDentryTree();
void ExpandDentryTree(CString PathName);
void SelectParentItem();
protected:
void ShowDentryTree(CString PathName, HTREEITEM TreeNode);
HTREEITEM ExpandDentryTree(CString PathName, HTREEITEM TreeNode);
CString GetFullPath(HTREEITEM hCurrent);
public:
void ClearAll(void);
};
#endif // !defined(AFX_SHORTCUTPANEFOLDERS_H__79AA106F_6B97_42A1_9CB7_0956F111422B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -