📄 dstorereport.h
字号:
// DStoreReport.h: interface for the CDStoreReport class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DSTOREREPORT_H__6FA14AAE_57FF_46A3_8B51_DCBCFD3F9D9C__INCLUDED_)
#define AFX_DSTOREREPORT_H__6FA14AAE_57FF_46A3_8B51_DCBCFD3F9D9C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "DReport.h"
class CDStoreReport : public CDReport
{
public:
void Init();
CDStoreReport();
virtual ~CDStoreReport();
};
#endif // !defined(AFX_DSTOREREPORT_H__6FA14AAE_57FF_46A3_8B51_DCBCFD3F9D9C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -