computationset.h

来自「本系统采用小型数据库管理系统中优秀的软件“Visual C++ 6.0” 作为系」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_COMPUTATIONSET_H__4CF1BB37_ED4E_4364_97B5_5F8561FD33A3__INCLUDED_)
#define AFX_COMPUTATIONSET_H__4CF1BB37_ED4E_4364_97B5_5F8561FD33A3__INCLUDED_
#include "afxdb.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ComputationSet.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CComputationSet recordset

class CComputationSet : public CRecordset
{
public:
	CComputationSet(CDatabase* pDatabase = NULL);
	DECLARE_DYNAMIC(CComputationSet)

// Field/Param Data
	//{{AFX_FIELD(CComputationSet, CRecordset)
	int		m_absent;
	int		m_business;
	int		m_late;
	int		m_leave;
	int		m_overtime;
	int		m_worktime;
	//}}AFX_FIELD


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CComputationSet)
	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_COMPUTATIONSET_H__4CF1BB37_ED4E_4364_97B5_5F8561FD33A3__INCLUDED_)

⌨️ 快捷键说明

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