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

Visual C++

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