📄 200622130035doc.cpp
字号:
// 200622130035Doc.cpp : implementation of the CMy200622130035Doc class
//
#include "stdafx.h"
#include "200622130035.h"
#include "200622130035Doc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy200622130035Doc
IMPLEMENT_DYNCREATE(CMy200622130035Doc, CDocument)
BEGIN_MESSAGE_MAP(CMy200622130035Doc, CDocument)
//{{AFX_MSG_MAP(CMy200622130035Doc)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy200622130035Doc construction/destruction
CMy200622130035Doc::CMy200622130035Doc()
{
// TODO: add one-time construction code here
}
CMy200622130035Doc::~CMy200622130035Doc()
{
}
BOOL CMy200622130035Doc::OnNewDocument()
{
if (!CDocument::OnNewDocument())
return FALSE;
// TODO: add reinitialization code here
// (SDI documents will reuse this document)
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMy200622130035Doc serialization
void CMy200622130035Doc::Serialize(CArchive& ar)
{
if (ar.IsStoring())
{
// TODO: add storing code here
}
else
{
// TODO: add loading code here
}
}
/////////////////////////////////////////////////////////////////////////////
// CMy200622130035Doc diagnostics
#ifdef _DEBUG
void CMy200622130035Doc::AssertValid() const
{
CDocument::AssertValid();
}
void CMy200622130035Doc::Dump(CDumpContext& dc) const
{
CDocument::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMy200622130035Doc commands
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -