From edeca77b86b4dac6ab00dced2420a5fd92c1d604 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 05 三月 2025 08:53:43 +0800
Subject: [PATCH] 委外退料
---
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs | 161 +++++++++++++++++++++++++++++++++--------------------
1 files changed, 101 insertions(+), 60 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
index 0552f35..0ecce60 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
@@ -29,11 +29,11 @@
/// </summary>
private void InitializeComponent()
{
- DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
this.gvMx2oldqty = new DevExpress.XtraGrid.Columns.GridColumn();
this.gvMx2itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.gvMx2itemBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -47,6 +47,9 @@
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gvBtnAlawys = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -125,7 +128,7 @@
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
- this.txt_percentage = new DevExpress.XtraEditors.TextEdit();
+ this.txt_barcodeProgress = new DevExpress.XtraEditors.TextEdit();
this.lbGuid = new System.Windows.Forms.Label();
this.lb_urgentFlag = new DevExpress.XtraEditors.LabelControl();
this.lb_fstatus = new DevExpress.XtraEditors.LabelControl();
@@ -172,7 +175,7 @@
((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_depotsCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_gysName.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_percentage.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_barcodeProgress.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_insDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
@@ -184,8 +187,8 @@
//
this.gvMx2oldqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gvMx2oldqty.AppearanceCell.Options.UseFont = true;
- this.gvMx2oldqty.Caption = "鍘熷鏁伴噺 ";
- this.gvMx2oldqty.FieldName = "oldqty";
+ this.gvMx2oldqty.Caption = "鏁伴噺";
+ this.gvMx2oldqty.FieldName = "quantity";
this.gvMx2oldqty.MinWidth = 50;
this.gvMx2oldqty.Name = "gvMx2oldqty";
this.gvMx2oldqty.Tag = "query_a.OLDQTY";
@@ -199,7 +202,7 @@
this.gvMx2itemNo.AppearanceCell.Options.UseFont = true;
this.gvMx2itemNo.Caption = "鐗╂枡缂栫爜 ";
this.gvMx2itemNo.FieldName = "itemNo";
- this.gvMx2itemNo.MinWidth = 100;
+ this.gvMx2itemNo.MinWidth = 50;
this.gvMx2itemNo.Name = "gvMx2itemNo";
this.gvMx2itemNo.Tag = "query_a.ITEM_NO";
this.gvMx2itemNo.Visible = true;
@@ -212,7 +215,7 @@
this.gvMx2itemBarcode.AppearanceCell.Options.UseFont = true;
this.gvMx2itemBarcode.Caption = "鐗╂枡鏉$爜";
this.gvMx2itemBarcode.FieldName = "itemBarcode";
- this.gvMx2itemBarcode.MinWidth = 300;
+ this.gvMx2itemBarcode.MinWidth = 50;
this.gvMx2itemBarcode.Name = "gvMx2itemBarcode";
this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE";
this.gvMx2itemBarcode.Visible = true;
@@ -234,7 +237,7 @@
//
this.tabMxPage2.Controls.Add(this.gcMx2);
this.tabMxPage2.Name = "tabMxPage2";
- this.tabMxPage2.Size = new System.Drawing.Size(1342, 383);
+ this.tabMxPage2.Size = new System.Drawing.Size(1342, 395);
this.tabMxPage2.Text = "宸叉墦鏉$爜淇℃伅";
//
// gcMx2
@@ -245,13 +248,16 @@
this.gcMx2.Name = "gcMx2";
this.gcMx2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit1});
- this.gcMx2.Size = new System.Drawing.Size(1342, 383);
+ this.gcMx2.Size = new System.Drawing.Size(1342, 395);
this.gcMx2.TabIndex = 0;
this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvMx2});
//
// gvMx2
//
+ this.gvMx2.Appearance.HeaderPanel.Options.UseTextOptions = true;
+ this.gvMx2.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
+ this.gvMx2.ColumnPanelRowHeight = 50;
this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gvMx2guid,
this.gridColumn16,
@@ -263,6 +269,9 @@
this.gridColumn21,
this.gridColumn20,
this.gridColumn17,
+ this.gridColumn22,
+ this.gridColumn23,
+ this.gridColumn24,
this.gvBtnAlawys});
this.gvMx2.GridControl = this.gcMx2;
this.gvMx2.Name = "gvMx2";
@@ -273,18 +282,19 @@
// gridColumn16
//
this.gridColumn16.Caption = "鏄惁鍏ュ簱";
- this.gridColumn16.FieldName = "icount";
- this.gridColumn16.MinWidth = 25;
+ this.gridColumn16.FieldName = "isRk";
+ this.gridColumn16.MaxWidth = 50;
+ this.gridColumn16.MinWidth = 50;
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.Visible = true;
this.gridColumn16.VisibleIndex = 0;
- this.gridColumn16.Width = 94;
+ this.gridColumn16.Width = 50;
//
// gridColumn18
//
this.gridColumn18.Caption = "鐗╂枡鍚嶇О";
this.gridColumn18.FieldName = "itemName";
- this.gridColumn18.MinWidth = 150;
+ this.gridColumn18.MinWidth = 50;
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.Visible = true;
this.gridColumn18.VisibleIndex = 3;
@@ -294,7 +304,7 @@
//
this.gridColumn14.Caption = "瑙勬牸鍨嬪彿";
this.gridColumn14.FieldName = "itemModel";
- this.gridColumn14.MinWidth = 150;
+ this.gridColumn14.MinWidth = 50;
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 4;
@@ -312,7 +322,7 @@
//
// gridColumn20
//
- this.gridColumn20.Caption = "鎵撳嵃浜�";
+ this.gridColumn20.Caption = "鎵撶爜浜�";
this.gridColumn20.FieldName = "createBy";
this.gridColumn20.MinWidth = 25;
this.gridColumn20.Name = "gridColumn20";
@@ -322,13 +332,43 @@
//
// gridColumn17
//
- this.gridColumn17.Caption = "鎵撳嵃鏃ユ湡";
+ this.gridColumn17.Caption = "鎵撶爜鏃ユ湡";
this.gridColumn17.FieldName = "createDate";
this.gridColumn17.MinWidth = 10;
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
this.gridColumn17.VisibleIndex = 8;
this.gridColumn17.Width = 180;
+ //
+ // gridColumn22
+ //
+ this.gridColumn22.Caption = "鍏ュ簱浜�";
+ this.gridColumn22.FieldName = "rkUser";
+ this.gridColumn22.MinWidth = 25;
+ this.gridColumn22.Name = "gridColumn22";
+ this.gridColumn22.Visible = true;
+ this.gridColumn22.VisibleIndex = 9;
+ this.gridColumn22.Width = 94;
+ //
+ // gridColumn23
+ //
+ this.gridColumn23.Caption = "鍏ュ簱鏃ユ湡";
+ this.gridColumn23.FieldName = "rkDate";
+ this.gridColumn23.MinWidth = 25;
+ this.gridColumn23.Name = "gridColumn23";
+ this.gridColumn23.Visible = true;
+ this.gridColumn23.VisibleIndex = 10;
+ this.gridColumn23.Width = 94;
+ //
+ // gridColumn24
+ //
+ this.gridColumn24.Caption = "鍏ュ簱浣�";
+ this.gridColumn24.FieldName = "rkPositon";
+ this.gridColumn24.MinWidth = 25;
+ this.gridColumn24.Name = "gridColumn24";
+ this.gridColumn24.Visible = true;
+ this.gridColumn24.VisibleIndex = 11;
+ this.gridColumn24.Width = 94;
//
// gvBtnAlawys
//
@@ -337,16 +377,16 @@
this.gvBtnAlawys.MinWidth = 25;
this.gvBtnAlawys.Name = "gvBtnAlawys";
this.gvBtnAlawys.Visible = true;
- this.gvBtnAlawys.VisibleIndex = 9;
+ this.gvBtnAlawys.VisibleIndex = 12;
this.gvBtnAlawys.Width = 94;
//
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false;
- editorButtonImageOptions2.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
- editorButtonImageOptions2.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
+ editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
+ editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "绉诲嚭", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "绉诲嚭", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
@@ -438,7 +478,7 @@
this.gvMx1ebeln.AppearanceCell.Options.UseFont = true;
this.gvMx1ebeln.Caption = "ERP閲囪喘鍗曞彿";
this.gvMx1ebeln.FieldName = "ebeln";
- this.gvMx1ebeln.MinWidth = 120;
+ this.gvMx1ebeln.MinWidth = 50;
this.gvMx1ebeln.Name = "gvMx1ebeln";
this.gvMx1ebeln.OptionsColumn.ReadOnly = true;
this.gvMx1ebeln.Tag = "query_a.ebeln";
@@ -450,7 +490,7 @@
//
this.gridColumn4.Caption = "鐗╂枡缂栧彿";
this.gridColumn4.FieldName = "itemNo";
- this.gridColumn4.MinWidth = 100;
+ this.gridColumn4.MinWidth = 50;
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.ReadOnly = true;
this.gridColumn4.Visible = true;
@@ -463,7 +503,7 @@
this.gvMx1boardStyle.AppearanceCell.Options.UseFont = true;
this.gvMx1boardStyle.Caption = "鐗╂枡鍚嶇О";
this.gvMx1boardStyle.FieldName = "itemName";
- this.gvMx1boardStyle.MinWidth = 180;
+ this.gvMx1boardStyle.MinWidth = 50;
this.gvMx1boardStyle.Name = "gvMx1boardStyle";
this.gvMx1boardStyle.OptionsColumn.ReadOnly = true;
this.gvMx1boardStyle.Tag = "query_a.board_style";
@@ -475,7 +515,7 @@
//
this.gridColumn6.Caption = "鐗╂枡瑙勬牸";
this.gridColumn6.FieldName = "itemModel";
- this.gridColumn6.MinWidth = 125;
+ this.gridColumn6.MinWidth = 50;
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 4;
@@ -618,8 +658,6 @@
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;
@@ -632,8 +670,6 @@
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;
@@ -643,9 +679,9 @@
// ucBtnPrint1
//
this.ucBtnPrint1.guidKey = null;
- this.ucBtnPrint1.Location = new System.Drawing.Point(541, 59);
+ this.ucBtnPrint1.Location = new System.Drawing.Point(541, 61);
this.ucBtnPrint1.Name = "ucBtnPrint1";
- this.ucBtnPrint1.rptParameter = null;
+ this.ucBtnPrint1.rptParameter = "rpt_daa";
this.ucBtnPrint1.Size = new System.Drawing.Size(218, 41);
this.ucBtnPrint1.TabIndex = 232;
//
@@ -679,7 +715,9 @@
this.txtKdy.Location = new System.Drawing.Point(430, 65);
this.txtKdy.Name = "txtKdy";
this.txtKdy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.txtKdy.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
this.txtKdy.Properties.Appearance.Options.UseFont = true;
+ this.txtKdy.Properties.Appearance.Options.UseForeColor = true;
this.txtKdy.Properties.ReadOnly = true;
this.txtKdy.Size = new System.Drawing.Size(96, 28);
this.txtKdy.TabIndex = 224;
@@ -846,7 +884,7 @@
this.gv_insDate.AppearanceCell.Options.UseFont = true;
this.gv_insDate.Caption = "鏉ユ枡鏃ユ湡";
this.gv_insDate.FieldName = "insDate";
- this.gv_insDate.MinWidth = 180;
+ this.gv_insDate.MinWidth = 50;
this.gv_insDate.Name = "gv_insDate";
this.gv_insDate.OptionsColumn.AllowEdit = false;
this.gv_insDate.Tag = "query_a.ins_date";
@@ -860,7 +898,7 @@
this.gv_checkDate.AppearanceCell.Options.UseFont = true;
this.gv_checkDate.Caption = "鎻愪氦鏃ユ湡";
this.gv_checkDate.FieldName = "checkDate";
- this.gv_checkDate.MinWidth = 180;
+ this.gv_checkDate.MinWidth = 50;
this.gv_checkDate.Name = "gv_checkDate";
this.gv_checkDate.OptionsColumn.AllowEdit = false;
this.gv_checkDate.Tag = "query_a.check_date";
@@ -917,7 +955,7 @@
this.gv_billNo.AppearanceCell.Options.UseFont = true;
this.gv_billNo.Caption = "鍒拌揣鍗曞彿";
this.gv_billNo.FieldName = "billNo";
- this.gv_billNo.MinWidth = 120;
+ this.gv_billNo.MinWidth = 50;
this.gv_billNo.Name = "gv_billNo";
this.gv_billNo.OptionsColumn.AllowEdit = false;
this.gv_billNo.Tag = "query_a.bill_no";
@@ -989,7 +1027,7 @@
//
this.gridColumn13.Caption = "鏀舵枡缁勭粐";
this.gridColumn13.FieldName = "receivingOrg";
- this.gridColumn13.MinWidth = 250;
+ this.gridColumn13.MinWidth = 50;
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.Tag = "org.fnamber";
this.gridColumn13.Visible = true;
@@ -1012,7 +1050,7 @@
//
this.gridColumn2.Caption = "渚涘簲鍟嗗悕绉�";
this.gridColumn2.FieldName = "suppName";
- this.gridColumn2.MinWidth = 200;
+ this.gridColumn2.MinWidth = 50;
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.OptionsColumn.AllowEdit = false;
this.gridColumn2.Visible = true;
@@ -1116,7 +1154,7 @@
this.panel1.Controls.Add(this.labelControl1);
this.panel1.Controls.Add(this.labelControl2);
this.panel1.Controls.Add(this.labelControl3);
- this.panel1.Controls.Add(this.txt_percentage);
+ this.panel1.Controls.Add(this.txt_barcodeProgress);
this.panel1.Controls.Add(this.lbGuid);
this.panel1.Controls.Add(this.lb_urgentFlag);
this.panel1.Controls.Add(this.lb_fstatus);
@@ -1143,7 +1181,7 @@
this.txt_dptName.Name = "txt_dptName";
this.txt_dptName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_dptName.Properties.Appearance.Options.UseFont = true;
- this.txt_dptName.Size = new System.Drawing.Size(215, 28);
+ this.txt_dptName.Size = new System.Drawing.Size(228, 28);
this.txt_dptName.TabIndex = 468;
//
// txt_gysNo
@@ -1152,7 +1190,7 @@
this.txt_gysNo.Name = "txt_gysNo";
this.txt_gysNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_gysNo.Properties.Appearance.Options.UseFont = true;
- this.txt_gysNo.Size = new System.Drawing.Size(230, 28);
+ this.txt_gysNo.Size = new System.Drawing.Size(234, 28);
this.txt_gysNo.TabIndex = 467;
//
// txt_fstatus
@@ -1187,7 +1225,7 @@
this.txt_paperBillNo.Name = "txt_paperBillNo";
this.txt_paperBillNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true;
- this.txt_paperBillNo.Size = new System.Drawing.Size(215, 28);
+ this.txt_paperBillNo.Size = new System.Drawing.Size(228, 28);
this.txt_paperBillNo.TabIndex = 463;
//
// txt_depotsCode
@@ -1196,7 +1234,7 @@
this.txt_depotsCode.Name = "txt_depotsCode";
this.txt_depotsCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_depotsCode.Properties.Appearance.Options.UseFont = true;
- this.txt_depotsCode.Size = new System.Drawing.Size(215, 28);
+ this.txt_depotsCode.Size = new System.Drawing.Size(228, 28);
this.txt_depotsCode.TabIndex = 462;
//
// labelControl4
@@ -1224,7 +1262,7 @@
this.txt_gysName.Name = "txt_gysName";
this.txt_gysName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_gysName.Properties.Appearance.Options.UseFont = true;
- this.txt_gysName.Size = new System.Drawing.Size(230, 28);
+ this.txt_gysName.Size = new System.Drawing.Size(234, 28);
this.txt_gysName.TabIndex = 459;
//
// labelControl1
@@ -1251,20 +1289,20 @@
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl3.Appearance.Options.UseFont = true;
- this.labelControl3.Location = new System.Drawing.Point(884, 87);
+ this.labelControl3.Location = new System.Drawing.Point(653, 116);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(102, 21);
this.labelControl3.TabIndex = 341;
this.labelControl3.Text = "鏉$爜鎵撳嵃姣旂巼";
//
- // txt_percentage
+ // txt_barcodeProgress
//
- this.txt_percentage.Location = new System.Drawing.Point(993, 83);
- this.txt_percentage.Name = "txt_percentage";
- this.txt_percentage.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
- this.txt_percentage.Properties.Appearance.Options.UseFont = true;
- this.txt_percentage.Size = new System.Drawing.Size(60, 28);
- this.txt_percentage.TabIndex = 342;
+ this.txt_barcodeProgress.Location = new System.Drawing.Point(761, 112);
+ this.txt_barcodeProgress.Name = "txt_barcodeProgress";
+ this.txt_barcodeProgress.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.txt_barcodeProgress.Properties.Appearance.Options.UseFont = true;
+ this.txt_barcodeProgress.Size = new System.Drawing.Size(143, 28);
+ this.txt_barcodeProgress.TabIndex = 342;
//
// lbGuid
//
@@ -1310,7 +1348,7 @@
this.txt_insDate.Name = "txt_insDate";
this.txt_insDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_insDate.Properties.Appearance.Options.UseFont = true;
- this.txt_insDate.Size = new System.Drawing.Size(150, 28);
+ this.txt_insDate.Size = new System.Drawing.Size(180, 28);
this.txt_insDate.TabIndex = 258;
//
// lb_checkDate
@@ -1329,7 +1367,7 @@
this.txt_checkDate.Name = "txt_checkDate";
this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
- this.txt_checkDate.Size = new System.Drawing.Size(150, 28);
+ this.txt_checkDate.Size = new System.Drawing.Size(180, 28);
this.txt_checkDate.TabIndex = 252;
//
// lb_remark
@@ -1348,7 +1386,7 @@
this.txt_remark.Name = "txt_remark";
this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_remark.Properties.Appearance.Options.UseFont = true;
- this.txt_remark.Size = new System.Drawing.Size(527, 28);
+ this.txt_remark.Size = new System.Drawing.Size(540, 28);
this.txt_remark.TabIndex = 235;
//
// lb_createBy
@@ -1367,7 +1405,7 @@
this.txt_createBy.Name = "txt_createBy";
this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_createBy.Properties.Appearance.Options.UseFont = true;
- this.txt_createBy.Size = new System.Drawing.Size(150, 28);
+ this.txt_createBy.Size = new System.Drawing.Size(180, 28);
this.txt_createBy.TabIndex = 217;
//
// lb_billNo
@@ -1386,7 +1424,7 @@
this.txt_billNo.Name = "txt_billNo";
this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_billNo.Properties.Appearance.Options.UseFont = true;
- this.txt_billNo.Size = new System.Drawing.Size(230, 28);
+ this.txt_billNo.Size = new System.Drawing.Size(234, 28);
this.txt_billNo.TabIndex = 211;
//
// Frm_ArrivalBarcode
@@ -1433,7 +1471,7 @@
((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_depotsCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_gysName.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_percentage.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_barcodeProgress.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_insDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
@@ -1487,7 +1525,7 @@
private DevExpress.XtraEditors.LabelControl lb_billNo;
private DevExpress.XtraEditors.TextEdit txt_billNo;
private DevExpress.XtraEditors.LabelControl labelControl3;
- private DevExpress.XtraEditors.TextEdit txt_percentage;
+ private DevExpress.XtraEditors.TextEdit txt_barcodeProgress;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
@@ -1548,5 +1586,8 @@
private DevExpress.XtraEditors.TextEdit txt_psnQty_1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn22;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn24;
}
}
\ No newline at end of file
--
Gitblit v1.9.3