#pragma once class CMBTNXXXAttr; typedef vector CMBTNXXXAttrVector; /************************************************************************/ /* TN_XXX±íµÄ×Ö¶ÎÊôÐÔÀà */ /************************************************************************/ class AFX_EXT_CLASS CMBTNXXXAttr { public: CMBTNXXXAttr(void); ~CMBTNXXXAttr(void); public: CString m_strName; // Ãû³Æ£¬Èç C_ACTIVE_V CString m_strDispName; // ËõÂÔÃû CString m_strVaule; // Öµ CString m_strType; // ÀàÐÍ CString m_strTabLable; // ±í };