// VRDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDicomVRDlg dialog class CDicomVRDlg : public CDialog { // Construction public: CDicomVRDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDicomVRDlg) enum { IDD = IDD_VR_DIALOG }; CListBox m_Info; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomVRDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDicomVRDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeInfo(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };