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