yuangong.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
- #if !defined(AFX_YUANGONG_H__5D5B0E0B_05EF_40C2_9C9C_C3AB31B8C7E5__INCLUDED_)
- #define AFX_YUANGONG_H__5D5B0E0B_05EF_40C2_9C9C_C3AB31B8C7E5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // yuangong.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // yuangong window
- class yuangong
- {
- // Construction
- public:
- CString cempid;
- CString empname;
- CString sex;
- CString depID;
- CString pos;
- public:
- yuangong();
-
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(yuangong)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CString getbase();
- void sql_delete();
- void sql_insert();
- int koukuan(CString cempid);
- int jiabanjintie(CString cempid);
- int getbumenjintie(CString cempid);
- virtual ~yuangong();
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_YUANGONG_H__5D5B0E0B_05EF_40C2_9C9C_C3AB31B8C7E5__INCLUDED_)