ソースを参照

修改设计界面

章政 8 年 前
コミット
46a5e15b52

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_PalletWeigh.Designer.cs

@@ -534,7 +534,7 @@
             this.Load += new System.EventHandler(this.栈板称重_Load);
             this.SizeChanged += new System.EventHandler(this.栈板称重_SizeChanged);
             ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
-            this.ResumeLayout(false);
+            this.ResumeLayout(true);
             this.PerformLayout();
 
         }

+ 2 - 2
UAS-MES/FunctionCode/Make/Make_Repair.Designer.cs

@@ -1009,14 +1009,14 @@
             this.Text = "维修作业";
             this.Load += new System.EventHandler(this.维修作业_Load);
             this.SizeChanged += new System.EventHandler(this.Make_Repair_SizeChanged);
-            this.panel2.ResumeLayout(false);
+            this.panel2.ResumeLayout(true);
             this.panel2.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)(this.LocationSource)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.ComponentSource)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.mbp_partdgv)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.mbl_locdgv)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.RefreshTreeView)).EndInit();
-            this.ResumeLayout(false);
+            this.ResumeLayout(true);
             this.PerformLayout();
 
         }

+ 4 - 4
UAS-MES/FunctionCode/Make/Make_Repair.cs

@@ -415,10 +415,10 @@ namespace UAS_MES.Make
             {
                 if (mbr_id != "")
                 {
-                    string delete1 = "delete from makebadrsloc where mbl_mbrid=" + mbr_id;
-                    string delete2 = "delete from makebadrspart where mbp_mbrid=" + mbr_id;
-                    string delete3 = "delete from makebadrscom where mbc_mbrid=" + mbr_id;
-                    string delete4 = "delete from makebadreason where mbr_id=" + mbr_id;
+                    string delete1 = "delete from makebadrsloc where mbl_mbrid='" + mbr_id+"'";
+                    string delete2 = "delete from makebadrspart where mbp_mbrid='" + mbr_id+"'";
+                    string delete3 = "delete from makebadrscom where mbc_mbrid='" + mbr_id+"'";
+                    string delete4 = "delete from makebadreason where mbr_id='" + mbr_id+"'";
                     dh.ExecuteSQLTran(delete1, delete2, delete3, delete4);
                     OperatResult.AppendText(">>删除成功\n", Color.Green);
                     BaseUtil.CleanControlsText(bc_name, bc_code, bg_name, bg_code, mb_badremark, nrg_name, nr_name, nr_code, mbr_solutioncode, mbr_dutycode, mbc_component);

+ 2 - 2
UAS-MES/FunctionCode/Make/Make_TestCollection.Designer.cs

@@ -645,9 +645,9 @@
             this.Text = " ";
             this.Load += new System.EventHandler(this.TestCollection_Load);
             this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
-            this.panel2.ResumeLayout(false);
+            this.panel2.ResumeLayout(true);
             this.panel2.PerformLayout();
-            this.ResumeLayout(false);
+            this.ResumeLayout(true);
             this.PerformLayout();
 
         }