sFindStr = m_strFilter.Left(m_strFilter.Find('_'));//_前面的字段
sFindStrTCDC = m_strFilter.Right(m_strFilter.GetLength() - m_strFilter.ReverseFind('_') -1);//_后面的字段
sFindStrTCDC = m_strFilter.Right(m_strFilter.GetLength() - m_strFilter.ReverseFind('_') -1);//_后面的字段