diff --git a/Windows/ViewStep.xaml.cs b/Windows/ViewStep.xaml.cs index 501b000..4490b56 100644 --- a/Windows/ViewStep.xaml.cs +++ b/Windows/ViewStep.xaml.cs @@ -60,7 +60,7 @@ namespace DyeingComputer.Windows } 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" }; + "051", "054", "056","064","065","066","067","090","091","093","094" }; private void Form1_Load() { @@ -80,8 +80,7 @@ namespace DyeingComputer.Windows this.boxID.Items.Add(Properties.Resources.Await);//等待049 this.boxID.Items.Add(Properties.Resources.Pressurized);//加压050 this.boxID.Items.Add(Properties.Resources.Depressurized);//减压051 - this.boxID.Items.Add(Properties.Resources.PumpSpeed);//泵速度054 - this.boxID.Items.Add(Properties.Resources.PumpStart);//泵启动055 + this.boxID.Items.Add(Properties.Resources.PumpStart);//泵速度054 this.boxID.Items.Add(Properties.Resources.PumpStops);//泵停止056 this.boxID.Items.Add(Properties.Resources.PrepareMedications);//备药064 this.boxID.Items.Add(Properties.Resources.AddTheMedicine);//加药065