diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs
index 5712c0d..892ba13 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs
@@ -183,8 +183,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
ComboE.DryM11.SelectedValue = drtSelected[10].MaterrialId;
ComboE.DryM12.SelectedValue = drtSelected[11].MaterrialId;
ComboE.DryM13.SelectedValue = drtSelected[12].MaterrialId;
- ComboE.DryM14.SelectedValue = drtSelected[13].MaterrialId;
- ComboE.DryM15.SelectedValue = drtSelected[14].MaterrialId;
+ //ComboE.DryM14.SelectedValue = drtSelected[13].MaterrialId;
+ //ComboE.DryM15.SelectedValue = drtSelected[14].MaterrialId;
}
else
{
@@ -201,8 +201,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
ComboE.DryM11.SelectedIndex = 0;
ComboE.DryM12.SelectedIndex = 0;
ComboE.DryM13.SelectedIndex = 0;
- ComboE.DryM14.SelectedIndex = 0;
- ComboE.DryM15.SelectedIndex = 0;
+ //ComboE.DryM14.SelectedIndex = 0;
+ //ComboE.DryM15.SelectedIndex = 0;
}
var getDryerD1 = LjPlanningPlcHelp.GetDryerD1;
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/Entity/GelerWeterControlsEntity.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/Entity/GelerWeterControlsEntity.cs
index e7117bb..6abcd85 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/Entity/GelerWeterControlsEntity.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/Entity/GelerWeterControlsEntity.cs
@@ -43,8 +43,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl.Entity
public MCCombobox DryM11 { get; set; }
public MCCombobox DryM12 { get; set; }
public MCCombobox DryM13 { get; set; }
- public MCCombobox DryM14 { get; set; }
- public MCCombobox DryM15 { get; set; }
+ //public MCCombobox DryM14 { get; set; }
+ //public MCCombobox DryM15 { get; set; }
public MCCombobox PasteChooseDry { get; set; }
public MCCombobox PasteChooseWet { get; set; }
@@ -145,8 +145,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl.Entity
public MCTextBox DryW11 { get; set; }
public MCTextBox DryW12 { get; set; }
public MCTextBox DryW13 { get; set; }
- public MCTextBox DryW14 { get; set; }
- public MCTextBox DryW15 { get; set; }
+ //public MCTextBox DryW14 { get; set; }
+ //public MCTextBox DryW15 { get; set; }
public MCTextBox DryT1 { get; set; }
public MCTextBox DryT2 { get; set; }
public MCTextBox DryT3 { get; set; }
@@ -160,8 +160,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl.Entity
public MCTextBox DryT11 { get; set; }
public MCTextBox DryT12 { get; set; }
public MCTextBox DryT13 { get; set; }
- public MCTextBox DryT14 { get; set; }
- public MCTextBox DryT15 { get; set; }
+ //public MCTextBox DryT14 { get; set; }
+ //public MCTextBox DryT15 { get; set; }
public MCTextBox DryWaitTime { get; set; }
public MCTextBox DryOutDelayTime { get; set; }
public MCTextBox CADeviation { get; set; }
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs
index 23a035f..09d4c60 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/InitAction.cs
@@ -363,8 +363,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
ComboE.DryM11.DataSource = StockMaterrialDbHelp.GetDryerMaterrial();
ComboE.DryM12.DataSource = StockMaterrialDbHelp.GetDryerMaterrial();
ComboE.DryM13.DataSource = StockMaterrialDbHelp.GetDryerMaterrial();
- ComboE.DryM14.DataSource = StockMaterrialDbHelp.GetDryerMaterrial();
- ComboE.DryM15.DataSource = StockMaterrialDbHelp.GetDryerMaterrial();
+ //ComboE.DryM14.DataSource = StockMaterrialDbHelp.GetDryerMaterrial();
+ //ComboE.DryM15.DataSource = StockMaterrialDbHelp.GetDryerMaterrial();
string[] s = new string[8];
for (int i = 1; i <= 8; i++)
diff --git a/Main/MCEdit/Data/MCProject/nodeForm/AutoControlC.xml b/Main/MCEdit/Data/MCProject/nodeForm/AutoControlC.xml
index f0ec1b8..39c19c1 100644
--- a/Main/MCEdit/Data/MCProject/nodeForm/AutoControlC.xml
+++ b/Main/MCEdit/Data/MCProject/nodeForm/AutoControlC.xml
@@ -2389,272 +2389,6 @@
60