MainFrm.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:3k
源码类别:

数据库系统

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__40851252_39DD_4504_9A60_BA651FA921A1__INCLUDED_)
  5. #define AFX_MAINFRM_H__40851252_39DD_4504_9A60_BA651FA921A1__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMainFrame : public CFrameWnd
  10. {
  11. protected: // create from serialization only
  12. CMainFrame();
  13. DECLARE_DYNCREATE(CMainFrame)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CMainFrame)
  21. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CMainFrame();
  26. #ifdef _DEBUG
  27. virtual void AssertValid() const;
  28. virtual void Dump(CDumpContext& dc) const;
  29. #endif
  30. protected:  // control bar embedded members
  31. CStatusBar  m_wndStatusBar;
  32. CToolBar    m_wndToolBar;
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CMainFrame)
  36. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  37. afx_msg void OnAppExit();
  38. afx_msg void OnClose();
  39. afx_msg void OnBaseDepartment();
  40. afx_msg void OnUpdateBaseDepartment(CCmdUI* pCmdUI);
  41. afx_msg void OnBaseMajor();
  42. afx_msg void OnUpdateBaseMajor(CCmdUI* pCmdUI);
  43. afx_msg void OnBaseClass();
  44. afx_msg void OnUpdateBaseClass(CCmdUI* pCmdUI);
  45. afx_msg void OnStudentInfo();
  46. afx_msg void OnUpdateStudentInfo(CCmdUI* pCmdUI);
  47. afx_msg void OnStudentScholarship();
  48. afx_msg void OnUpdateStudentScholarship(CCmdUI* pCmdUI);
  49. afx_msg void OnDatabaseBackup();
  50. afx_msg void OnUpdateDatabaseBackup(CCmdUI* pCmdUI);
  51. afx_msg void OnDatabaseRecover();
  52. afx_msg void OnUpdateDatabaseRecover(CCmdUI* pCmdUI);
  53. afx_msg void OnScoreInput();
  54. afx_msg void OnUpdateScoreInput(CCmdUI* pCmdUI);
  55. afx_msg void OnScoreQuery();
  56. afx_msg void OnUpdateScoreQuery(CCmdUI* pCmdUI);
  57. afx_msg void OnScoreClassStat();
  58. afx_msg void OnUpdateScoreClassStat(CCmdUI* pCmdUI);
  59. afx_msg void OnScoreSetExam();
  60. afx_msg void OnUpdateScoreSetExam(CCmdUI* pCmdUI);
  61. afx_msg void OnScoreSetSubject();
  62. afx_msg void OnUpdateScoreSetSubject(CCmdUI* pCmdUI);
  63. afx_msg void OnScoreSetTime();
  64. afx_msg void OnUpdateScoreSetTime(CCmdUI* pCmdUI);
  65. afx_msg void OnSystemUser();
  66. afx_msg void OnUpdateSystemUser(CCmdUI* pCmdUI);
  67. afx_msg void OnSystemReload();
  68. afx_msg void OnUpdateSystemReload(CCmdUI* pCmdUI);
  69. afx_msg void OnSystemQuit();
  70. afx_msg void OnStudentHonor();
  71. afx_msg void OnUpdateStudentHonor(CCmdUI* pCmdUI);
  72. afx_msg void OnScoreStudentSingle();
  73. afx_msg void OnUpdateScoreStudentSingle(CCmdUI* pCmdUI);
  74. afx_msg void OnScoreStudentTotal();
  75. afx_msg void OnUpdateScoreStudentTotal(CCmdUI* pCmdUI);
  76. afx_msg void OnChangeInside();
  77. afx_msg void OnUpdateChangeInside(CCmdUI* pCmdUI);
  78. afx_msg void OnChangeLeave();
  79. afx_msg void OnUpdateChangeLeave(CCmdUI* pCmdUI);
  80. afx_msg void OnChangeSuspand();
  81. afx_msg void OnUpdateChangeSuspand(CCmdUI* pCmdUI);
  82. afx_msg void OnChangeTransfer();
  83. afx_msg void OnUpdateChangeTransfer(CCmdUI* pCmdUI);
  84. afx_msg void OnChangeDegrade();
  85. afx_msg void OnUpdateChangeDegrade(CCmdUI* pCmdUI);
  86. //}}AFX_MSG
  87. DECLARE_MESSAGE_MAP()
  88. };
  89. /////////////////////////////////////////////////////////////////////////////
  90. //{{AFX_INSERT_LOCATION}}
  91. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  92. #endif // !defined(AFX_MAINFRM_H__40851252_39DD_4504_9A60_BA651FA921A1__INCLUDED_)