trainclassset1.h
上传用户:syx6615
上传日期:2007-06-17
资源大小:99k
文件大小:1k
源码类别:

交通/航空行业

开发平台:

Visual C++

  1. #if !defined(AFX_TRAINCLASSSET1_H__C0206CAF_7F82_4D44_A56F_587D9B07821F__INCLUDED_)
  2. #define AFX_TRAINCLASSSET1_H__C0206CAF_7F82_4D44_A56F_587D9B07821F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // trainclassset1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // trainclassset1 recordset
  10. class trainclassset1 : public CRecordset
  11. {
  12. public:
  13. trainclassset1(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(trainclassset1)
  15. // Field/Param Data
  16. //{{AFX_FIELD(trainclassset1, CRecordset)
  17. CString m_trainNo;
  18. long m_trainclass;
  19. //}}AFX_FIELD
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(trainclassset1)
  23. public:
  24. virtual CString GetDefaultConnect();    // Default connection string
  25. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  26. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. };
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_TRAINCLASSSET1_H__C0206CAF_7F82_4D44_A56F_587D9B07821F__INCLUDED_)