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

📄 20028324view.h

📁 关于学生信息管理系统的一个小程序,适合用与应付实习,供大家使用!
💻 H
字号:
// 20028324View.h : interface of the CMy20028324View class
//
/////////////////////////////////////////////////////////////////////////////
#include "LsRecordset.h"
#include "StdRecordset.h"
#include "ClassRecordset.h"
#if !defined(AFX_20028324VIEW_H__791FA418_D25D_4D39_8712_B3006D5B5FAD__INCLUDED_)
#define AFX_20028324VIEW_H__791FA418_D25D_4D39_8712_B3006D5B5FAD__INCLUDED_

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

class CMy20028324Set;

class CMy20028324View : public CRecordView
{
protected: // create from serialization only
	CMy20028324View();
	DECLARE_DYNCREATE(CMy20028324View)

public:
	//{{AFX_DATA(CMy20028324View)
	enum { IDD = IDD_MY20028324_FORM };
	CListCtrl	m_list3;
	CListCtrl	m_list2;
	CListCtrl	m_list1;
	CMy20028324Set* m_pSet;
	long	m_number;
	BOOL	m_check1;
	//}}AFX_DATA

// Attributes
public:
	CMy20028324Doc* GetDocument();

// Operations
public:
	CLsRecordset m_Lset;
	CClassRecordset m_Cset;
	CStdRecordset m_Sset;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMy20028324View)
	public:
	virtual CRecordset* OnGetRecordset();
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMy20028324View)
	afx_msg void OnButtonBrowse();
	afx_msg void OnButtonLookup();
	afx_msg void OnMenuAddstudent();
	afx_msg void OnMenuAddclass();
	afx_msg void OnMenuAddlesson();
	afx_msg void OnMenuDellesson();
	afx_msg void OnMenuDelstudent();
	afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnUpdateMenuAddclass(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMenuAddlesson(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMenuAddstudent(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMenuDellesson(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMenuDelstudent(CCmdUI* pCmdUI);
	afx_msg void OnLes();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in 20028324View.cpp
inline CMy20028324Doc* CMy20028324View::GetDocument()
   { return (CMy20028324Doc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_20028324VIEW_H__791FA418_D25D_4D39_8712_B3006D5B5FAD__INCLUDED_)

⌨️ 快捷键说明

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