⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jyp3041222042doc.cpp

📁 自己做的两个简单的茶壶!希望对初学者有点用!
💻 CPP
字号:
// jyp3041222042Doc.cpp : implementation of the CJyp3041222042Doc class
//

#include "stdafx.h"
#include "jyp3041222042.h"

#include "jyp3041222042Doc.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CJyp3041222042Doc

IMPLEMENT_DYNCREATE(CJyp3041222042Doc, CDocument)

BEGIN_MESSAGE_MAP(CJyp3041222042Doc, CDocument)
	//{{AFX_MSG_MAP(CJyp3041222042Doc)
		// 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()

/////////////////////////////////////////////////////////////////////////////
// CJyp3041222042Doc construction/destruction

CJyp3041222042Doc::CJyp3041222042Doc()
{
	// TODO: add one-time construction code here

}

CJyp3041222042Doc::~CJyp3041222042Doc()
{
}

BOOL CJyp3041222042Doc::OnNewDocument()
{
	if (!CDocument::OnNewDocument())
		return FALSE;

	// TODO: add reinitialization code here
	// (SDI documents will reuse this document)

	return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CJyp3041222042Doc serialization

void CJyp3041222042Doc::Serialize(CArchive& ar)
{
	if (ar.IsStoring())
	{
		// TODO: add storing code here
	}
	else
	{
		// TODO: add loading code here
	}
}

/////////////////////////////////////////////////////////////////////////////
// CJyp3041222042Doc diagnostics

#ifdef _DEBUG
void CJyp3041222042Doc::AssertValid() const
{
	CDocument::AssertValid();
}

void CJyp3041222042Doc::Dump(CDumpContext& dc) const
{
	CDocument::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CJyp3041222042Doc commands

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -