electivecourseset.h
来自「B/S架构的软件项目实训;包括全部详细文档合源程序」· C头文件 代码 · 共 48 行
H
48 行
#if !defined(AFX_ELECTIVECOURSESET_H__EE5AD24E_957B_442D_A11F_25BCF5B35FB5__INCLUDED_)
#define AFX_ELECTIVECOURSESET_H__EE5AD24E_957B_442D_A11F_25BCF5B35FB5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ElectiveCourseSet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CElectiveCourseSet recordset
class CElectiveCourseSet : public CRecordset
{
public:
CString m_studentNoParam;
CElectiveCourseSet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CElectiveCourseSet)
// Field/Param Data
//{{AFX_FIELD(CElectiveCourseSet, CRecordset)
CString m_courseName;
long m_credit;
CString m_studentNo;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CElectiveCourseSet)
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_ELECTIVECOURSESET_H__EE5AD24E_957B_442D_A11F_25BCF5B35FB5__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?