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