设计的时候,设置文本框默认值:请输入模糊查询字符!
设置文本框的Enter事件:
If e.Sender.Value = "请输入模糊查询字符!" then
e.Sender.Value = ""
End If