⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ccreatenewform.h

📁 brew email program ,comfortable for the basic studier
💻 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 + -