#if !defined(AFX_CONFODLG_H__805EFAE1_E45F_11D2_A335_00105A07EA4A__INCLUDED_) #define AFX_CONFODLG_H__805EFAE1_E45F_11D2_A335_00105A07EA4A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ConfoDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDicomConformanceDlg dialog class CDicomConformanceDlg : public CDialog { // Construction public: CDicomConformanceDlg(CWnd* pParent = NULL); // standard constructor LDicomDS *m_pDS; // Dialog Data //{{AFX_DATA(CDicomConformanceDlg) enum { IDD = IDD_CONFORMANCE_DIALOG }; CListBox m_List; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomConformanceDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDicomConformanceDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONFODLG_H__805EFAE1_E45F_11D2_A335_00105A07EA4A__INCLUDED_)