Station.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- #if !defined(AFX_STATION_H__D379D1E4_7900_11D5_A42D_00D0B7E0A4A5__INCLUDED_)
- #define AFX_STATION_H__D379D1E4_7900_11D5_A42D_00D0B7E0A4A5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Station.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CStation recordset
- class CStation : public CRecordset
- {
- public:
- CStation(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CStation)
- // Field/Param Data
- //{{AFX_FIELD(CStation, CRecordset)
- int m_ID;
- CString m_MingZi;
- float m_PCoef;
- float m_QCoef;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStation)
- 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_STATION_H__D379D1E4_7900_11D5_A42D_00D0B7E0A4A5__INCLUDED_)