#if !defined(AFX_REMOVECELLDLG_H__7F9B8410_C4C4_49AA_86A1_AB4DD6B09077__INCLUDED_) #define AFX_REMOVECELLDLG_H__7F9B8410_C4C4_49AA_86A1_AB4DD6B09077__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RemoveCellDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CRemoveCellDlg dialog class CRemoveCellDlg : public CDialog { // Construction public: CRemoveCellDlg(CWnd* pParent = NULL); // standard constructor CConViewView * m_pView; // Dialog Data //{{AFX_DATA(CRemoveCellDlg) enum { IDD = IDD_REMOVECELL_DLG }; CCustomEditCtrl m_edtCellIndex; int m_RadAppend; UINT m_uCellIndex; //}}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(); afx_msg void OnInsertcellInsertRad(); afx_msg void OnInsertcellAppendRad(); virtual void OnOK(); afx_msg void OnChangeInsertcellIndexEdt(); //}}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__BD209A96_C345_46A8_971E_D52113983464__INCLUDED_)