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

数据库编程

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "adodc.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_STAFFINFO_H__3AD2D002_D38C_4DD7_A259_A1C2CB154FDC__INCLUDED_)
  5. #define AFX_STAFFINFO_H__3AD2D002_D38C_4DD7_A259_A1C2CB154FDC__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // staffinfo.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // staffinfo dialog
  13. class staffinfo : public CDialog
  14. {
  15. // Construction
  16. public:
  17. staffinfo(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(staffinfo)
  20. enum { IDD = IDD_DIALOG1_staffinfo };
  21. CAdodc m_adostaffinfo;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(staffinfo)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(staffinfo)
  33. afx_msg void OnClickDatagrid1();
  34. afx_msg void Onxiugai();
  35. afx_msg void Onshanchu();
  36. afx_msg void Onzengjia();
  37. afx_msg void OnWillMoveADODC2xianshistaffinfo(long adReason, long FAR* adStatus, LPDISPATCH pRecordset);
  38. afx_msg void OnMENUyuangongxinxi();
  39. DECLARE_EVENTSINK_MAP()
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_STAFFINFO_H__3AD2D002_D38C_4DD7_A259_A1C2CB154FDC__INCLUDED_)