Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.6 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2002.
  5. //
  6. // File: FindDlgListCtrl.h
  7. //
  8. // Contents: Base class for cert find dialog list control
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_FINDDLGLISTCTRL_H__02F18BC6_6AE5_41CA_8F5B_7280B6F39FF5__INCLUDED_)
  12. #define AFX_FINDDLGLISTCTRL_H__02F18BC6_6AE5_41CA_8F5B_7280B6F39FF5__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // FindDlgListCtrl.h : header file
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CFindDlgListCtrl window
  20. class CFindDlgListCtrl : public CListCtrl
  21. {
  22. // Construction
  23. public:
  24. CFindDlgListCtrl();
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CFindDlgListCtrl)
  32. protected:
  33. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. public:
  37. virtual ~CFindDlgListCtrl();
  38. // Generated message map functions
  39. protected:
  40. //{{AFX_MSG(CFindDlgListCtrl)
  41. afx_msg void OnDestroy();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. bool m_bSubclassed;
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_FINDDLGLISTCTRL_H__02F18BC6_6AE5_41CA_8F5B_7280B6F39FF5__INCLUDED_)