private void AddPatientInfo() {//添加病历信息 TipMessage frmTip = new TipMessage(); if (this.textBoxBingLiNo.Text.Length < 1) { frmTip.SetTipMessage("病历号必须填写!"); frmTip.ShowDialog(); this.textBoxBingLiNo.Focus();