From 5614d12346dc567febdcc51e5533a3b98e67348d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 30 十二月 2024 15:12:51 +0800
Subject: [PATCH] 到货条码打印
---
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs
index cf09778..2e52cfb 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs
@@ -1050,7 +1050,6 @@
this.xtraTabPage2.Controls.Add(this.tabMx);
this.xtraTabPage2.Controls.Add(this.panel1);
this.xtraTabPage2.Name = "xtraTabPage2";
- this.xtraTabPage2.PageEnabled = false;
this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
//
@@ -1111,13 +1110,13 @@
//
// txt_bl017
//
- this.txt_bl017.EditValue = "鐢熶骇瓒呴";
+ this.txt_bl017.EditValue = "濮斿琛ユ枡";
this.txt_bl017.Location = new System.Drawing.Point(360, 88);
this.txt_bl017.Name = "txt_bl017";
this.txt_bl017.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_bl017.Properties.Items.AddRange(new object[] {
- "濮斿瓒呴"});
+ "濮斿琛ユ枡"});
this.txt_bl017.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txt_bl017.Size = new System.Drawing.Size(150, 24);
this.txt_bl017.TabIndex = 286;
@@ -1180,7 +1179,7 @@
this.picCheckBox.TabStop = false;
this.picCheckBox.Visible = false;
//
- // Frm_WwCl
+ // Frm_WwBl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -1188,7 +1187,7 @@
this.Controls.Add(this.picCheckBox);
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
- this.Name = "Frm_WwCl";
+ this.Name = "Frm_WwBl";
this.Text = "瓒呴鐢宠";
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).EndInit();
--
Gitblit v1.9.3