#if !defined(AFX_INSERTDE_H__29D09B02_EC0E_11D2_A335_00105A07EA4A__INCLUDED_) #define AFX_INSERTDE_H__29D09B02_EC0E_11D2_A335_00105A07EA4A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // InsertDE.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDicomInsertElementDlg dialog class CDicomInsertElementDlg : public CDialog { // Construction public: CDicomInsertElementDlg(CWnd* pParent = NULL); // standard constructor pDICOMTAG m_pTag; L_BOOL m_bChild; L_BOOL m_bSequence; // Dialog Data //{{AFX_DATA(CDicomInsertElementDlg) enum { IDD = IDD_INSERT_ELEMENT_DIALOG }; CButton m_Sequence; CButton m_Child; CTreeCtrl m_Info; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomInsertElementDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDicomInsertElementDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelchangedInfo(NMHDR* pNMHDR, LRESULT* pResult); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_INSERTDE_H__29D09B02_EC0E_11D2_A335_00105A07EA4A__INCLUDED_)