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

📄 puworker.h

📁 一款国产的8051模拟器(全部源代码) 本软件是一款8051模拟器
💻 H
字号:
#if !defined(AFX_PUWORKER_H__03826513_E8DD_4AE2_83F3_777E6A2DF724__INCLUDED_)
#define AFX_PUWORKER_H__03826513_E8DD_4AE2_83F3_777E6A2DF724__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PUWorker.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPUWorker dialog
#include ".\CPU\GlobalVar.h"
#include ".\CPU\GlobalWatch.h"
#include "DeviceManager.h"
class CPUWorker : public CDialog
{
// Construction
public:
	CPUWorker(CWnd* pParent = NULL);   // standard constructor
	GlobalVar * pcpu;
	TCHAR * pcpustr;
	unsigned int HextoDec1(TCHAR * p);//16进制字符串转正数
// Dialog Data
	//{{AFX_DATA(CPUWorker)
	enum { IDD = IDD_DIALOG7 };
	CEdit	m_editram;
	CEdit	m_editdata;
	CEdit	m_editaddr;
	CString	m_addrstr;
	CString	m_datastr;
	//}}AFX_DATA
	GlobalWatch cpuwatch;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPUWorker)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPUWorker)
	afx_msg void OnButton1();
	afx_msg void OnButton3();
	afx_msg void OnButton2();
	afx_msg void OnButton4();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PUWORKER_H__03826513_E8DD_4AE2_83F3_777E6A2DF724__INCLUDED_)

⌨️ 快捷键说明

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