00001 #include "../GridCtrl_src/GridCell.h" 00002 #include "GMECOM.h" 00003 00004 class CGridCellAttrName : public CGridCell 00005 { 00006 DECLARE_DYNCREATE(CGridCellAttrName) 00007 00008 public: 00009 00010 void SetRealName(CString realname); 00011 CString GetRealName(); 00012 protected: 00013 CString RealName; 00014 00015 };