#if !defined(AFX_DUPINDX_H__B48FAA02_5D2A_11D3_9D95_0060087C0CB3__INCLUDED_) #define AFX_DUPINDX_H__B48FAA02_5D2A_11D3_9D95_0060087C0CB3__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DupIndx.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDupIndex dialog class CDupIndex : public CDialog { // Construction public: CDupIndex(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDupIndex) enum { IDD = IDD_DUP_INDEX }; CEdit m_EditIndex; CButton m_BtnOk; int m_nIndex; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDupIndex) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDupIndex) afx_msg void OnChangeIndex(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DUPINDX_H__B48FAA02_5D2A_11D3_9D95_0060087C0CB3__INCLUDED_)