RTUYX.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- #if !defined(AFX_RTUYX_H__5354A516_77A6_11D5_A42B_00D0B7E0A4A5__INCLUDED_)
- #define AFX_RTUYX_H__5354A516_77A6_11D5_A42B_00D0B7E0A4A5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RTUYX.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRTUYX recordset
- class CRTUYX : public CRecordset
- {
- public:
- CRTUYX(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CRTUYX)
- // Field/Param Data
- //{{AFX_FIELD(CRTUYX, CRecordset)
- int m_wRTUNum;
- int m_YX_NO;
- int m_byBjType;
- int m_nBjID;
- int m_byCShType;
- int m_nObject;
- int m_nObject1;
- int m_nObject2;
- BOOL m_bTouTuiFlag;
- BOOL m_bActive;
- BOOL m_bNot;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRTUYX)
- public:
- virtual CString GetDefaultConnect(); // Default connection string
- virtual CString GetDefaultSQL(); // Default SQL for Recordset
- virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
- //}}AFX_VIRTUAL
- // Implementation
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_RTUYX_H__5354A516_77A6_11D5_A42B_00D0B7E0A4A5__INCLUDED_)