// IOTabDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CIODTableDlg dialog //{{AFX_INCLUDES() //}}AFX_INCLUDES class CIODTableDlg : public CDialog { // Construction public: CIODTableDlg(CWnd* pParent = NULL); // standard constructor void FillSubTree(HTREEITEM hParent); void FillTree(); void DisplayNode(); HTREEITEM m_hSelectedItem; ILEADDicomDS *m_pLEADDicomDS; // Dialog Data //{{AFX_DATA(CIODTableDlg) enum { IDD = IDD_DICOMIODTABLE }; CEdit m_Text7; CEdit m_Text6; CEdit m_Text5; CEdit m_Text4; CEdit m_Text3; CEdit m_Text2; CEdit m_Text1; CEdit m_DescText; CTreeCtrl m_TreeView1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIODTableDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CIODTableDlg) virtual BOOL OnInitDialog(); afx_msg void OnButton1(); afx_msg void OnButton2(); afx_msg void OnButton3(); afx_msg void OnButton4(); afx_msg void OnButton5(); afx_msg void OnButton6(); afx_msg void OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnFirst(); afx_msg void OnLast(); afx_msg void OnNext(); afx_msg void OnParent(); afx_msg void OnChild(); afx_msg void OnPrev(); afx_msg void OnRoot(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };