StatRS.h
Upload User: bjvcxy
Upload Date: 2021-05-06
Package Size: 2054k
Code Size: 1k
Development Platform:

Visual C++

  1. #if !defined(AFX_STATRS_H__4F3915C1_ACA9_11D6_8649_0088CC174723__INCLUDED_)
  2. #define AFX_STATRS_H__4F3915C1_ACA9_11D6_8649_0088CC174723__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // StatRS.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStatRS recordset
  10. class CStatRS : public CRecordset
  11. {
  12. public:
  13. CStatRS(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(CStatRS)
  15. // Field/Param Data
  16. //{{AFX_FIELD(CStatRS, CRecordset)
  17. int m_ID;
  18. CString m_YEAR_MONTH;
  19. CString m_PERSON;
  20. int m_WORK_HOUR;
  21. long m_OVER_HOUR;
  22. int m_LEAVE_HDAY;
  23. int m_ERRAND_HDAY;
  24. BYTE m_LATE_TIMES;
  25. BYTE m_EARLY_TIMES;
  26. BYTE m_ABSENT_TIMES;
  27. //}}AFX_FIELD
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CStatRS)
  31. public:
  32. virtual CString GetDefaultConnect();    // Default connection string
  33. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  34. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. #ifdef _DEBUG
  38. virtual void AssertValid() const;
  39. virtual void Dump(CDumpContext& dc) const;
  40. #endif
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_STATRS_H__4F3915C1_ACA9_11D6_8649_0088CC174723__INCLUDED_)