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

📄 mainfrm.h

📁 高校管理系统--包括了成绩管理,学籍管理,教师信息管理等多个模块
💻 H
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MAINFRM_H__40851252_39DD_4504_9A60_BA651FA921A1__INCLUDED_)
#define AFX_MAINFRM_H__40851252_39DD_4504_9A60_BA651FA921A1__INCLUDED_

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

class CMainFrame : public CFrameWnd
{
	
protected: // create from serialization only
	CMainFrame();
	DECLARE_DYNCREATE(CMainFrame)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainFrame)
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

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

protected:  // control bar embedded members
	CStatusBar  m_wndStatusBar;
	CToolBar    m_wndToolBar;

// Generated message map functions
protected:
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnAppExit();
	afx_msg void OnClose();
	afx_msg void OnBaseDepartment();
	afx_msg void OnUpdateBaseDepartment(CCmdUI* pCmdUI);
	afx_msg void OnBaseMajor();
	afx_msg void OnUpdateBaseMajor(CCmdUI* pCmdUI);
	afx_msg void OnBaseClass();
	afx_msg void OnUpdateBaseClass(CCmdUI* pCmdUI);
	afx_msg void OnStudentInfo();
	afx_msg void OnUpdateStudentInfo(CCmdUI* pCmdUI);
	afx_msg void OnStudentScholarship();
	afx_msg void OnUpdateStudentScholarship(CCmdUI* pCmdUI);
	afx_msg void OnDatabaseBackup();
	afx_msg void OnUpdateDatabaseBackup(CCmdUI* pCmdUI);
	afx_msg void OnDatabaseRecover();
	afx_msg void OnUpdateDatabaseRecover(CCmdUI* pCmdUI);
	afx_msg void OnScoreInput();
	afx_msg void OnUpdateScoreInput(CCmdUI* pCmdUI);
	afx_msg void OnScoreQuery();
	afx_msg void OnUpdateScoreQuery(CCmdUI* pCmdUI);
	afx_msg void OnScoreClassStat();
	afx_msg void OnUpdateScoreClassStat(CCmdUI* pCmdUI);
	afx_msg void OnScoreSetExam();
	afx_msg void OnUpdateScoreSetExam(CCmdUI* pCmdUI);
	afx_msg void OnScoreSetSubject();
	afx_msg void OnUpdateScoreSetSubject(CCmdUI* pCmdUI);
	afx_msg void OnScoreSetTime();
	afx_msg void OnUpdateScoreSetTime(CCmdUI* pCmdUI);
	afx_msg void OnSystemUser();
	afx_msg void OnUpdateSystemUser(CCmdUI* pCmdUI);
	afx_msg void OnSystemReload();
	afx_msg void OnUpdateSystemReload(CCmdUI* pCmdUI);
	afx_msg void OnSystemQuit();
	afx_msg void OnStudentHonor();
	afx_msg void OnUpdateStudentHonor(CCmdUI* pCmdUI);
	afx_msg void OnScoreStudentSingle();
	afx_msg void OnUpdateScoreStudentSingle(CCmdUI* pCmdUI);
	afx_msg void OnScoreStudentTotal();
	afx_msg void OnUpdateScoreStudentTotal(CCmdUI* pCmdUI);
	afx_msg void OnChangeInside();
	afx_msg void OnUpdateChangeInside(CCmdUI* pCmdUI);
	afx_msg void OnChangeLeave();
	afx_msg void OnUpdateChangeLeave(CCmdUI* pCmdUI);
	afx_msg void OnChangeSuspand();
	afx_msg void OnUpdateChangeSuspand(CCmdUI* pCmdUI);
	afx_msg void OnChangeTransfer();
	afx_msg void OnUpdateChangeTransfer(CCmdUI* pCmdUI);
	afx_msg void OnChangeDegrade();
	afx_msg void OnUpdateChangeDegrade(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_MAINFRM_H__40851252_39DD_4504_9A60_BA651FA921A1__INCLUDED_)

⌨️ 快捷键说明

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