| | |
| | | string _tb_LikeQueryAttrsName = this.tb_LikeQueryAttrsName.Text.Trim();//ä¸ææ³¨é |
| | | if (_tb_LikeQueryAttrsName == "") |
| | | { |
| | | MessageBox.Show("请è¾å
¥ æ¨¡ç³æ¥è¯¢å段åï¼"); |
| | | this.tb_LikeQueryAttrsName.Focus(); |
| | | return; |
| | | //MessageBox.Show("请è¾å
¥ æ¨¡ç³æ¥è¯¢å段åï¼"); |
| | | //this.tb_LikeQueryAttrsName.Focus(); |
| | | //return; |
| | | } |
| | | |
| | | string _tb_LikeQueryAttrs = this.tb_LikeQueryAttrs.Text.Trim();//ä¸ææ³¨é |
| | | if (_tb_LikeQueryAttrs == "") |
| | | { |
| | | MessageBox.Show("请è¾å
¥ æ¨¡ç³æ¥è¯¢å段ï¼"); |
| | | this.tb_LikeQueryAttrs.Focus(); |
| | | return; |
| | | //MessageBox.Show("请è¾å
¥ æ¨¡ç³æ¥è¯¢å段ï¼"); |
| | | //this.tb_LikeQueryAttrs.Focus(); |
| | | //return; |
| | | } |
| | | |
| | | string chinaComment = this.tb_ChinaComment.Text.Trim();//ä¸ææ³¨é |