📄 booklianbiao.h
字号:
// booklianbiao.h: interface for the Cbooklianbiao class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BOOKLIANBIAO_H__6B3A4FAE_E793_458A_9705_E3EEF8A1494A__INCLUDED_)
#define AFX_BOOKLIANBIAO_H__6B3A4FAE_E793_458A_9705_E3EEF8A1494A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "book.h"
class Cbooklianbiao : public CObject
{
DECLARE_SERIAL(Cbooklianbiao)
public:
Cbooklianbiao();
virtual ~Cbooklianbiao();
void Serialize(CArchive &Ar);
public:
Cbooklianbiao *pnext;
Cbook * data;
CTypedPtrArray<CObArray, Cbook*> mItemArray;
};
#endif // !defined(AFX_BOOKLIANBIAO_H__6B3A4FAE_E793_458A_9705_E3EEF8A1494A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -