printdata.h
来自「Visual C++ 2005的源代码」· C头文件 代码 · 共 11 行
H
11 行
#pragma once
class CPrintData
{
public:
UINT m_nWidths; // Page count for the width of the document
UINT m_nLengths; // Page count for the length of the document
CPoint m_DocRefPoint; // Top left corner of the document contents
CString m_DocTitle; // The name of the document
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?