📄 subform2.h
字号:
#if !defined(AFX_SUBFORM2_H__EBB90282_954C_4C19_B92A_3DF8053854A3__INCLUDED_)
#define AFX_SUBFORM2_H__EBB90282_954C_4C19_B92A_3DF8053854A3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SubForm2.h : header file
//
#include "学生成绩管理系统Doc.h"
#include "ClassSet.h"
#include "CourseSet.h"
#include "GradeSet.h"
#include "StudentSet.h"
/////////////////////////////////////////////////////////////////////////////
// CSubForm2 form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CSubForm2 : public CFormView
{
public:
CSubForm2(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CSubForm2)
CBitmap bm_dayin1,bm_dayin2,bm_preview1,bm_preview2;
// Form Data
public:
//{{AFX_DATA(CSubForm2)
enum { IDD = IDD_MY_FORM2 };
CStatic m_zongshu;
CStatic m_bujige;
CStatic m_jige;
CComboBox m_combozhuanyie;
CComboBox m_comboyear;
CComboBox m_combocourse;
CComboBox m_comboclass;
CListCtrl m_listsort;
//}}AFX_DATA
// Attributes
public:
CMyDoc* GetDocument();
CStudentSet m_studentset;
CClassSet m_classset;
CCourseSet m_courseset;
CGradeSet m_gradeset;
// Operations
public:
void OutputReport(CDC* pDC,CPrintInfo * pInfo);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSubForm2)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrintPreview(CDC* pDC, CPrintInfo* pInfo, POINT point, CPreviewView* pView);
virtual void OnDraw(CDC* pDC);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CSubForm2();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CSubForm2)
afx_msg void OnSelendokComboclass();
afx_msg void OnSelendokCombocourse();
afx_msg void OnSelendokComboyear();
afx_msg void OnSelendokCombozhuanyie();
afx_msg void OnButtonjige();
afx_msg void OnButtonbujige();
afx_msg void OnButtonzongshu();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in 学生成绩管理系统View.cpp
inline CMyDoc* CSubForm2::GetDocument()
{ return (CMyDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUBFORM2_H__EBB90282_954C_4C19_B92A_3DF8053854A3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -