You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitlib.pub/MITLIB/mcctrdll/jamdetailrs.h

69 lines
2.0 KiB
C++

#if !defined(AFX_JAMDETAILRS_H__1E8BE361_CC62_11D7_89A7_000629A6E157__INCLUDED_)
#define AFX_JAMDETAILRS_H__1E8BE361_CC62_11D7_89A7_000629A6E157__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JamDetailRS.h : header file
//
#include <afxdao.h> // MFC DAO database classes
#ifdef BUILD_MCCTRDLL
#define MCCTRDLLCLASS __declspec(dllexport)
#else
#define MCCTRDLLCLASS __declspec(dllimport)
#endif
/////////////////////////////////////////////////////////////////////////////
// CJamDetailRS DAO recordset
class MCCTRDLLCLASS CJamDetailRS : public CDaoRecordset
{
public:
explicit CJamDetailRS(CDaoDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CJamDetailRS)
// Field/Param Data
// {{AFX_FIELD(CJamDetailRS, CDaoRecordset)
long m_JamNo;
CString m_JamMsgID;
CString m_JamMsg;
CString m_Type;
CString m_Remedy1;
CString m_Remedy2;
CString m_Remedy3;
long m_JamCategory;
CString m_Bitmap1;
CString m_Bitmap2;
short m_MainIndicatorXPos;
short m_MainIndicatorYPos;
long m_FaultIndicatorXPos;
long m_FaultIndicatorYPos;
CString m_ModuleName;
// }}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
// {{AFX_VIRTUAL(CJamDetailRS)
public:
virtual CString GetDefaultDBName(); // Default database name
virtual CString GetDefaultSQL(); // Default SQL for Recordset
virtual void DoFieldExchange(CDaoFieldExchange* pFX); // RFX support
// }}AFX_VIRTUAL
// Close Recordset and close database
virtual void Close();
// 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_JAMDETAILRS_H__1E8BE361_CC62_11D7_89A7_000629A6E157__INCLUDED_)