bumenxinxi.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. #if !defined(AFX_BUMENXINXI_H__9210617E_BDF2_4631_8CC0_82B3272AAA7E__INCLUDED_)
  2. #define AFX_BUMENXINXI_H__9210617E_BDF2_4631_8CC0_82B3272AAA7E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // bumenxinxi.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // bumenxinxi window
  10. class bumenxinxi 
  11. {
  12. public:
  13. CString bmid;
  14. CString bmname;
  15. CString bmjintie;
  16. // Construction
  17. public:
  18. bumenxinxi();
  19. // Attributes
  20. // Operations
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(bumenxinxi)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. void sql_delete();
  28. void sql_insert();
  29. virtual ~bumenxinxi();
  30. // Generated message map functions
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_BUMENXINXI_H__9210617E_BDF2_4631_8CC0_82B3272AAA7E__INCLUDED_)