📄 simbub.h
字号:
// SimBub.h: interface for the CSimBub class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SIMBUB_H__45E63B13_67BE_44E9_B6D9_D85091A29444__INCLUDED_)
#define AFX_SIMBUB_H__45E63B13_67BE_44E9_B6D9_D85091A29444__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MugongBase.h"
class CSimBub : public CMugongBase
{
public:
CSimBub();
virtual ~CSimBub();
virtual void Init(LONG x, LONG y, WORD wid, WORD hei, cImage * basicImage, LONG ID=0);
};
#endif // !defined(AFX_SIMBUB_H__45E63B13_67BE_44E9_B6D9_D85091A29444__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -