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

Visual C++

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