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

📄 nadilalog.h

📁 学生成绩的管理系统,可作为本科毕业生的毕业设计.也可在此基础上进行一些改进,使之更加实用.
💻 H
字号:
#if !defined(AFX_NADILALOG_H__0ED6AFCE_E31D_4AA7_A4D8_F12F4DA0780D__INCLUDED_)
#define AFX_NADILALOG_H__0ED6AFCE_E31D_4AA7_A4D8_F12F4DA0780D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NaDilalog.h : header file
//
#include "DRecordset.h"
#include "BRecordset.h"
#include "LinkButton.h"
#include  "FinDialog.h"
/////////////////////////////////////////////////////////////////////////////
// CNaDilalog dialog

class CNaDilalog : public CDialog
{
// Construction
public:
	CNaDilalog(CWnd* pParent = NULL);   // standard constructor
    int Show();
	void Select();
   	void Sel();
	void Fin();
	void Sql();
	void Vaul();
	void Beg();
	void Att();
// Dialog Data
	//{{AFX_DATA(CNaDilalog)
	enum { IDD = IDD_NADIALOG };
	CLinkButton	m_ShowButton;
	CListCtrl	m_ListCtrlj;
	CListCtrl	m_ListCtrlx;
	CLinkButton	m_FindButton;
	CLinkButton	m_AllButton;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CNaDilalog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CNaDilalog)
	virtual BOOL OnInitDialog();
	afx_msg void OnAll();
	afx_msg void OnFind();
	afx_msg void OnShow();
	
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	CDRecordset m_Set;
	CBRecordset m_bSet;
	
    int m_nRecordCount;
    CFinDialog dlg;
    BOOL JS;
	float score[5][5];

};

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

#endif // !defined(AFX_NADILALOG_H__0ED6AFCE_E31D_4AA7_A4D8_F12F4DA0780D__INCLUDED_)

⌨️ 快捷键说明

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