📄 brewlogincanvas42.h
字号:
// BrewLoginCanvas42.h: interface for the CBrewLoginCanvas42 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BREWLOGINCANVAS42_H__218A3CF1_B85A_4CDC_97D7_88D27E18E7B9__INCLUDED_)
#define AFX_BREWLOGINCANVAS42_H__218A3CF1_B85A_4CDC_97D7_88D27E18E7B9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "BrewLoginCanvas3.h"
class CBrewLoginCanvas42 : public CBrewLoginCanvas3
{
public:
void setFrame(void *f);
ITextCtl *m_pPasswdNew;
CBrewLoginCanvas42();
virtual ~CBrewLoginCanvas42();
void paint(IDisplay *d, IGraphics *g);
virtual boolean UpdateData(boolean bUpdateDisp);
virtual void DisplayControl( IDisplay* pIDisplay, AECHAR* psTextBuf, IControl* pCtl, AEERect& rRect ,IGraphics* g);
};
IBrewCanvas *CreateLoginCanvas42();
#endif // !defined(AFX_BREWLOGINCANVAS42_H__218A3CF1_B85A_4CDC_97D7_88D27E18E7B9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -