private void LoadCode() { this.toolStripMsg.Text = "加载验证码......"; this.pic_code.Image = ots.GetRandImage(); this.toolStripMsg.Text = "验证码加载完成"; }