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