From f295cd95416fa3a141ecf4203fab9dc698cc70e4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 30 十二月 2024 17:01:23 +0800 Subject: [PATCH] 工单排产 --- DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs index d6a760c..e736103 100644 --- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs @@ -191,6 +191,7 @@ this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.panel1 = new System.Windows.Forms.Panel(); + this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint(); this.txt_daa022 = new DevExpress.XtraEditors.TextEdit(); this.lb_tbl013 = new DevExpress.XtraEditors.LabelControl(); this.txt_daa028 = new DevExpress.XtraEditors.TextEdit(); @@ -210,7 +211,6 @@ this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); this.picCheckBox = new System.Windows.Forms.PictureBox(); - this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint(); this.tabMxPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit(); @@ -2190,6 +2190,7 @@ this.gridColumn5.MaxWidth = 50; this.gridColumn5.MinWidth = 50; this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.Tag = "query_a.jabs"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 0; this.gridColumn5.Width = 50; @@ -2400,6 +2401,15 @@ this.panel1.Size = new System.Drawing.Size(1126, 231); this.panel1.TabIndex = 1; // + // ucBtnPrint1 + // + this.ucBtnPrint1.guidKey = null; + this.ucBtnPrint1.Location = new System.Drawing.Point(669, 184); + this.ucBtnPrint1.Name = "ucBtnPrint1"; + this.ucBtnPrint1.rptParameter = null; + this.ucBtnPrint1.Size = new System.Drawing.Size(214, 36); + this.ucBtnPrint1.TabIndex = 463; + // // txt_daa022 // this.txt_daa022.Enabled = false; @@ -2580,15 +2590,6 @@ this.picCheckBox.TabIndex = 6; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; - // - // ucBtnPrint1 - // - this.ucBtnPrint1.guidKey = null; - this.ucBtnPrint1.Location = new System.Drawing.Point(669, 184); - this.ucBtnPrint1.Name = "ucBtnPrint1"; - this.ucBtnPrint1.rptParameter = null; - this.ucBtnPrint1.Size = new System.Drawing.Size(214, 36); - this.ucBtnPrint1.TabIndex = 463; // // Frm_Womdaa // -- Gitblit v1.9.3