CServerFrameSet.h
上传用户:bsw_2008
上传日期:2013-07-09
资源大小:2446k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // CServerFrameSet.h : interface of the CCServerFrameSet class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CSERVERFRAMESET_H__7B505D00_960B_45A7_96CF_8069E2B57399__INCLUDED_)
  5. #define AFX_CSERVERFRAMESET_H__7B505D00_960B_45A7_96CF_8069E2B57399__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CCServerFrameSet : public CRecordset
  10. {
  11. public:
  12. CCServerFrameSet(CDatabase* pDatabase = NULL);
  13. DECLARE_DYNAMIC(CCServerFrameSet)
  14. // Field/Param Data
  15. //{{AFX_FIELD(CCServerFrameSet, CRecordset)
  16. CString m_name;
  17. CString m_code;
  18. CString m_sex;
  19. long m_score;
  20. //}}AFX_FIELD
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CCServerFrameSet)
  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 Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_CSERVERFRAMESET_H__7B505D00_960B_45A7_96CF_8069E2B57399__INCLUDED_)