浏览代码

修改文件名

章政 8 年之前
父节点
当前提交
cae45a8689

+ 2 - 2
UAS-MES/FunctionCode/Make/Make_PalletWeigh.Designer.cs → UAS-MES/FunctionCode/Make/Make_PalletCollection.Designer.cs

@@ -1,6 +1,6 @@
 namespace UAS_MES.Make
 {
-    partial class Make_PalletWeigh
+    partial class Make_PalletCollection
     {
         /// <summary>
         /// Required designer variable.
@@ -28,7 +28,7 @@
         /// </summary>
         private void InitializeComponent()
         {
-            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PalletWeigh));
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PalletCollection));
             this.pa_outboxcode_label = new System.Windows.Forms.Label();
             this.pa_totalqty_label = new System.Windows.Forms.Label();
             this.pa_salecode_label = new System.Windows.Forms.Label();

+ 2 - 2
UAS-MES/FunctionCode/Make/Make_PalletWeigh.cs → UAS-MES/FunctionCode/Make/Make_PalletCollection.cs

@@ -12,7 +12,7 @@ using UAS_MES.PublicMethod;
 
 namespace UAS_MES.Make
 {
-    public partial class Make_PalletWeigh : Form
+    public partial class Make_PalletCollection : Form
     {
         AutoSizeFormClass asc = new AutoSizeFormClass();
 
@@ -38,7 +38,7 @@ namespace UAS_MES.Make
         //栈板和大箱不同的判断箱号是否存在的条件
         string CheckOutBoxCondition;
 
-        public Make_PalletWeigh()
+        public Make_PalletCollection()
         {
             InitializeComponent();
         }

+ 0 - 0
UAS-MES/FunctionCode/Make/Make_PalletWeigh.resx → UAS-MES/FunctionCode/Make/Make_PalletCollection.resx


二进制
UAS_WinForm.zip