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