From 60600714709204a02b3ffd476af96fd35fb67370 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期三, 13 一月 2021 10:34:23 +0800 Subject: [PATCH] 增加裁切报表 --- SCM/单据资料/Gy_BarCodeDetailList.Designer.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" index 7300604..99f235f 100644 --- "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" +++ "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" @@ -1,7 +1,7 @@ 锘� -namespace SCM.鍗曟嵁璧勬枡 +namespace SCM { - partial class 鍒嗗垏妫�楠屾槑缁嗚〃 + partial class Gy_BarCodeDetailList { /// <summary> /// Required designer variable. @@ -29,7 +29,7 @@ /// </summary> private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(鍒嗗垏妫�楠屾槑缁嗚〃)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_BarCodeDetailList)); this.Tool = new System.Windows.Forms.ToolStrip(); this.cx = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); @@ -406,7 +406,7 @@ this.grdMain.Size = new System.Drawing.Size(882, 327); this.grdMain.TabIndex = 53; // - // 鍒嗗垏妫�楠屾槑缁嗚〃 + // Gy_BarCodeDetailList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -416,8 +416,8 @@ this.Controls.Add(this.pPic); this.Controls.Add(this.Tool); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.Name = "鍒嗗垏妫�楠屾槑缁嗚〃"; - this.Text = "鍒嗗垏妫�楠屾槑缁嗚〃"; + this.Name = "Gy_BarCodeDetailList"; + this.Text = "Gy_BarCodeDetailList"; this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); this.pPic.ResumeLayout(false); -- Gitblit v1.9.1