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

数据库编程

开发平台:

Visual C++

  1. #if !defined(AFX_KAOQIN_H__C2A3234F_3CA1_4A30_8FE1_265778744391__INCLUDED_)
  2. #define AFX_KAOQIN_H__C2A3234F_3CA1_4A30_8FE1_265778744391__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // kaoqin.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // kaoqin window
  10. class kaoqin 
  11. {
  12. public:
  13. CString empid;
  14. CString zaotuin;
  15. CString chidaon;
  16. CString psjiaban;
  17. CString zmjiaban;
  18. CString fdjiaban;
  19. // Construction
  20. public:
  21. kaoqin();
  22. // Attributes
  23. // Implementation
  24. public:
  25. void sql_updatefdjiaban();
  26. void sql_updatezmjiaban();
  27. void sql_updatepsjiaban();
  28. void sql_updatezaotui();
  29. void sql_updatechidaon();
  30. virtual ~kaoqin();
  31. // Generated message map functions
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_KAOQIN_H__C2A3234F_3CA1_4A30_8FE1_265778744391__INCLUDED_)