adminview.h

来自「学籍管理系统 实现接单的学籍管理功能 主要是针对高中的」· C头文件 代码 · 共 83 行

H
83
字号
#if !defined(AFX_ADMINVIEW_H__753C84C8_0BD6_4C45_8603_77740E7426D5__INCLUDED_)
#define AFX_ADMINVIEW_H__753C84C8_0BD6_4C45_8603_77740E7426D5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// adminView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CadminView record view

#include "adminSet.h"

class CadminView : public CRecordView
{
protected:
	CadminView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CadminView)

// Form Data
public:
	//{{AFX_DATA(CadminView)
	enum { IDD = IDD_USERSET };
	CButton	m_movenext;
	CButton	m_moveprev;
	CButton	m_movefirst;
	CButton	m_movelast;
	CListCtrl	m_Grid;
	CadminSet* m_pSet;
	int m_recno;
	int m_reccount;
	CString	m_recnews;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	CadminSet* GetRecordset();


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CadminView)
		// NOTE - the ClassWizard will add and remove member functions here.
	public:
	virtual CRecordset* OnGetRecordset();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate();
	//}}AFX_VIRTUAL

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

	// Generated message map functions
	//{{AFX_MSG(CadminView)
	afx_msg void OnButtoncha();
	afx_msg void OnAdd();
	afx_msg void OnHou();
	afx_msg void OnQian();
	afx_msg void OnShanchu();
	afx_msg void OnShang();
	afx_msg void OnXia();
	afx_msg void OnXiugai();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_ADMINVIEW_H__753C84C8_0BD6_4C45_8603_77740E7426D5__INCLUDED_)

⌨️ 快捷键说明

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