// UIDList.h : header file // ///////////////////////////////////////////////////////////////////////////// // CUIDList dialog //{{AFX_INCLUDES() //}}AFX_INCLUDES class CUIDList : public CDialog { // Construction public: CUIDList(CWnd* pParent = NULL); // standard constructor CListBox *m_pAbstractList; void DisplayItem(); // Dialog Data //{{AFX_DATA(CUIDList) enum { IDD = IDD_CLTUID_DLG }; CTreeCtrl m_List; CComboBox m_Type; //}}AFX_DATA ILEADDicomDS *m_pLEADDicomDS; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CUIDList) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CUIDList) virtual BOOL OnInitDialog(); afx_msg void OnSelchangedList(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnInsert(); afx_msg void OnDelete(); afx_msg void OnDefault(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };