?? docdata.cpp
字號:
#include "StdAfx.h"
#include "StdArx.h"
// The one and only document manager object
// You can use the DocVars object to retrieve
// document specific data throughout your application
AsdkDataManager<CDocData> DocVars;
//
// Implementation of the document data class.
//
CDocData::CDocData()
{
// NOTE: DO NOT edit the following lines.
//{{AFX_ARX_DATA_INIT(CDocData)
//}}AFX_ARX_DATA_INIT
// TODO: add your own initialization.
}
CDocData::CDocData(const CDocData &data)
{
// TODO: add your own initialization.
}
CDocData::~CDocData()
{
// NOTE: DO NOT edit the following lines.
//{{AFX_ARX_DATA_DEL(CDocData)
//}}AFX_ARX_DATA_DEL
// TODO: clean up.
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -