#if !defined(AFX_INSERTCELLDLG1_H__7D05684C_C20E_4B7C_A029_E90811854F13__INCLUDED_) #define AFX_INSERTCELLDLG1_H__7D05684C_C20E_4B7C_A029_E90811854F13__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InsertCellDlg1.h : header file // ///////////////////////////////////////////////////////////////////////////// // CInsertCellDlg dialog #include "CustomEditCtrl.h" class CInsertCellDlg : public CDialog { private: L_INT m_nCellCount; // Construction public: CInsertCellDlg(CWnd* pParent = NULL); // standard constructor CInsertCellDlg(L_INT nCellCount,CWnd* pParent = NULL); // Override int m_nIndex; // Dialog Data //{{AFX_DATA(CInsertCellDlg) enum { IDD = IDD_INSERTCELL_DLG }; CCustomEditCtrl m_edtCellIndex; int m_nAppend; //}}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 OnAppend(); afx_msg void OnInsert(); 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_INSERTCELLDLG1_H__7D05684C_C20E_4B7C_A029_E90811854F13__INCLUDED_)