00001
00002
00003
00004
00006
00007 #if !defined(AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_)
00008 #define AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_
00009
00010 #if _MSC_VER > 1000
00011 #pragma once
00012 #endif // _MSC_VER > 1000
00013
00014 #include "../GridCtrl_src/GridCell.h"
00015
00016 class CGridCellNumeric : public CGridCell
00017 {
00018 DECLARE_DYNCREATE(CGridCellNumeric)
00019
00020 public:
00021 virtual BOOL Edit(int nRow, int nCol, CRect rect, CPoint point, UINT nID, UINT nChar);
00022 virtual void EndEdit();
00023
00024 };
00025
00026 #endif // !defined(AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_)