#if !defined(AFX_MODIFYDE_H__29D09B03_EC0E_11D2_A335_00105A07EA4A__INCLUDED_) #define AFX_MODIFYDE_H__29D09B03_EC0E_11D2_A335_00105A07EA4A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ModifyDE.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDicomModifyElementDlg dialog enum { OPERATION_INSERT_AFTER, OPERATION_INSERT_BEFORE, OPERATION_DELETE, OPERATION_MODIFY, }; class CDicomModifyElementDlg : public CDialog { // Construction public: CDicomModifyElementDlg(CWnd* pParent = NULL); // standard constructor L_UINT16 m_nVR; L_UINT32 m_nCount; CString m_strValue; L_INT m_nOperation; // Dialog Data //{{AFX_DATA(CDicomModifyElementDlg) enum { IDD = IDD_MODIFY_ELEMENT_DIALOG }; CEdit m_Value; CButton m_Modify; CButton m_Delete; CButton m_InsertBefore; CButton m_InsertAfter; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomModifyElementDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDicomModifyElementDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnDelete(); afx_msg void OnModify(); afx_msg void OnInsertAfter(); afx_msg void OnInsertBefore(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MODIFYDE_H__29D09B03_EC0E_11D2_A335_00105A07EA4A__INCLUDED_)