#if !defined(AFX_REMOVECELLDLG_H__20930FD9_FA25_4FFD_8D1C_020BA59BDA98__INCLUDED_) #define AFX_REMOVECELLDLG_H__20930FD9_FA25_4FFD_8D1C_020BA59BDA98__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RemoveCellDlg.h : header file // #include "CustomEditCtrl.h" ///////////////////////////////////////////////////////////////////////////// // CRemoveCellDlg dialog class CRemoveCellDlg : public CDialog { private: LImageViewer *m_pImageViewer; public: L_INT m_nCellIndex; // Construction public: CRemoveCellDlg(LImageViewer *pImageViewer, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CRemoveCellDlg) enum { IDD = IDD_REMOVECELL_DLG }; CCustomEditCtrl m_edtCellIndex; int m_nRemoveAll; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRemoveCellDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRemoveCellDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnRemoveCellAll(); afx_msg void OnRemoveCell(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_REMOVECELLDLG_H__20930FD9_FA25_4FFD_8D1C_020BA59BDA98__INCLUDED_)