📄 variabledebugwnd.cpp
字号:
// VariableDebugWnd.cpp: implementation of the CVariableDebugWnd class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "VisualJava.h"
#include "VariableDebugWnd.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
BEGIN_MESSAGE_MAP(CVariableDebugWnd, CMainDockBar)
END_MESSAGE_MAP()
CVariableDebugWnd::CVariableDebugWnd()
{
}
CVariableDebugWnd::~CVariableDebugWnd()
{
}
int CVariableDebugWnd::OnCreate (LPCREATESTRUCT lpCreateStruct)
{
return 0;
}
void CVariableDebugWnd::OnSize(UINT nType, int cx, int cy)
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -