瀏覽代碼

1、生成参数时,增加检查波特率信息;
2、针对武汉用户登录时,无法设置采用本地文件,如果需要使用时,需登录工程账户。

dail 3 年之前
父節點
當前提交
e001970373
共有 28 個文件被更改,包括 106 次插入43 次删除
  1. 二進制
      .vs/MOTINOVA_Motor_Factory_Set/v17/.suo
  2. 2 2
      CheckForm.Designer.cs
  3. 10 4
      ExportForm.cs
  4. 1 0
      MOTINOVA_Motor_Factory_Set.csproj
  5. 10 0
      Properties/Resources.Designer.cs
  6. 15 13
      Properties/Resources.resx
  7. 1 1
      StartForm.Designer.cs
  8. 4 0
      StartForm.cs
  9. 2 2
      bin/Debug/CheckSerialNum
  10. 1 1
      bin/Debug/MOTINOVA_Motor_Factory_Set.application
  11. 二進制
      bin/Debug/MOTINOVA_Motor_Factory_Set.exe
  12. 4 4
      bin/Debug/MOTINOVA_Motor_Factory_Set.exe.manifest
  13. 二進制
      bin/Debug/MOTINOVA_Motor_Factory_Set.pdb
  14. 二進制
      bin/Debug/Microsoft.mshtml.dll
  15. 8 8
      bin/Debug/Server
  16. 2 2
      bin/Debug/TestSerialNum
  17. 二進制
      bin/Debug/app.publish/MOTINOVA_Motor_Factory_Set.exe
  18. 二進制
      obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  19. 二進制
      obj/Debug/MOTINOVA_Motor_Factory_Set.Properties.Resources.resources
  20. 1 1
      obj/Debug/MOTINOVA_Motor_Factory_Set.application
  21. 二進制
      obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.AssemblyReference.cache
  22. 1 1
      obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.CoreCompileInputs.cache
  23. 40 0
      obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.FileListAbsolute.txt
  24. 二進制
      obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.GenerateResource.cache
  25. 二進制
      obj/Debug/MOTINOVA_Motor_Factory_Set.exe
  26. 4 4
      obj/Debug/MOTINOVA_Motor_Factory_Set.exe.manifest
  27. 二進制
      obj/Debug/MOTINOVA_Motor_Factory_Set.pdb
  28. 二進制
      obj/Debug/TempPE/Properties.Resources.Designer.cs.dll

二進制
.vs/MOTINOVA_Motor_Factory_Set/v17/.suo


+ 2 - 2
CheckForm.Designer.cs

@@ -604,7 +604,7 @@
             this.groupBox6.Size = new System.Drawing.Size(265, 592);
             this.groupBox6.TabIndex = 14;
             this.groupBox6.TabStop = false;
-            this.groupBox6.Text = "电机配置参数";
+            this.groupBox6.Text = "电机配置导出(从电机导出)";
             // 
             // groupBox8
             // 
@@ -615,7 +615,7 @@
             this.groupBox8.Size = new System.Drawing.Size(265, 592);
             this.groupBox8.TabIndex = 14;
             this.groupBox8.TabStop = false;
-            this.groupBox8.Text = "电机配置文件";
+            this.groupBox8.Text = "电机配置信息(根据订单生产)";
             // 
             // pictureBox2
             // 

+ 10 - 4
ExportForm.cs

@@ -506,10 +506,6 @@ namespace MOTINOVA_Motor_Factory_Set
                 return;
             }
 
-            button_Generate.BackColor = Color.Red;
-            button_Generate.Text = "生成中";
-            button_Generate.Enabled = false;
-
             //空间内容更新到字典
             if (DisplaySetToParams() == false)
             {
@@ -533,6 +529,11 @@ namespace MOTINOVA_Motor_Factory_Set
                 MessageBox.Show("请输入PCBA板号!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
                 return;
             }
+            if (comboBox_Baudrate.SelectedIndex == -1)
+            {
+                MessageBox.Show("请设定波特率!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
+                return;
+            }
             Regex Reg = new Regex(@"[V][0-9].[0-9]|[0-9][0-9].[0-9]|[0-9][0-9].[0-9]|[0-9][0-9].[0-9]|[0-9][0-9]_20\d{6}");
             if (Reg.IsMatch(textBox_FW_Version.Text) == false) //判断主控软件版本是否填写
             {
@@ -548,6 +549,11 @@ namespace MOTINOVA_Motor_Factory_Set
                     return;
                 }
             }
+
+            button_Generate.BackColor = Color.Red;
+            button_Generate.Text = "生成中";
+            button_Generate.Enabled = false;
+
             if (System.IO.Directory.Exists(FilePath) == false)
                 System.IO.Directory.CreateDirectory(FilePath);
             string Datenow = DateTime.Now.ToString("yyyy-MM-dd") + "\\";

+ 1 - 0
MOTINOVA_Motor_Factory_Set.csproj

@@ -228,6 +228,7 @@
     <None Include="Resources\836618239619717251.jpg" />
   </ItemGroup>
   <ItemGroup>
+    <None Include="images\read_book_study_icon-icons.com_51077.png" />
     <Content Include="import.ico" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

+ 10 - 0
Properties/Resources.Designer.cs

@@ -90,6 +90,16 @@ namespace MOTINOVA_Motor_Factory_Set.Properties {
             }
         }
         
+        /// <summary>
+        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
+        /// </summary>
+        internal static System.Drawing.Bitmap read_book_study_icon_icons_com_51077 {
+            get {
+                object obj = ResourceManager.GetObject("read_book_study_icon-icons.com_51077", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
         /// <summary>
         ///   查找 System.Drawing.Bitmap 类型的本地化资源。
         /// </summary>

+ 15 - 13
Properties/Resources.resx

@@ -112,32 +112,34 @@
     <value>2.0</value>
   </resheader>
   <resheader name="reader">
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <resheader name="writer">
-    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-  <data name="ttium" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>..\Resources\ttium.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
-  </data>
   <data name="close1" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\images\close1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
-  <data name="MkqN4K4Mvj" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>..\images\MkqN4K4Mvj.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  <data name="title1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\images\title.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
   <data name="timg" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\images\timg.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
-  <data name="title" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>..\images\title.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  <data name="836618239619717251" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\836618239619717251.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
-  <data name="title1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+  <data name="ttium" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\ttium.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="MkqN4K4Mvj" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\images\MkqN4K4Mvj.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
+  <data name="title" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\images\title.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
-  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-  <data name="836618239619717251" type="System.Resources.ResXFileRef, System.Windows.Forms">
-    <value>..\Resources\836618239619717251.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  <data name="read_book_study_icon-icons.com_51077" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\images\read_book_study_icon-icons.com_51077.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
 </root>

+ 1 - 1
StartForm.Designer.cs

@@ -118,7 +118,7 @@
             this.label_Ver.Name = "label_Ver";
             this.label_Ver.Size = new System.Drawing.Size(316, 21);
             this.label_Ver.TabIndex = 2;
-            this.label_Ver.Text = "Ver: V1.4.0 Build Time: 2022-06-25 11:26";
+            this.label_Ver.Text = "Ver: V1.4.1 Build Time: 2022-06-27 17:26";
             // 
             // label_NetStatus
             // 

+ 4 - 0
StartForm.cs

@@ -389,6 +389,8 @@ namespace MOTINOVA_Motor_Factory_Set
                 if (EnterForm1.textBox_Passwd.Text == EnterForm1.UserAccount[EnterForm1.comboBox_User.Text])//检验模式所有用户支持
                 {
                     CheckForm1.timer1.Enabled = false;
+                    if (EnterForm1.comboBox_User.Text == "武汉Wuhan") //武汉账户不使用本地文件,需要使用时采用工程账户登录
+                        ImportForm1.checkBox_LocalFile.Enabled = false;
                     ImportForm1.ShowDialog();
                 }
                 else
@@ -475,6 +477,8 @@ namespace MOTINOVA_Motor_Factory_Set
                 if (EnterForm1.textBox_Passwd.Text == EnterForm1.UserAccount[EnterForm1.comboBox_User.Text])//所有用户支持
                 {
                     ImportForm1.timer1.Enabled = false;
+                    if (EnterForm1.comboBox_User.Text == "武汉Wuhan") //武汉账户不使用本地文件,需要使用时采用工程账户登录
+                        CheckForm1.checkBox_LocalFile.Enabled = false;
                     CheckForm1.ShowDialog();
                 }
                 else

+ 2 - 2
bin/Debug/CheckSerialNum

@@ -1,4 +1,4 @@
 流水号:
-20
+23
 合格计数:
-7
+8

+ 1 - 1
bin/Debug/MOTINOVA_Motor_Factory_Set.application

@@ -14,7 +14,7 @@
           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
         </dsig:Transforms>
         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
-        <dsig:DigestValue>CKlalfpSh/qv/wKQxIqX6OJJy2conGU+oQN7s/1LSd0=</dsig:DigestValue>
+        <dsig:DigestValue>LY2RNwxY1RPtID7HGyhVDdsuTkxl5KdK4KeeJoepSKE=</dsig:DigestValue>
       </hash>
     </dependentAssembly>
   </dependency>

二進制
bin/Debug/MOTINOVA_Motor_Factory_Set.exe


+ 4 - 4
bin/Debug/MOTINOVA_Motor_Factory_Set.exe.manifest

@@ -66,26 +66,26 @@
     </dependentAssembly>
   </dependency>
   <dependency>
-    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.mshtml.dll" size="8027464">
+    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.mshtml.dll" size="8025344">
       <assemblyIdentity name="Microsoft.mshtml" version="7.0.3300.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" />
       <hash>
         <dsig:Transforms>
           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
         </dsig:Transforms>
         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
-        <dsig:DigestValue>9uC3bJw/FTMYbE2nvJtKdf4CxEHjJ+brvvXeTZj+d+g=</dsig:DigestValue>
+        <dsig:DigestValue>AVX8fFANmHYYULKjaw1nRmhyxnrxx5pn00WgSOcpUqc=</dsig:DigestValue>
       </hash>
     </dependentAssembly>
   </dependency>
   <dependency>
-    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MOTINOVA_Motor_Factory_Set.exe" size="692224">
+    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MOTINOVA_Motor_Factory_Set.exe" size="711168">
       <assemblyIdentity name="MOTINOVA_Motor_Factory_Set" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
       <hash>
         <dsig:Transforms>
           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
         </dsig:Transforms>
         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
-        <dsig:DigestValue>XXngxISh5nImv+I+0/ImgW1SodPyggVbgbsM4/bc/PE=</dsig:DigestValue>
+        <dsig:DigestValue>lBfLbALImvJtbsAO99MBu2yfiRyBx5pHyg8uRLw5PRQ=</dsig:DigestValue>
       </hash>
     </dependentAssembly>
   </dependency>

二進制
bin/Debug/MOTINOVA_Motor_Factory_Set.pdb


二進制
bin/Debug/Microsoft.mshtml.dll


+ 8 - 8
bin/Debug/Server

@@ -1,3 +1,11 @@
+#虚拟机
+IP=192.168.1.246
+PORT=21
+USER=hero
+PASSWD=1229
+ROOT=/home/hero/MOTINOVA_MC_Factory_Set
+LOCAL=ENABLE
+
 #Raspberry
 IP=192.168.0.104
 PORT=21
@@ -14,14 +22,6 @@ PASSWD=123456
 ROOT=/home/dail
 LOCAL=ENABLE
 
-#虚拟机
-IP=192.168.1.246
-PORT=21
-USER=hero
-PASSWD=1229
-ROOT=/home/hero/MOTINOVA_MC_Factory_Set
-LOCAL=ENABLE
-
 #内部服务器
 IP=192.168.1.74
 PORT=21

+ 2 - 2
bin/Debug/TestSerialNum

@@ -1,4 +1,4 @@
 流水号:
-0
+16
 合格计数:
-0
+4

二進制
bin/Debug/app.publish/MOTINOVA_Motor_Factory_Set.exe


二進制
obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


二進制
obj/Debug/MOTINOVA_Motor_Factory_Set.Properties.Resources.resources


+ 1 - 1
obj/Debug/MOTINOVA_Motor_Factory_Set.application

@@ -14,7 +14,7 @@
           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
         </dsig:Transforms>
         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
-        <dsig:DigestValue>CKlalfpSh/qv/wKQxIqX6OJJy2conGU+oQN7s/1LSd0=</dsig:DigestValue>
+        <dsig:DigestValue>LY2RNwxY1RPtID7HGyhVDdsuTkxl5KdK4KeeJoepSKE=</dsig:DigestValue>
       </hash>
     </dependentAssembly>
   </dependency>

二進制
obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.AssemblyReference.cache


+ 1 - 1
obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.CoreCompileInputs.cache

@@ -1 +1 @@
-f679bcec19bee96f3c5eb7371a915bb9e5031a67
+035b8ba216a925f1084ea618ae55ffa4a73fd2f3

+ 40 - 0
obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.FileListAbsolute.txt

@@ -106,3 +106,43 @@ D:\Work\MOTINOVA_Motor_Factory_Set\MOTINOVA_Motor_Factory_Set\bin\Debug\Spire.Pd
 D:\Work\MOTINOVA_Motor_Factory_Set\MOTINOVA_Motor_Factory_Set\bin\Debug\Spire.XLS.xml
 D:\Work\MOTINOVA_Motor_Factory_Set\MOTINOVA_Motor_Factory_Set\bin\Debug\Spire.License.dll
 D:\Work\MOTINOVA_Motor_Factory_Set\MOTINOVA_Motor_Factory_Set\bin\Debug\Spire.License.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\MOTINOVA_Motor_Factory_Set.exe.config
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\MOTINOVA_Motor_Factory_Set.exe.manifest
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\MOTINOVA_Motor_Factory_Set.application
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\MOTINOVA_Motor_Factory_Set.exe
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\MOTINOVA_Motor_Factory_Set.pdb
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\Spire.License.dll
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\Spire.Pdf.dll
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\Spire.XLS.dll
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\Microsoft.mshtml.dll
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\BouncyCastle.Crypto.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\ICSharpCode.SharpZipLib.pdb
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\ICSharpCode.SharpZipLib.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\NPOI.pdb
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\NPOI.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\NPOI.OOXML.pdb
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\NPOI.OOXML.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\NPOI.OpenXml4Net.pdb
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\NPOI.OpenXml4Net.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\NPOI.OpenXmlFormats.pdb
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\Spire.License.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\Spire.Pdf.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\bin\Debug\Spire.XLS.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.csproj.AssemblyReference.cache
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.csproj.SuggestedBindingRedirects.cache
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.CheckForm.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.Enter.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.ExportForm.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.ImportForm.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.ManageForm.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.PortSettings.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.Properties.Resources.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.StartForm.resources
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.csproj.GenerateResource.cache
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.csproj.CoreCompileInputs.cache
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.TrustInfo.xml
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.exe.manifest
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.application
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.csproj.CopyComplete
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.exe
+D:\SoftDesign\20171216_PC_MortorTest\MOTINOVA_MC_Test\MOTINOVA_MC_Test\MOTINOVA_Motor_Factory_Set\factory_-test\obj\Debug\MOTINOVA_Motor_Factory_Set.pdb

二進制
obj/Debug/MOTINOVA_Motor_Factory_Set.csproj.GenerateResource.cache


二進制
obj/Debug/MOTINOVA_Motor_Factory_Set.exe


+ 4 - 4
obj/Debug/MOTINOVA_Motor_Factory_Set.exe.manifest

@@ -66,26 +66,26 @@
     </dependentAssembly>
   </dependency>
   <dependency>
-    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.mshtml.dll" size="8027464">
+    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.mshtml.dll" size="8025344">
       <assemblyIdentity name="Microsoft.mshtml" version="7.0.3300.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" />
       <hash>
         <dsig:Transforms>
           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
         </dsig:Transforms>
         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
-        <dsig:DigestValue>9uC3bJw/FTMYbE2nvJtKdf4CxEHjJ+brvvXeTZj+d+g=</dsig:DigestValue>
+        <dsig:DigestValue>AVX8fFANmHYYULKjaw1nRmhyxnrxx5pn00WgSOcpUqc=</dsig:DigestValue>
       </hash>
     </dependentAssembly>
   </dependency>
   <dependency>
-    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MOTINOVA_Motor_Factory_Set.exe" size="692224">
+    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MOTINOVA_Motor_Factory_Set.exe" size="711168">
       <assemblyIdentity name="MOTINOVA_Motor_Factory_Set" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
       <hash>
         <dsig:Transforms>
           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
         </dsig:Transforms>
         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
-        <dsig:DigestValue>XXngxISh5nImv+I+0/ImgW1SodPyggVbgbsM4/bc/PE=</dsig:DigestValue>
+        <dsig:DigestValue>lBfLbALImvJtbsAO99MBu2yfiRyBx5pHyg8uRLw5PRQ=</dsig:DigestValue>
       </hash>
     </dependentAssembly>
   </dependency>

二進制
obj/Debug/MOTINOVA_Motor_Factory_Set.pdb


二進制
obj/Debug/TempPE/Properties.Resources.Designer.cs.dll