#if !defined(AFX_REPOSITIONCELLDLG_H__B743B97F_C812_4329_81AE_FBD90B388E10__INCLUDED_) #define AFX_REPOSITIONCELLDLG_H__B743B97F_C812_4329_81AE_FBD90B388E10__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RepositionCellDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CRepositionCellDlg dialog class CRepositionCellDlg : public CDialog { // Construction public: CRepositionCellDlg(CWnd* pParent = NULL); // standard constructor CConViewView * m_pView; // Dialog Data //{{AFX_DATA(CRepositionCellDlg) enum { IDD = IDD_REP_DLG }; CCustomEditCtrl m_edtTargetCell; CCustomEditCtrl m_edtCellIndex; UINT m_uCellIndex; UINT m_uTargetIndex; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRepositionCellDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRepositionCellDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_REPOSITIONCELLDLG_H__B743B97F_C812_4329_81AE_FBD90B388E10__INCLUDED_)