#if !defined(AFX_MYLISTCTRL_H__F6793E08_8559_11D6_8274_00105A07EA1C__INCLUDED_) #define AFX_MYLISTCTRL_H__F6793E08_8559_11D6_8274_00105A07EA1C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MyListCtrl.h : header file // ///////////////////////////////////////////////////////////////////////////// // CMyListCtrl window class LMyDicomDS; class CMyListCtrl : public CListCtrl { // Construction public: CMyListCtrl(); // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMyListCtrl) //}}AFX_VIRTUAL // Implementation public: BOOL SetUnselected(int nIndex); BOOL SetSelected(int nIndex); int GetFirstSelected(); int AppendItem(char *lpzTag, char* lpzDesc, char *lpzValue, HTREEITEM hItem); void Update(LMyDicomDS *pDS); void InitializeList(); int m_nColumnCount; virtual ~CMyListCtrl(); // Generated message map functions protected: //{{AFX_MSG(CMyListCtrl) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MYLISTCTRL_H__F6793E08_8559_11D6_8274_00105A07EA1C__INCLUDED_)