change - 规整代码 合并前准备

dep_nodyang
wangsr 1 year ago
parent 9c858fb669
commit 21d48d9562

@ -127,7 +127,9 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
McControllist = GetAllDbMCControlsByOption(DbOptionTypes.InitData); McControllist = GetAllDbMCControlsByOption(DbOptionTypes.InitData);
_McControllist = GetAllDbMCControlsByOption(DbOptionTypes.Modify); _McControllist = GetAllDbMCControlsByOption(DbOptionTypes.Modify);
allControl = GetAllControls(); allControl = GetAllControls();
FillHslSwitch(); FillHslSwitch();
WaterActualValue1 = GetBaseControl("WaterActualValue1"); WaterActualValue1 = GetBaseControl("WaterActualValue1");
WaterActualValue2 = GetBaseControl("WaterActualValue2"); WaterActualValue2 = GetBaseControl("WaterActualValue2");
WaterActualValue3 = GetBaseControl("WaterActualValue3"); WaterActualValue3 = GetBaseControl("WaterActualValue3");
@ -636,7 +638,6 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
#endregion #endregion
ReadHslSwithch(); ReadHslSwithch();
} }
@ -789,13 +790,10 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
} }
ReadHslSwithch(); ReadHslSwithch();
//DefaultSwitch //DefaultSwitch
} }
private void ReadHslSwithch() private void ReadHslSwithch()

@ -176,9 +176,6 @@
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\PlugInPlatform\Mesnac.PlugIn.dll</HintPath> <HintPath>..\..\..\PlugInPlatform\Mesnac.PlugIn.dll</HintPath>
</Reference> </Reference>
<Reference Include="Microsoft.Office.Interop.Excel">
<HintPath>..\..\Microsoft.Office.Interop.Excel.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" /> <Reference Include="System.Configuration" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />

Loading…
Cancel
Save