From 0dedc3c9f9810310a31bce7d49cb31033202e3ac Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 14 一月 2025 17:47:36 +0800 Subject: [PATCH] 委外退料 --- DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs index 958ec82..680e094 100644 --- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs @@ -138,11 +138,11 @@ this.txt_tbl020 = new DevExpress.XtraEditors.CheckEdit(); this.txt_tbl013 = new DevExpress.XtraEditors.CheckEdit(); this.txt_tbl005 = new DevExpress.XtraEditors.ComboBoxEdit(); - this.txt_tbl002 = new Gs.DevApp.UserControl.UcLookDaa(); this.btnSelect = new DevExpress.XtraEditors.SimpleButton(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); this.picCheckBox = new System.Windows.Forms.PictureBox(); + this.txt_tbl002 = new Gs.DevApp.UserControl.UcLookWwgd(); this.tabMxPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); @@ -1372,10 +1372,10 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.txt_tbl002); this.panel1.Controls.Add(this.txt_tbl020); this.panel1.Controls.Add(this.txt_tbl013); this.panel1.Controls.Add(this.txt_tbl005); - this.panel1.Controls.Add(this.txt_tbl002); this.panel1.Controls.Add(this.btnSelect); this.panel1.Controls.Add(this.labelControl11); this.panel1.Controls.Add(this.lbGuid); @@ -1437,14 +1437,6 @@ this.txt_tbl005.Size = new System.Drawing.Size(150, 24); this.txt_tbl005.TabIndex = 459; // - // txt_tbl002 - // - this.txt_tbl002.IsReadly = false; - this.txt_tbl002.Location = new System.Drawing.Point(85, 50); - this.txt_tbl002.Name = "txt_tbl002"; - this.txt_tbl002.Size = new System.Drawing.Size(150, 28); - this.txt_tbl002.TabIndex = 458; - // // btnSelect // this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16; @@ -1483,6 +1475,14 @@ this.picCheckBox.TabIndex = 5; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; + // + // txt_tbl002 + // + this.txt_tbl002.IsReadly = false; + this.txt_tbl002.Location = new System.Drawing.Point(85, 48); + this.txt_tbl002.Name = "txt_tbl002"; + this.txt_tbl002.Size = new System.Drawing.Size(165, 28); + this.txt_tbl002.TabIndex = 462; // // Frm_WwTbl // @@ -1639,7 +1639,6 @@ private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.TextEdit txtWlid; private DevExpress.XtraEditors.LabelControl labelControl7; - private UserControl.UcLookDaa txt_tbl002; private DevExpress.XtraEditors.ComboBoxEdit txt_tbl005; private DevExpress.XtraEditors.CheckEdit txt_tbl020; private DevExpress.XtraEditors.CheckEdit txt_tbl013; @@ -1659,5 +1658,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; + private UserControl.UcLookWwgd txt_tbl002; } } \ No newline at end of file -- Gitblit v1.9.3