PwrNet.h
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
开发平台:

Visual C++

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