#if !defined(AFX_INSERTCELLDLG_H__BD209A96_C345_46A8_971E_D52113983464__INCLUDED_) #define AFX_INSERTCELLDLG_H__BD209A96_C345_46A8_971E_D52113983464__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InsertCellDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CInsertCellDlg dialog class CInsertCellDlg : public CDialog { // Construction public: CInsertCellDlg(CWnd* pParent = NULL); // standard constructor CConViewView * m_pView; // Dialog Data //{{AFX_DATA(CInsertCellDlg) enum { IDD = IDD_INSERTCELL_DLG }; CCustomEditCtrl m_edtCellIndex; int m_uCellIndex; int m_RadAppend;; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CInsertCellDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CInsertCellDlg) 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_INSERTCELLDLG_H__BD209A96_C345_46A8_971E_D52113983464__INCLUDED_)