📄 workspaceview.h
字号:
#if !defined(AFX_WORKSPACEVIEW_H__6EA5D5E3_1954_4CFA_BE4B_3C22B10D8DBF__INCLUDED_)
#define AFX_WORKSPACEVIEW_H__6EA5D5E3_1954_4CFA_BE4B_3C22B10D8DBF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// WorkspaceView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChildFrameHook:
//
/////////////////////////////////////////////////////////////////////////////
// CWorkspaceView:
//
class CMainFrame;
class CWorkspaceView : public CCJTabView
{
protected: // create from serialization only
CWorkspaceView();
DECLARE_DYNCREATE(CWorkspaceView)
// Attributes
public:
// Operations
public:
int m_iHitTest;
CImageList m_imageList;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWorkspaceView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CWorkspaceView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
void OnSelChanging();
void OnSelChange();
void HideShowTabView(BOOL& bTabView, CView* pView, LPCTSTR lpszTeCJ, int iIndex, int iIconIndex);
// Generated message map functions
protected:
//{{AFX_MSG(CWorkspaceView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
//}}AFX_MSG
afx_msg void OnTabViewUpdate();
DECLARE_MESSAGE_MAP()
friend class CMainFrame;
public:
afx_msg void OnDestroy();
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WORKSPACEVIEW_H__6EA5D5E3_1954_4CFA_BE4B_3C22B10D8DBF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -