From f23d33d0cf77a73d449cd7c38effda9e50c8fda4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 06 三月 2025 08:13:37 +0800 Subject: [PATCH] 版面 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs | 83 ++++++++++++++++++++++++++++++----------- 1 files changed, 61 insertions(+), 22 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs index e2c6d33..0ecce60 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs @@ -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(); @@ -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; @@ -252,6 +255,9 @@ // // 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,7 +377,7 @@ 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 @@ -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; // @@ -1550,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