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

📄 memedit.h

📁 游戏修改器 大家可以看看呵呵 老牌子的 但是可能别人已经发过了
💻 H
字号:
#if !defined(AFX_MEMEDIT_H__12E97C4C_D562_45DA_9F59_29EC8CB28035__INCLUDED_)
#define AFX_MEMEDIT_H__12E97C4C_D562_45DA_9F59_29EC8CB28035__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "HexEditor.h"
#include "MuteEditor.h"

#include "Resource.h"

// MemEdit.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// MemEdit dialog

class MemEdit : public CDialog
{
// Construction
public:
	DWORD ProcId;
	MemEdit(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(MemEdit)
	enum { IDD = IDD_MEM_EDIT_DLG };//Edit对话框的ID
	CMuteEditor	m_ASCIIValue;
	CHexEditor	m_hexValue;
	CMuteEditor	m_memAddr;
	DWORD	m_dwbaseAddr;//DWORD...............................
	CString	m_strMemAddr;
	CString	m_strMemValue;
	CString	m_strASCIIValue;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(MemEdit)
	afx_msg void OnVscrollEditHexaddr();
	afx_msg void OnVscrollEditHexvalue();
	afx_msg void OnVscrollEditAscii();
	afx_msg void OnBtnMemread();
	afx_msg void OnBtnMemwrite();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int m_nLine;
};

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

#endif // !defined(AFX_MEMEDIT_H__12E97C4C_D562_45DA_9F59_29EC8CB28035__INCLUDED_)

⌨️ 快捷键说明

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