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

📄 keyanstatdlg.h

📁 陕西理工学院计算机系教师信息管理系统的设计与实现
💻 H
字号:
#if !defined(AFX_KEYANSTATDLG_H__F2A80191_F343_47E5_AE7E_F6D5876CE8A0__INCLUDED_)
#define AFX_KEYANSTATDLG_H__F2A80191_F343_47E5_AE7E_F6D5876CE8A0__INCLUDED_

#include "ado.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// KeYanStatDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CKeYanStatDlg dialog

class CKeYanStatDlg : public CDialog
{
// Construction
public:
	int HaveID(CString cID);
	void RefreshList(CADORecordset& recordset);
	CADORecordset * pRs;
	CADODatabase * pDB;
	CKeYanStatDlg(CWnd* pParent = NULL);   // standard constructor
    void RefreshList2(CADORecordset& recordset);
// Dialog Data
	//{{AFX_DATA(CKeYanStatDlg)
	enum { IDD = IDD_DIALOG_KEYANSTAT };
	CListCtrl	m_listKeYanStat;
	CButton	m_btnQuery;
	CString	m_strNum;
	CString	m_strTchID;
	CString	m_strTchName;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CKeYanStatDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonQuery();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_KEYANSTATDLG_H__F2A80191_F343_47E5_AE7E_F6D5876CE8A0__INCLUDED_)

⌨️ 快捷键说明

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