UsersListView.h
上传用户:yuxuan88
上传日期:2022-05-09
资源大小:2290k
文件大小:2k
源码类别:

行业应用

开发平台:

Visual C++

  1. #if !defined(AFX_USERSLISTVIEW_H__7584EA2E_D4B0_4591_B74C_EAA97026E8A9__INCLUDED_)
  2. #define AFX_USERSLISTVIEW_H__7584EA2E_D4B0_4591_B74C_EAA97026E8A9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // UsersListView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CUsersListView view
  10. class CUsersListView : public CListView
  11. {
  12. protected:
  13. CUsersListView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CUsersListView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void ShowUsers(CString strSql);
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CUsersListView)
  23. public:
  24. virtual void OnInitialUpdate();
  25. protected:
  26. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. virtual ~CUsersListView();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. // Generated message map functions
  36. protected:
  37. void SetTitle();
  38. void SetListCtrlStyle();
  39. //{{AFX_MSG(CUsersListView)
  40. afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
  41. afx_msg void OnOperateDelete();
  42. afx_msg void OnUpdateOperateDelete(CCmdUI* pCmdUI);
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_USERSLISTVIEW_H__7584EA2E_D4B0_4591_B74C_EAA97026E8A9__INCLUDED_)