classset.h
来自「这是一个学生管理系统 包含学生基本信息 选课信息 宿舍信息 教师信息 课程信息 」· C头文件 代码 · 共 48 行
H
48 行
#if !defined(AFX_CLASSSET_H__F56402D3_4902_4114_847D_30B5E94AC2A3__INCLUDED_)
#define AFX_CLASSSET_H__F56402D3_4902_4114_847D_30B5E94AC2A3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ClassSet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CClassSet recordset
class CClassSet : public CRecordset
{
public:
CClassSet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CClassSet)
// Field/Param Data
//{{AFX_FIELD(CClassSet, CRecordset)
CString m_Class_no;
CString m_Name;
CString m_Monitor;
CString m_Manager;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CClassSet)
public:
virtual CString GetDefaultConnect(); // Default connection string
virtual CString GetDefaultSQL(); // Default SQL for Recordset
virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
//}}AFX_VIRTUAL
// Implementation
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CLASSSET_H__F56402D3_4902_4114_847D_30B5E94AC2A3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?