CountTime.h
上传用户:trilite
上传日期:2007-04-24
资源大小:261k
文件大小:1k
源码类别:

酒店行业

开发平台:

Visual C++

  1. #if !defined(AFX_COUNTTIME_H__CAD87A84_E5D3_11D3_A361_0080C8F5DB70__INCLUDED_)
  2. #define AFX_COUNTTIME_H__CAD87A84_E5D3_11D3_A361_0080C8F5DB70__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // CountTime.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCountTime recordset
  10. class CCountTime : public CRecordset
  11. {
  12. public:
  13. CCountTime(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(CCountTime)
  15. // Field/Param Data
  16. //{{AFX_FIELD(CCountTime, CRecordset)
  17. CString m_CARD_ID;
  18. CTime m_IN_TIME;
  19. CLongBinary m_CAR_IMAGE;
  20. //}}AFX_FIELD
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CCountTime)
  24. public:
  25. virtual CString GetDefaultConnect();    // Default connection string
  26. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  27. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. };
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_COUNTTIME_H__CAD87A84_E5D3_11D3_A361_0080C8F5DB70__INCLUDED_)