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

📄 eeb_linkwnd.h

📁 基于ARM平台的控制系统,自己带有MINIGUI,可以直接在VC下运行界面演示程序
💻 H
字号:
#ifndef _EEB_LINKWND_H__
#define _EEB_LINKWND_H__

#include "GUIpp.h"

#include "eeb.h"

#define TRUE	1
#define FALSE	0

class NANA_LinkedWnd:public NANAFrameWnd
{
public:
	NANAFrameWnd	*w_pPrevPageWnd;
	NANAButton		w_butClose;
	int				w_bRoot;
	int				w_Icon;

	MLString		w_Title;
	
	NANA_LinkedWnd()
	{

	}
	virtual void OnCreate ();
	NANA_LinkedWnd * GetRootPage(NANA_LinkedWnd * pEndPage);
	NANA_LinkedWnd * GetNextPage(NANA_LinkedWnd * pEndPage);
	void ShowFullScreen(NANAFrameWnd *pPrevWnd,int icon = -1,int bRoot=FALSE);
	virtual void OnNotify(NANAWnd *pSrcWnd,int nMessageCode,int nParam1,int nParam2);
	virtual void OnPaint();
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -