📄 testview.h
字号:
// ResourceView.h: interface for the testView class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RESOURCEVIEW_H__F9C28949_2C41_47AD_9BAB_E2516CEEC6E0__INCLUDED_)
#define AFX_RESOURCEVIEW_H__F9C28949_2C41_47AD_9BAB_E2516CEEC6E0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class testView : public CBCGPDockingControlBar
{
// Construction
public:
testView();
// Attributes
protected:
CTreeCtrl m_wndResourceView;
CImageList m_ResourceViewImages;
protected:
void FillResourceView ();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(testView)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~testView();
// Generated message map functions
protected:
//{{AFX_MSG(testView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg void OnEditCut();
afx_msg void OnEditCopy();
afx_msg void OnEditPaste();
afx_msg void OnEditClear();
afx_msg void OnPaint();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_RESOURCEVIEW_H__F9C28949_2C41_47AD_9BAB_E2516CEEC6E0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -