if(btn.text=="登陆")
{
//执行登陆事件,连接服务器
//并且
this.btn.text="取消";
}
else
{
//取消事件  直接断开连接
//回到最开始的 窗体状态
}