?? docdata.h
字號:
// docdata.h : include file for document specific data
// an instance of this class is automatically created
// and managed by the AsdkDataManager class
// see the AsdkDmgr.h DocData.cpp for more datail
#if !defined(AFX_DOCDATA_H__07D5D595_5F30_4D87_A387_47834C8AA0CC__INCLUDED_)
#define AFX_DOCDATA_H__07D5D595_5F30_4D87_A387_47834C8AA0CC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
////////////////////////////////////////////////////
//
// Here you can store the document / database
// related data.
//
class CDocData
{
public:
CDocData();
CDocData(const CDocData &data) ;
~CDocData();
// NOTE: DO NOT edit the following lines.
//{{AFX_ARX_DATA(CDocData)
//}}AFX_ARX_DATA
// TODO: here you can add your variables
// which depends on a document / database.
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -