studentsearch.h

来自「学生选课系统」· C头文件 代码 · 共 61 行

H
61
字号
#if !defined(AFX_STUDENTSEARCH_H__AC69A07E_01D1_47B5_BD6B_1160CF9D3B92__INCLUDED_)
#define AFX_STUDENTSEARCH_H__AC69A07E_01D1_47B5_BD6B_1160CF9D3B92__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StudentSearch.h : header file
//
#include "ADOConn.h"

/////////////////////////////////////////////////////////////////////////////
// CStudentSearch dialog

class CStudentSearch : public CDialog
{
// Construction
public:
	_RecordsetPtr m_pRecordset;
	ADOConn m_AdoConn;
	CString m_SQL;
	BOOL OnInitDialog();
	CStudentSearch(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CStudentSearch)
	enum { IDD = IDD_STUDENTSEARCH_DIALOG };
	CString	m_strAge2;
	CString	m_strDept;
	CString	m_strName;
	CString	m_strNo2;
	CString	m_strSex;
	CString	m_strAge;
	CString	m_strNo;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CStudentSearch)
	afx_msg void OnSSearch();
	afx_msg void OnChangeSearchNo();
	afx_msg void OnChangeSearchAge();
	afx_msg void OnSReset();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_STUDENTSEARCH_H__AC69A07E_01D1_47B5_BD6B_1160CF9D3B92__INCLUDED_)

⌨️ 快捷键说明

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