From d94055c5b6425b5315813f88e7f704b9b0aa4160 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 14 一月 2025 15:34:29 +0800
Subject: [PATCH] 委外
---
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs | 114 ++++++++++++++++++++++++++++++++++++--------------------
1 files changed, 73 insertions(+), 41 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
index ae89f61..7072ca3 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
@@ -67,11 +67,11 @@
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelMx1 = new DevExpress.XtraEditors.PanelControl();
+ this.txt_iCount_1 = new DevExpress.XtraEditors.TextEdit();
+ this.txt_psnQty_1 = new DevExpress.XtraEditors.TextEdit();
this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint();
this.lbMxGuid = new DevExpress.XtraEditors.LabelControl();
- this.txt_iCount_1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
- this.txt_psnQty_1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.txtKdy = new DevExpress.XtraEditors.TextEdit();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
@@ -137,6 +137,8 @@
this.txt_createBy = new DevExpress.XtraEditors.TextEdit();
this.lb_billNo = new DevExpress.XtraEditors.LabelControl();
this.txt_billNo = new DevExpress.XtraEditors.TextEdit();
+ this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.tabMxPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
@@ -197,12 +199,12 @@
this.gvMx2itemNo.AppearanceCell.Options.UseFont = true;
this.gvMx2itemNo.Caption = "鐗╂枡缂栫爜 ";
this.gvMx2itemNo.FieldName = "itemNo";
- this.gvMx2itemNo.MinWidth = 50;
+ this.gvMx2itemNo.MinWidth = 100;
this.gvMx2itemNo.Name = "gvMx2itemNo";
this.gvMx2itemNo.Tag = "query_a.ITEM_NO";
this.gvMx2itemNo.Visible = true;
this.gvMx2itemNo.VisibleIndex = 2;
- this.gvMx2itemNo.Width = 94;
+ this.gvMx2itemNo.Width = 100;
//
// gvMx2itemBarcode
//
@@ -210,12 +212,12 @@
this.gvMx2itemBarcode.AppearanceCell.Options.UseFont = true;
this.gvMx2itemBarcode.Caption = "鐗╂枡鏉$爜";
this.gvMx2itemBarcode.FieldName = "itemBarcode";
- this.gvMx2itemBarcode.MinWidth = 50;
+ this.gvMx2itemBarcode.MinWidth = 300;
this.gvMx2itemBarcode.Name = "gvMx2itemBarcode";
this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE";
this.gvMx2itemBarcode.Visible = true;
this.gvMx2itemBarcode.VisibleIndex = 1;
- this.gvMx2itemBarcode.Width = 94;
+ this.gvMx2itemBarcode.Width = 300;
//
// gvMx2guid
//
@@ -258,6 +260,8 @@
this.gridColumn18,
this.gridColumn14,
this.gvMx2oldqty,
+ this.gridColumn21,
+ this.gridColumn20,
this.gridColumn17,
this.gvBtnAlawys});
this.gvMx2.GridControl = this.gcMx2;
@@ -280,30 +284,30 @@
//
this.gridColumn18.Caption = "鐗╂枡鍚嶇О";
this.gridColumn18.FieldName = "itemName";
- this.gridColumn18.MinWidth = 25;
+ this.gridColumn18.MinWidth = 150;
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.Visible = true;
this.gridColumn18.VisibleIndex = 3;
- this.gridColumn18.Width = 94;
+ this.gridColumn18.Width = 150;
//
// gridColumn14
//
this.gridColumn14.Caption = "瑙勬牸鍨嬪彿";
this.gridColumn14.FieldName = "itemModel";
- this.gridColumn14.MinWidth = 25;
+ this.gridColumn14.MinWidth = 150;
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 4;
- this.gridColumn14.Width = 94;
+ this.gridColumn14.Width = 150;
//
// gridColumn17
//
this.gridColumn17.Caption = "鎵撳嵃鏃ユ湡";
this.gridColumn17.FieldName = "createDate";
- this.gridColumn17.MinWidth = 180;
+ this.gridColumn17.MinWidth = 10;
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
- this.gridColumn17.VisibleIndex = 6;
+ this.gridColumn17.VisibleIndex = 8;
this.gridColumn17.Width = 180;
//
// gvBtnAlawys
@@ -313,7 +317,7 @@
this.gvBtnAlawys.MinWidth = 25;
this.gvBtnAlawys.Name = "gvBtnAlawys";
this.gvBtnAlawys.Visible = true;
- this.gvBtnAlawys.VisibleIndex = 7;
+ this.gvBtnAlawys.VisibleIndex = 9;
this.gvBtnAlawys.Width = 94;
//
// repositoryItemButtonEdit1
@@ -564,11 +568,11 @@
//
// panelMx1
//
+ this.panelMx1.Controls.Add(this.txt_iCount_1);
+ this.panelMx1.Controls.Add(this.txt_psnQty_1);
this.panelMx1.Controls.Add(this.ucBtnPrint1);
this.panelMx1.Controls.Add(this.lbMxGuid);
- this.panelMx1.Controls.Add(this.txt_iCount_1);
this.panelMx1.Controls.Add(this.labelControl14);
- this.panelMx1.Controls.Add(this.txt_psnQty_1);
this.panelMx1.Controls.Add(this.labelControl12);
this.panelMx1.Controls.Add(this.txtKdy);
this.panelMx1.Controls.Add(this.labelControl13);
@@ -588,6 +592,34 @@
this.panelMx1.Size = new System.Drawing.Size(1342, 98);
this.panelMx1.TabIndex = 0;
//
+ // txt_iCount_1
+ //
+ this.txt_iCount_1.Location = new System.Drawing.Point(656, 4);
+ this.txt_iCount_1.Name = "txt_iCount_1";
+ this.txt_iCount_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.txt_iCount_1.Properties.Appearance.Options.UseFont = true;
+ this.txt_iCount_1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager));
+ this.txt_iCount_1.Properties.MaskSettings.Set("mask", "\\d+");
+ this.txt_iCount_1.Properties.UseMaskAsDisplayFormat = true;
+ this.txt_iCount_1.Size = new System.Drawing.Size(94, 28);
+ this.txt_iCount_1.TabIndex = 264;
+ this.txt_iCount_1.Tag = "ReadOnly";
+ this.txt_iCount_1.ToolTip = "璇疯緭鍏ユ潯鐮佸紶鏁�";
+ //
+ // txt_psnQty_1
+ //
+ this.txt_psnQty_1.Location = new System.Drawing.Point(656, 34);
+ this.txt_psnQty_1.Name = "txt_psnQty_1";
+ this.txt_psnQty_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true;
+ this.txt_psnQty_1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager));
+ this.txt_psnQty_1.Properties.MaskSettings.Set("mask", "\\d+");
+ this.txt_psnQty_1.Properties.UseMaskAsDisplayFormat = true;
+ this.txt_psnQty_1.Size = new System.Drawing.Size(94, 28);
+ this.txt_psnQty_1.TabIndex = 263;
+ this.txt_psnQty_1.Tag = "ReadOnly";
+ this.txt_psnQty_1.ToolTip = "璇疯緭鍏ユ瘡寮犳潯鐮佺殑鏁伴噺";
+ //
// ucBtnPrint1
//
this.ucBtnPrint1.guidKey = null;
@@ -606,39 +638,17 @@
this.lbMxGuid.Text = "lbMxGuid";
this.lbMxGuid.Visible = false;
//
- // txt_iCount_1
- //
- this.txt_iCount_1.Location = new System.Drawing.Point(654, 34);
- this.txt_iCount_1.Name = "txt_iCount_1";
- this.txt_iCount_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
- this.txt_iCount_1.Properties.Appearance.Options.UseFont = true;
- this.txt_iCount_1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager));
- this.txt_iCount_1.Properties.MaskSettings.Set("mask", "\\d+");
- this.txt_iCount_1.Size = new System.Drawing.Size(96, 28);
- this.txt_iCount_1.TabIndex = 228;
- //
// labelControl14
//
- this.labelControl14.Location = new System.Drawing.Point(543, 39);
+ this.labelControl14.Location = new System.Drawing.Point(545, 9);
this.labelControl14.Name = "labelControl14";
this.labelControl14.Size = new System.Drawing.Size(105, 18);
this.labelControl14.TabIndex = 227;
this.labelControl14.Text = "鎵撳嵃鏉$爜寮犳暟锛�";
//
- // txt_psnQty_1
- //
- this.txt_psnQty_1.Location = new System.Drawing.Point(654, 4);
- this.txt_psnQty_1.Name = "txt_psnQty_1";
- this.txt_psnQty_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
- this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true;
- this.txt_psnQty_1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager));
- this.txt_psnQty_1.Properties.MaskSettings.Set("mask", "\\d+");
- this.txt_psnQty_1.Size = new System.Drawing.Size(96, 28);
- this.txt_psnQty_1.TabIndex = 226;
- //
// labelControl12
//
- this.labelControl12.Location = new System.Drawing.Point(543, 9);
+ this.labelControl12.Location = new System.Drawing.Point(545, 39);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(105, 18);
this.labelControl12.TabIndex = 225;
@@ -1359,6 +1369,26 @@
this.txt_billNo.Size = new System.Drawing.Size(215, 28);
this.txt_billNo.TabIndex = 211;
//
+ // gridColumn20
+ //
+ this.gridColumn20.Caption = "鎵撳嵃浜�";
+ this.gridColumn20.FieldName = "createBy";
+ this.gridColumn20.MinWidth = 25;
+ this.gridColumn20.Name = "gridColumn20";
+ this.gridColumn20.Visible = true;
+ this.gridColumn20.VisibleIndex = 7;
+ this.gridColumn20.Width = 94;
+ //
+ // gridColumn21
+ //
+ this.gridColumn21.Caption = "鍗曚綅";
+ this.gridColumn21.FieldName = "dwName";
+ this.gridColumn21.MinWidth = 25;
+ this.gridColumn21.Name = "gridColumn21";
+ this.gridColumn21.Visible = true;
+ this.gridColumn21.VisibleIndex = 6;
+ this.gridColumn21.Width = 94;
+ //
// Frm_ArrivalBarcode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -1496,9 +1526,7 @@
private DevExpress.XtraEditors.LabelControl labelControl10;
private DevExpress.XtraEditors.TextEdit txtWlgg;
private DevExpress.XtraEditors.LabelControl labelControl9;
- private DevExpress.XtraEditors.TextEdit txt_iCount_1;
private DevExpress.XtraEditors.LabelControl labelControl14;
- private DevExpress.XtraEditors.TextEdit txt_psnQty_1;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.TextEdit txtKdy;
private DevExpress.XtraEditors.LabelControl labelControl13;
@@ -1516,5 +1544,9 @@
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
+ private DevExpress.XtraEditors.TextEdit txt_iCount_1;
+ private DevExpress.XtraEditors.TextEdit txt_psnQty_1;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
}
}
\ No newline at end of file
--
Gitblit v1.9.3