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

📄 sjfxdoc.h

📁 以班级为单位对每门课程的考试成绩进行评价。
💻 H
字号:
// SJFXDoc.h : interface of the CSJFXDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SJFXDOC_H__731E6F2E_A8FC_4D9F_8E1B_7C7AB8C5547A__INCLUDED_)
#define AFX_SJFXDOC_H__731E6F2E_A8FC_4D9F_8E1B_7C7AB8C5547A__INCLUDED_

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


class CSJFXDoc : public CDocument
{
protected: // create from serialization only
	CSJFXDoc();
	DECLARE_DYNCREATE(CSJFXDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSJFXDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CSJFXDoc)
	afx_msg void OnSjNew();
	afx_msg void OnSjOpen();
	afx_msg void OnCjLr();
	afx_msg void OnSjClose();
	afx_msg void OnFxJb();
	afx_msg void OnFxCjb();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_SJFXDOC_H__731E6F2E_A8FC_4D9F_8E1B_7C7AB8C5547A__INCLUDED_)

⌨️ 快捷键说明

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