function Finding_ProtocolSend(_SendBuf,_Addaer)
if(ShowFideC == 1 )then--判断是否是宠物窗口
if string.sub(_SendBuf,1,13) == "CharLoginGate" or string.sub(_SendBuf,1,3) == "EV " then
Show_ClearMsg();
end
elseif string.sub(_SendBuf,1,3) == "EV " then
ScrollBoxH= {0,0,0,0}; --当切图时,滚动条还原
end
end