UserManDlg.h
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

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