// TaTabDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CTagTableDlg dialog //{{AFX_INCLUDES() //}}AFX_INCLUDES class CTagTableDlg : public CDialog { // Construction public: CTagTableDlg(CWnd* pParent = NULL); // standard constructor void FillList(); void DisplayItem(); int m_nSelectedItem; void UpdateList(); ILEADDicomDS *m_pLEADDicomDS; // Dialog Data //{{AFX_DATA(CTagTableDlg) enum { IDD = IDD_DICOMTAGTABLE }; CEdit m_Text8; CEdit m_Text7; CEdit m_Text6; CEdit m_Text5; CEdit m_Text4; CEdit m_Text3; CEdit m_Text2; CEdit m_Text1; CListCtrl m_ListView1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTagTableDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CTagTableDlg) virtual BOOL OnInitDialog(); afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnFirst(); afx_msg void OnNext(); afx_msg void OnPrev(); afx_msg void OnLast(); afx_msg void OnButton1(); afx_msg void OnButton2(); afx_msg void OnButton3(); afx_msg void OnButton4(); afx_msg void OnButton5(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };