#if !defined(AFX_NETINFO_H__B8DC8E61_5A97_11D3_A335_00105A07EA4A__INCLUDED_) #define AFX_NETINFO_H__B8DC8E61_5A97_11D3_A335_00105A07EA4A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Info.h : header file // ///////////////////////////////////////////////////////////////////////////// // CNetInfoDlg dialog class CNetInfoDlg : public CDialog { // Construction public: CNetInfoDlg(CWnd* pParent = NULL); // standard constructor LDicomAssociate *m_pAssociate; // Dialog Data //{{AFX_DATA(CNetInfoDlg) enum { IDD = IDD_INFO_DIALOG }; CListCtrl m_Presentation; CButton m_bMaxLength; CButton m_bImplementVersion; CButton m_bImplementClass; CButton m_bAsyncOperations; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CNetInfoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CNetInfoDlg) 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_NETINFO_H__B8DC8E61_5A97_11D3_A335_00105A07EA4A__INCLUDED_)