ChangeDegradeSet.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

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