英语出题及判分系统Set.h
上传用户:z_mail1980
上传日期:2007-06-01
资源大小:647k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. // 英语出题及判分系统Set.h : interface of the CMySet class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SET_H__18AB499A_743A_46DA_B4FD_08B0083FF611__INCLUDED_)
  5. #define AFX_SET_H__18AB499A_743A_46DA_B4FD_08B0083FF611__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMySet : public CRecordset
  10. {
  11. public:
  12. CMySet(CDatabase* pDatabase = NULL);
  13. DECLARE_DYNAMIC(CMySet)
  14. // Field/Param Data
  15. //{{AFX_FIELD(CMySet, CRecordset)
  16. int m_tihao;
  17. CString m_Topic;
  18. CString m_Answer1;
  19. CString m_Answer2;
  20. CString m_Answer3;
  21. CString m_Answer4;
  22. CString m_FinAnswer;
  23. //}}AFX_FIELD
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CMySet)
  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_SET_H__18AB499A_743A_46DA_B4FD_08B0083FF611__INCLUDED_)