|
|
@ -1,5 +1,7 @@ |
|
|
|
using System; |
|
|
|
using DyeingComputer.View; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Data; |
|
|
|
using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Text.RegularExpressions; |
|
|
@ -36,6 +38,9 @@ namespace DyeingComputer.Windows |
|
|
|
e.Handled = !re.IsMatch(e.Text); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private readonly string[] a = {"001","007","008","013","017", "020", "022", "031", "035", "036", "039", "040", "041", "049", "050", |
|
|
|
"051", "054", "055", "056","064","065","066","067","090","091","093","094" }; |
|
|
|
|
|
|
@ -84,6 +89,7 @@ namespace DyeingComputer.Windows |
|
|
|
{ |
|
|
|
boxID.SelectedIndex =-1; |
|
|
|
// boxNAME.Text = Properties.Resources.Invalidfeatures;//功能无效
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|