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

📄 resetdlg.h

📁 一个牛人做的MIPS模拟器
💻 H
字号:
#if !defined(AFX_RESETDLG_H__47EF9F93_582C_4EA5_98EC_FC000BD0E4BE__INCLUDED_)
#define AFX_RESETDLG_H__47EF9F93_582C_4EA5_98EC_FC000BD0E4BE__INCLUDED_

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

#include "XPButton.h"

/////////////////////////////////////////////////////////////////////////////
// CResetDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CResetDlg)
	enum { IDD = IDD_RESET };
	CXPButton	m_btnRestart;
	CXPButton	m_btnCancel;
	CXPButton	m_btnProgram;
	CXPButton	m_btnConfig;
	CXPButton	m_btnAll;
	//}}AFX_DATA
	enum {
		kCancel, kNewProgram, kNewConfig, kAll, kRestart
	} m_nSelState;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CResetDlg)
	afx_msg void OnBtnAll();
	afx_msg void OnBtnConfig();
	afx_msg void OnBtnProgram();
	afx_msg void OnBtnRestart();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_RESETDLG_H__47EF9F93_582C_4EA5_98EC_FC000BD0E4BE__INCLUDED_)

⌨️ 快捷键说明

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