📄 shortcutpanesysteminfo.h
字号:
// ShortcutPaneFolders.h: interface for the CShortcutPaneFolders class.
//
//////////////////////////////////////////////////////////////////////
#ifndef AFX_SHORTCUTPANESYSTEMINFO_H
#define AFX_SHORTCUTPANESYSTEMINFO_H
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "SystemInfoForm.h"
class CSystemInfoView;
class CShortcutPaneSystemInfo : public CXTPShortcutBarPane
{
protected:
CSystemInfoView* m_pSystemInfoView;
CSystemInfoForm* m_pSystemInfoForm;
public:
CShortcutPaneSystemInfo();
virtual ~CShortcutPaneSystemInfo();
BOOL Create(LPCTSTR lpszCaption, CXTPShortcutBar* pParent);
void SetSystemInfoView(CSystemInfoView* pView);
void ShowSystemInfo();
CView* CreateView(CRuntimeClass *pViewClass, int nCtrlID);
void ClearAll(void);
};
#endif // !defined(AFX_SHORTCUTPANEFOLDERS_H__79AA106F_6B97_42A1_9CB7_0956F111422B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -