wndmanager.h
来自「一款国产的8051模拟器(全部源代码) 本软件是一款8051模拟器」· C头文件 代码 · 共 40 行
H
40 行
// 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 + =
减小字号Ctrl + -
显示快捷键?