MainFrm.h
资源名称:school.rar [点击查看]
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:3k
源码类别:
数据库系统
开发平台:
Visual C++
- // 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_)