From 977616d74f913ae5ce1e14f8cfde3b7f4d5a21a2 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期四, 26 六月 2025 17:48:23 +0800
Subject: [PATCH] 新增九菱设备采集插件,更改点胶称重下拉框名字不对问题

---
 WFormSynchronizeData_SMR/WFormReadData_SMR/WFormReadData_SMR.csproj |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/WFormReadData_SMR.csproj b/WFormSynchronizeData_SMR/WFormReadData_SMR/WFormReadData_SMR.csproj
index 466d309..57d35bb 100644
--- a/WFormSynchronizeData_SMR/WFormReadData_SMR/WFormReadData_SMR.csproj
+++ b/WFormSynchronizeData_SMR/WFormReadData_SMR/WFormReadData_SMR.csproj
@@ -98,17 +98,35 @@
   <ItemGroup>
     <Compile Include="DBHelper.cs" />
     <Compile Include="json.cs" />
+    <Compile Include="JZ_ReadDate.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="JZ_ReadDate.Designer.cs">
+      <DependentUpon>JZ_ReadDate.cs</DependentUpon>
+    </Compile>
     <Compile Include="ReadCoordinateExcelFrom.cs">
       <SubType>Form</SubType>
     </Compile>
     <Compile Include="ReadCoordinateExcelFrom.Designer.cs">
       <DependentUpon>ReadCoordinateExcelFrom.cs</DependentUpon>
     </Compile>
+    <Compile Include="ReadCSV_New.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="ReadCSV_New.Designer.cs">
+      <DependentUpon>ReadCSV_New.cs</DependentUpon>
+    </Compile>
     <Compile Include="ReadCSV.cs">
       <SubType>Form</SubType>
     </Compile>
     <Compile Include="ReadCSV.Designer.cs">
       <DependentUpon>ReadCSV.cs</DependentUpon>
+    </Compile>
+    <Compile Include="ReadyDataForm_New.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="ReadyDataForm_New.Designer.cs">
+      <DependentUpon>ReadyDataForm_New.cs</DependentUpon>
     </Compile>
     <Compile Include="ReadyDataForm.cs">
       <SubType>Form</SubType>
@@ -118,6 +136,15 @@
     </Compile>
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="ZZ_GlueWeigh.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="ZZ_GlueWeigh.Designer.cs">
+      <DependentUpon>ZZ_GlueWeigh.cs</DependentUpon>
+    </Compile>
+    <EmbeddedResource Include="JZ_ReadDate.resx">
+      <DependentUpon>JZ_ReadDate.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -130,12 +157,21 @@
     <EmbeddedResource Include="ReadCoordinateExcelFrom.resx">
       <DependentUpon>ReadCoordinateExcelFrom.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="ReadCSV_New.resx">
+      <DependentUpon>ReadCSV_New.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="ReadCSV.resx">
       <DependentUpon>ReadCSV.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="ReadyDataForm_New.resx">
+      <DependentUpon>ReadyDataForm_New.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="ReadyDataForm.resx">
       <DependentUpon>ReadyDataForm.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="ZZ_GlueWeigh.resx">
+      <DependentUpon>ZZ_GlueWeigh.cs</DependentUpon>
+    </EmbeddedResource>
     <None Include="bin\Debug\Config\SQLAPI.config" />
     <None Include="packages.config" />
     <None Include="Properties\Settings.settings">

--
Gitblit v1.9.1