// VRTabDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CVRTableDlg dialog //{{AFX_INCLUDES() //}}AFX_INCLUDES class CVRTableDlg : public CDialog { // Construction public: CVRTableDlg(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(CVRTableDlg) enum { IDD = IDD_DICOMVRTABLE }; 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(CVRTableDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CVRTableDlg) 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() };