📄 popupview.h
字号:
// PopUpView.h: interface for the CPopUpView class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_POPUPVIEW_H__A2EE0B57_9AA2_4731_B760_367D2EF4E8AB__INCLUDED_)
#define AFX_POPUPVIEW_H__A2EE0B57_9AA2_4731_B760_367D2EF4E8AB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CPopUpDocument;
#include "BGFEditView.h"
class CPopUpView : public CBGFEditView
{
protected:
DECLARE_DYNCREATE(CPopUpView)
public:
virtual CCrystalTextBuffer *LocateTextBuffer ();
CPopUpDocument* GetDocument();
CPopUpView();
virtual ~CPopUpView();
};
#ifndef _DEBUG // debug version in VisualJavaView.cpp
inline CPopUpDocument* CPopUpView::GetDocument()
{ return (CPopUpDocument*)m_pDocument; }
#endif
#endif // !defined(AFX_POPUPVIEW_H__A2EE0B57_9AA2_4731_B760_367D2EF4E8AB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -