#if !defined(AFX_ASSOCIAT_H__1FB59954_595A_11D3_A335_00105A07EA4A__INCLUDED_) #define AFX_ASSOCIAT_H__1FB59954_595A_11D3_A335_00105A07EA4A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Associat.h : header file // ///////////////////////////////////////////////////////////////////////////// // CNetAssociationDlg dialog class CNetAssociationDlg : public CDialog { // Construction public: CNetAssociationDlg(CWnd* pParent = NULL); // standard constructor LDicomAssociate *m_pAssociate; L_UINT32 m_nTimeout; // Dialog Data //{{AFX_DATA(CNetAssociationDlg) enum { IDD = IDD_ASSOCIATION_DIALOG }; CButton m_bImplementClass; CButton m_bAsyncOperations; CButton m_bImplementVersion; CButton m_bMaxLength; CTreeCtrl m_Abstract; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CNetAssociationDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; CImageList m_Image; L_BOOL m_bMouse; LDicomAssociate m_Temp; void Display(); // Generated message map functions //{{AFX_MSG(CNetAssociationDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelchangedAbstract(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnClickAbstract(NMHDR* pNMHDR, LRESULT* pResult); virtual void OnOK(); afx_msg void OnSelectAll(); afx_msg void OnDeselectAll(); afx_msg void OnDblclkAbstract(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnModify(); afx_msg void OnDefault(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ASSOCIAT_H__1FB59954_595A_11D3_A335_00105A07EA4A__INCLUDED_)