📄 topright.h
字号:
// TopRight.h: interface for the CTopRight class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TOPRIGHT_H__8994FD3C_CA97_4B08_97E9_724EDE792B4E__INCLUDED_)
#define AFX_TOPRIGHT_H__8994FD3C_CA97_4B08_97E9_724EDE792B4E__INCLUDED_
#include "Shape.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CTopRight:public CShape
{
DECLARE_SERIAL(CTopRight)
public:
void Serialize(CArchive &ar);
void Draw(CDC* pDC);
CTopRight(CRect rect);
CTopRight();
virtual ~CTopRight();
};
#endif // !defined(AFX_TOPRIGHT_H__8994FD3C_CA97_4B08_97E9_724EDE792B4E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -