📄 ccreatenewform.h
字号:
#if !defined(CCreateNewForm_h)
#define CCreateNewForm_h
#include "AEEWidget.h"
#include "AEETextWidget.h"
#include "AEEStaticWidget.h"
#include "AEEImageWidget.h"
#include "AEEConstraintContainer.h"
#include "CRootForm.h"
class CCreateNewForm :public CForm
{
public:
CCreateNewForm(AEEApplet* p, CRootForm* pr);
~CCreateNewForm();
void setCreateNewForm(AEEApplet* p,CRootForm* pr);
static boolean handleEvent(CCreateNewForm *po, AEEEvent eCode, uint16 wParam, uint32 dwParam);
protected:
private:
CRootForm* prootForm;
HandlerDesc handleNewMailForm;
ModelListener listenerMenu;
ITextModel * pITo;
ITextModel * pISub;
ITextModel * pIAccessory;
ITextModel * pIText;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -