#if !defined(AFX_REPOSITIONCELLDLG_H__88D551E2_7CE8_4F83_AECA_16CDE494194C__INCLUDED_) #define AFX_REPOSITIONCELLDLG_H__88D551E2_7CE8_4F83_AECA_16CDE494194C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RepositionCellDlg.h : header file // #include "CustomEditCtrl.h" ///////////////////////////////////////////////////////////////////////////// // CRepositionCellDlg dialog class CRepositionCellDlg : public CDialog { private: LImageViewer *m_pImageViewer; public: L_UINT m_uTargetIndex , m_uCellIndex; // Construction public: CRepositionCellDlg(LImageViewer *pImageViewer, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CRepositionCellDlg) enum { IDD = IDD_REP_DLG }; CCustomEditCtrl m_edtTargetIndex; CCustomEditCtrl m_edtCellIndex; //}}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 void OnOK(); virtual BOOL OnInitDialog(); //}}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__88D551E2_7CE8_4F83_AECA_16CDE494194C__INCLUDED_)