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

数据库编程

开发平台:

Visual C++

  1. #if !defined(AFX_YUANGONG_H__5D5B0E0B_05EF_40C2_9C9C_C3AB31B8C7E5__INCLUDED_)
  2. #define AFX_YUANGONG_H__5D5B0E0B_05EF_40C2_9C9C_C3AB31B8C7E5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // yuangong.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // yuangong window
  10. class yuangong 
  11. {
  12. // Construction
  13. public:
  14.        CString cempid;
  15.    CString empname;
  16.    CString sex;
  17.    CString depID;
  18.    CString pos;
  19. public:
  20. yuangong();
  21.  
  22. // Attributes
  23. public:
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(yuangong)
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. CString getbase();
  33. void sql_delete();
  34. void sql_insert();
  35. int koukuan(CString cempid);
  36. int jiabanjintie(CString cempid);
  37. int getbumenjintie(CString cempid);
  38. virtual ~yuangong();
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_YUANGONG_H__5D5B0E0B_05EF_40C2_9C9C_C3AB31B8C7E5__INCLUDED_)