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

📄 wndmanager.h

📁 一款国产的8051模拟器(全部源代码) 本软件是一款8051模拟器
💻 H
字号:
// WndManager.h: interface for the WndManager class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_WNDMANAGER_H__DA942DEF_9F38_498C_9851_319DD538B07E__INCLUDED_)
#define AFX_WNDMANAGER_H__DA942DEF_9F38_498C_9851_319DD538B07E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//#include "MyDefaultView.h"
//#include "MyObject.h"
#include "UIRES.h"
//struct
class WndManager 
{
public:
	int CreateAbout();
	int CreateRegRAMWatch(GlobalVar * pcpu);
	int CreateDeviceWnd();
	int CreateCPUControl();
	static unsigned int UI_ID;
	int SetpView(UINT p);
	int init();
	int WndCommand(UINT uid);
	CMenu * RBDOWN, *RBDCLK;
	//MyDefaultView * pview;
	CWnd * pview;
	
	DeviceManager * pDM;
	CreateDevicedlg * pdevicepan;
	WndManager();
	int CreateSerialWnd();
	virtual ~WndManager();
protected:
	
};
//
#endif // !defined(AFX_WNDMANAGER_H__DA942DEF_9F38_498C_9851_319DD538B07E__INCLUDED_)

⌨️ 快捷键说明

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