jsj2.h
来自「是自己做的一个小的学生管理系统.希望对大家有用」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_JSJ2_H__F8C45380_0E9E_4936_BB8D_14090135F4A2__INCLUDED_)
#define AFX_JSJ2_H__F8C45380_0E9E_4936_BB8D_14090135F4A2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Jsj2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CJsj2 recordset
class CJsj2 : public CRecordset
{
public:
CJsj2(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CJsj2)
// Field/Param Data
//{{AFX_FIELD(CJsj2, CRecordset)
long m_column1;
CString m_column2;
CString m_column3;
float m_column4;
float m_column5;
float m_column6;
float m_column7;
float m_column8;
float m_column9;
float m_column10;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJsj2)
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_JSJ2_H__F8C45380_0E9E_4936_BB8D_14090135F4A2__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?