keyanstatdlg.h

来自「陕西理工学院计算机系教师信息管理系统的设计与实现」· C头文件 代码 · 共 57 行

H
57
字号
#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 + =
减小字号Ctrl + -
显示快捷键?