📄 wndmanager.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 + -