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