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