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

📄 papermanageview.h

📁 VIUSAL C++实现的考试管理系统,涉及到试卷生成,成绩记录等功能.
💻 H
字号:
#if !defined(AFX_PAPERMANAGEVIEW_H__B164357A_F796_42F8_91C7_4F828D3CCEE4__INCLUDED_)
#define AFX_PAPERMANAGEVIEW_H__B164357A_F796_42F8_91C7_4F828D3CCEE4__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPaperManageView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "PapersSet.h"
#include "PapersDataSet.h"
#include "JudgeSet.h"
#include "SpaceSet.h"
#include "SingleSet.h"
#include "MoreSet.h"

class CPaperManageView : public CFormView
{
protected:
	CPaperManageView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CPaperManageView)

// Form Data
public:
	//{{AFX_DATA(CPaperManageView)
	enum { IDD = IDD_PAPERSFORM };
	CButton	m_outfile;
	CButton	m_usetotest;
	CButton	m_delete;
	CComboBox	m_papername;
	//}}AFX_DATA

// Attributes
public:
	CPapersSet* m_pSetPaper;		//试卷记录集指针
	CPapersDataSet* m_pSetPaperData;//试卷数据记录集指针
	CJudgeSet* m_pSetJudge;			//判断题记录集指针
	CSpaceSet* m_pSetSpace;			//填空记录集指针
	CSingleSet* m_pSetSingle;		//单选题记录集指针
	CMoreSet* m_pSetMore;			//多选题记录集指针
// Operations
public:

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

// Implementation
protected:
	virtual ~CPaperManageView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CPaperManageView)
	afx_msg void OnDeletepaperdata();
	afx_msg void OnUsetotest();
	afx_msg void OnButtonOuttofile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_PAPERMANAGEVIEW_H__B164357A_F796_42F8_91C7_4F828D3CCEE4__INCLUDED_)

⌨️ 快捷键说明

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