📄 mstaticb.h
字号:
#include"\sunshine\include\mobj.h"
#include"\sunshine\include\app.h"
#if !defined(MSTATIC_H)
#define MSTATIC_H
class MStaticBox : public MObj
{
public:
MStaticBox(int x,int y,int w,int h)
: MObj(x,y,w,h,"staticbox"){firstrun=1;}
virtual ~MStaticBox(){}
virtual void UnFocus();
virtual void GetFocus();
virtual int Process();
virtual char far *Nameof(){ return "mstaticbox";}
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -