// ViewAss.h : header file // ///////////////////////////////////////////////////////////////////////////// // CViewAssociate dialog //{{AFX_INCLUDES() //}}AFX_INCLUDES class CViewAssociate : public CDialog { // Construction public: CViewAssociate(CWnd* pParent = NULL); // standard constructor long m_hPDU; // Dialog Data //{{AFX_DATA(CViewAssociate) enum { IDD = IDD_VIEWASSOCIATE_DLG }; CListCtrl m_Presentation; //}}AFX_DATA ILEADDicomNet *m_pLEADDicomNet; ILEADDicomDS *m_pLEADDicomDS; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CViewAssociate) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CViewAssociate) virtual BOOL OnInitDialog(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };