Browse Source

修改标签补打的类名,之前拼写错误

章政 8 years ago
parent
commit
83c2a34d02

+ 7 - 5
UAS-MES/FunctionCode/Special/Specail_MendLabel.Designer.cs → UAS-MES/FunctionCode/Special/Special_MendLabel.Designer.cs

@@ -1,6 +1,6 @@
 namespace UAS_MES.Special
 {
-    partial class Specail_MendLabel
+    partial class Special_MendLabel
     {
         /// <summary>
         /// Required designer variable.
@@ -30,12 +30,14 @@
         {
             this.SuspendLayout();
             // 
-            // 补打标签
+            // Specail_MendLabel
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1333, 711);
-            this.Name = "补打标签";
+            this.ClientSize = new System.Drawing.Size(1000, 569);
+            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+            this.Name = "Specail_MendLabel";
+            this.Tag = "Specail!MendLabel";
             this.Text = "补打标签";
             this.ResumeLayout(false);
 

+ 2 - 2
UAS-MES/FunctionCode/Special/Specail_MendLabel.cs → UAS-MES/FunctionCode/Special/Special_MendLabel.cs

@@ -9,9 +9,9 @@ using System.Windows.Forms;
 
 namespace UAS_MES.Special
 {
-    public partial class Specail_MendLabel : Form
+    public partial class Special_MendLabel : Form
     {
-        public Specail_MendLabel()
+        public Special_MendLabel()
         {
             InitializeComponent();
         }

+ 0 - 0
UAS-MES/FunctionCode/Special/Specail_MendLabel.resx → UAS-MES/FunctionCode/Special/Special_MendLabel.resx


+ 2 - 1
UAS-MES/Program.cs

@@ -92,7 +92,8 @@ namespace UAS_MES
             if (ex != null)
             {
                 sb.AppendLine(ex.Message);
-                sb.AppendLine("【异常方法】:" + ex.TargetSite);
+                //sb.AppendLine("【异常方法】:" + ex.TargetSite);
+
             }
             else { sb.AppendLine("【未处理异常】:" + backStr); }
             return sb.ToString();

+ 5 - 5
UAS-MES/UAS-MES.csproj

@@ -689,11 +689,11 @@
     <Compile Include="FunctionCode\Special\Special_MixPackage.Designer.cs">
       <DependentUpon>Special_MixPackage.cs</DependentUpon>
     </Compile>
-    <Compile Include="FunctionCode\Special\Specail_MendLabel.cs">
+    <Compile Include="FunctionCode\Special\Special_MendLabel.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Include="FunctionCode\Special\Specail_MendLabel.Designer.cs">
-      <DependentUpon>Specail_MendLabel.cs</DependentUpon>
+    <Compile Include="FunctionCode\Special\Special_MendLabel.Designer.cs">
+      <DependentUpon>Special_MendLabel.cs</DependentUpon>
     </Compile>
     <Compile Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.cs">
       <SubType>Form</SubType>
@@ -934,8 +934,8 @@
     <EmbeddedResource Include="FunctionCode\Special\Special_MixPackage.resx">
       <DependentUpon>Special_MixPackage.cs</DependentUpon>
     </EmbeddedResource>
-    <EmbeddedResource Include="FunctionCode\Special\Specail_MendLabel.resx">
-      <DependentUpon>Specail_MendLabel.cs</DependentUpon>
+    <EmbeddedResource Include="FunctionCode\Special\Special_MendLabel.resx">
+      <DependentUpon>Special_MendLabel.cs</DependentUpon>
     </EmbeddedResource>
     <EmbeddedResource Include="FunctionCode\SystemSetting\SystemSetting_LabelMaintain.resx">
       <DependentUpon>SystemSetting_LabelMaintain.cs</DependentUpon>