📄 formview2.cpp
字号:
// FormView2.cpp : implementation file
//
#include "stdafx.h"
#include "CreateOrActivate.h"
#include "FormView2.h"
// CFormView2
IMPLEMENT_DYNCREATE(CFormView2, CFormView)
CFormView2::CFormView2()
: CFormView(CFormView2::IDD)
{
}
CFormView2::~CFormView2()
{
}
void CFormView2::DoDataExchange(CDataExchange* pDX)
{
CFormView::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CFormView2, CFormView)
END_MESSAGE_MAP()
// CFormView2 diagnostics
#ifdef _DEBUG
void CFormView2::AssertValid() const
{
CFormView::AssertValid();
}
void CFormView2::Dump(CDumpContext& dc) const
{
CFormView::Dump(dc);
}
#endif //_DEBUG
// CFormView2 message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -