📄 automakeview4.cpp
字号:
// AutoMakeView4.cpp : implementation file
//
#include "stdafx.h"
#include "AutoMake.h"
#include "AutoMakeView4.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAutoMakeView4
IMPLEMENT_DYNCREATE(CAutoMakeView4, CView)
CAutoMakeView4::CAutoMakeView4()
{
}
CAutoMakeView4::~CAutoMakeView4()
{
}
BEGIN_MESSAGE_MAP(CAutoMakeView4, CView)
//{{AFX_MSG_MAP(CAutoMakeView4)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAutoMakeView4 drawing
void CAutoMakeView4::OnDraw(CDC* pDC)
{
CDocument* pDoc = GetDocument();
// TODO: add draw code here
}
/////////////////////////////////////////////////////////////////////////////
// CAutoMakeView4 diagnostics
#ifdef _DEBUG
void CAutoMakeView4::AssertValid() const
{
CView::AssertValid();
}
void CAutoMakeView4::Dump(CDumpContext& dc) const
{
CView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CAutoMakeView4 message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -