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

📄 propersheet2.h

📁 这个是我用mfc写的一个pl0的编译器
💻 H
字号:
#if !defined(AFX_PROPERSHEET2_H__7001FCA8_6FD0_4632_87B1_2444CD335521__INCLUDED_)
#define AFX_PROPERSHEET2_H__7001FCA8_6FD0_4632_87B1_2444CD335521__INCLUDED_

#include "prop6.h"	// Added by ClassView
#include "prop5.h"	// Added by ClassView
#include "prop2.h"	// Added by ClassView
#include "proper71.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// propersheet2.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Cpropersheet2

class Cpropersheet2 : public CPropertySheet
{
	DECLARE_DYNAMIC(Cpropersheet2)

// Construction
public:
	Cpropersheet2(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
	Cpropersheet2(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:

// Operations
public:

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

// Implementation
public:
	void Adderrmsg(errm allerr[50],int errnum);
	Cproper7 prop7;
	void Addcode(struct instruction code2[cxmax]);
	void Addtable(struct tablestruct table2[txmax]);
	Cprop6 prop6;
	struct tablestruct table[txmax];
	struct instruction code[cxmax];
	struct errm allerrmsg[50];
	Cprop5 prop5;
	virtual ~Cpropersheet2();
	int err;
	// Generated message map functions
protected:
	//{{AFX_MSG(Cpropersheet2)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_PROPERSHEET2_H__7001FCA8_6FD0_4632_87B1_2444CD335521__INCLUDED_)

⌨️ 快捷键说明

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