人事管理系统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__669AA322_C09E_4CC3_88A4_3EBB9CF73CA5__INCLUDED_)
  5. #define AFX_SET_H__669AA322_C09E_4CC3_88A4_3EBB9CF73CA5__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. COleDateTime m_GZSJ;
  17. long m_GZBH;
  18. CString m_SZBM;
  19. float m_JBGZ;
  20. CString m_JL;
  21. int m_ZGLL;
  22. CString m_ZGXM;
  23. CString m_ZGXB;
  24. CString m_ZC;
  25. //}}AFX_FIELD
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMySet)
  29. public:
  30. virtual CString GetDefaultConnect(); // Default connection string
  31. virtual CString GetDefaultSQL();  // default SQL for Recordset
  32. virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SET_H__669AA322_C09E_4CC3_88A4_3EBB9CF73CA5__INCLUDED_)