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.

39 lines
847 B

  1. // ChkLstCt.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CCheckListCtrl window
  5. class CCheckListCtrl : public CListSelRowCtrl
  6. {
  7. // Construction
  8. public:
  9. CCheckListCtrl();
  10. virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
  11. // Attributes
  12. public:
  13. // Operations
  14. public:
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CCheckListCtrl)
  18. //}}AFX_VIRTUAL
  19. // Implementation
  20. public:
  21. virtual ~CCheckListCtrl();
  22. // Generated message map functions
  23. protected:
  24. //{{AFX_MSG(CCheckListCtrl)
  25. // NOTE - the ClassWizard will add and remove member functions here.
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };
  29. /////////////////////////////////////////////////////////////////////////////