From e6a7247a28acc148d8f4099ab4b02064e808d11f Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 17 十二月 2024 11:10:20 +0800 Subject: [PATCH] 打印 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs index 1981f34..9451777 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs @@ -59,7 +59,7 @@ this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.kyPrtQty = new DevExpress.XtraEditors.TextEdit(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); - this.textEdit6 = new DevExpress.XtraEditors.TextEdit(); + this.txtYdy = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txtQuantity = new DevExpress.XtraEditors.TextEdit(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); @@ -141,7 +141,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty_1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kyPrtQty.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtYdy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlgg.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlmc.Properties)).BeginInit(); @@ -388,7 +388,7 @@ this.panelMx1.Controls.Add(this.labelControl12); this.panelMx1.Controls.Add(this.kyPrtQty); this.panelMx1.Controls.Add(this.labelControl13); - this.panelMx1.Controls.Add(this.textEdit6); + this.panelMx1.Controls.Add(this.txtYdy); this.panelMx1.Controls.Add(this.labelControl1); this.panelMx1.Controls.Add(this.txtQuantity); this.panelMx1.Controls.Add(this.labelControl10); @@ -465,15 +465,15 @@ this.labelControl13.TabIndex = 223; this.labelControl13.Text = "鍙墦鍗版�绘暟锛�"; // - // textEdit6 + // txtYdy // - this.textEdit6.Location = new System.Drawing.Point(430, 34); - this.textEdit6.Name = "textEdit6"; - this.textEdit6.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.textEdit6.Properties.Appearance.Options.UseFont = true; - this.textEdit6.Properties.ReadOnly = true; - this.textEdit6.Size = new System.Drawing.Size(96, 28); - this.textEdit6.TabIndex = 222; + this.txtYdy.Location = new System.Drawing.Point(430, 34); + this.txtYdy.Name = "txtYdy"; + this.txtYdy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txtYdy.Properties.Appearance.Options.UseFont = true; + this.txtYdy.Properties.ReadOnly = true; + this.txtYdy.Size = new System.Drawing.Size(96, 28); + this.txtYdy.TabIndex = 222; // // labelControl1 // @@ -1361,7 +1361,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty_1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kyPrtQty.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtYdy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlgg.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlmc.Properties)).EndInit(); @@ -1484,7 +1484,7 @@ private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.TextEdit kyPrtQty; private DevExpress.XtraEditors.LabelControl labelControl13; - private DevExpress.XtraEditors.TextEdit textEdit6; + private DevExpress.XtraEditors.TextEdit txtYdy; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit txtQuantity; private DevExpress.XtraEditors.LabelControl labelControl10; -- Gitblit v1.9.3