From 8dbc06ffc555112cccbcbc1d32d4aa87fddf44ee Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 03 一月 2025 08:29:56 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs | 87 ++++++++++++++++++++++--------------------- 1 files changed, 45 insertions(+), 42 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs index 0702e87..1386a5a 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs @@ -100,6 +100,8 @@ this.gv_fsubmit = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gv_modify1Flag = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); + this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_fcheckResu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gv_lotNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand16 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); @@ -126,8 +128,6 @@ this.gv_fcheckDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gv_checkQty = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gv_fcheckResu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand15 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gv_freceQty = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand23 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); @@ -689,13 +689,13 @@ // // txt_fbatchQty // - this.txt_fbatchQty.Enabled = false; this.txt_fbatchQty.Location = new System.Drawing.Point(702, 44); this.txt_fbatchQty.Name = "txt_fbatchQty"; this.txt_fbatchQty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fbatchQty.Properties.Appearance.Options.UseFont = true; this.txt_fbatchQty.Size = new System.Drawing.Size(66, 28); this.txt_fbatchQty.TabIndex = 222; + this.txt_fbatchQty.Tag = "readonly"; // // lb_fcheckBy // @@ -709,13 +709,13 @@ // // txt_fcheckBy // - this.txt_fcheckBy.Enabled = false; this.txt_fcheckBy.Location = new System.Drawing.Point(452, 44); this.txt_fcheckBy.Name = "txt_fcheckBy"; this.txt_fcheckBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fcheckBy.Properties.Appearance.Options.UseFont = true; this.txt_fcheckBy.Size = new System.Drawing.Size(150, 28); this.txt_fcheckBy.TabIndex = 217; + this.txt_fcheckBy.Tag = "readonly"; // // lb_fcheckDate // @@ -729,13 +729,13 @@ // // txt_fcheckDate // - this.txt_fcheckDate.Enabled = false; this.txt_fcheckDate.Location = new System.Drawing.Point(452, 10); this.txt_fcheckDate.Name = "txt_fcheckDate"; this.txt_fcheckDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fcheckDate.Properties.Appearance.Options.UseFont = true; this.txt_fcheckDate.Size = new System.Drawing.Size(150, 28); this.txt_fcheckDate.TabIndex = 216; + this.txt_fcheckDate.Tag = "readonly"; // // lb_releaseNo // @@ -749,13 +749,13 @@ // // txt_releaseNo // - this.txt_releaseNo.Enabled = false; this.txt_releaseNo.Location = new System.Drawing.Point(97, 10); this.txt_releaseNo.Name = "txt_releaseNo"; this.txt_releaseNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_releaseNo.Properties.Appearance.Options.UseFont = true; this.txt_releaseNo.Size = new System.Drawing.Size(266, 28); this.txt_releaseNo.TabIndex = 213; + this.txt_releaseNo.Tag = "readonly"; // // toolBarMenu1 // @@ -797,6 +797,7 @@ this.gridBand11, this.gridBand12, this.gridBand13, + this.gridBand9, this.gridBand14, this.gridBand16, this.gridBand18, @@ -925,7 +926,8 @@ this.gridBand13.Columns.Add(this.gv_modify1Flag); this.gridBand13.MinWidth = 50; this.gridBand13.Name = "gridBand13"; - this.gridBand13.VisibleIndex = 3; + this.gridBand13.Visible = false; + this.gridBand13.VisibleIndex = -1; this.gridBand13.Width = 50; // // gv_modify1Flag @@ -941,6 +943,30 @@ this.gv_modify1Flag.UnboundDataType = typeof(bool); this.gv_modify1Flag.Visible = true; this.gv_modify1Flag.Width = 50; + // + // gridBand9 + // + this.gridBand9.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand9.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridBand9.Caption = "妫�楠岀粨鏋�"; + this.gridBand9.Columns.Add(this.gv_fcheckResu); + this.gridBand9.MinWidth = 50; + this.gridBand9.Name = "gridBand9"; + this.gridBand9.VisibleIndex = 3; + this.gridBand9.Width = 50; + // + // gv_fcheckResu + // + this.gv_fcheckResu.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_fcheckResu.AppearanceCell.Options.UseFont = true; + this.gv_fcheckResu.Caption = "妫�楠岀粨鏋�"; + this.gv_fcheckResu.FieldName = "fcheckResu"; + this.gv_fcheckResu.MinWidth = 30; + this.gv_fcheckResu.Name = "gv_fcheckResu"; + this.gv_fcheckResu.OptionsColumn.AllowEdit = false; + this.gv_fcheckResu.Tag = "query_a.fcheck_resu"; + this.gv_fcheckResu.Visible = true; + this.gv_fcheckResu.Width = 50; // // gridBand14 // @@ -1165,12 +1191,11 @@ this.gridBand10, this.gridBand32, this.gridBand6, - this.gridBand9, this.gridBand15}); this.gridBand8.MinWidth = 300; this.gridBand8.Name = "gridBand8"; this.gridBand8.VisibleIndex = 11; - this.gridBand8.Width = 360; + this.gridBand8.Width = 300; // // gridBand10 // @@ -1179,7 +1204,7 @@ this.gridBand10.MinWidth = 60; this.gridBand10.Name = "gridBand10"; this.gridBand10.VisibleIndex = 0; - this.gridBand10.Width = 93; + this.gridBand10.Width = 118; // // gv_fcheckBy // @@ -1192,7 +1217,7 @@ this.gv_fcheckBy.OptionsColumn.AllowEdit = false; this.gv_fcheckBy.Tag = "query_a.fcheck_by"; this.gv_fcheckBy.Visible = true; - this.gv_fcheckBy.Width = 93; + this.gv_fcheckBy.Width = 118; // // gridBand32 // @@ -1200,7 +1225,7 @@ this.gridBand32.Columns.Add(this.gv_fcheckDate); this.gridBand32.Name = "gridBand32"; this.gridBand32.VisibleIndex = 1; - this.gridBand32.Width = 143; + this.gridBand32.Width = 182; // // gv_fcheckDate // @@ -1213,7 +1238,7 @@ this.gv_fcheckDate.OptionsColumn.AllowEdit = false; this.gv_fcheckDate.Tag = "query_a.fcheck_date"; this.gv_fcheckDate.Visible = true; - this.gv_fcheckDate.Width = 143; + this.gv_fcheckDate.Width = 182; // // gridBand6 // @@ -1237,28 +1262,6 @@ this.gv_checkQty.Tag = "query_a.check_qty"; this.gv_checkQty.Visible = true; this.gv_checkQty.Width = 50; - // - // gridBand9 - // - this.gridBand9.Caption = "妫�楠岀粨鏋�"; - this.gridBand9.Columns.Add(this.gv_fcheckResu); - this.gridBand9.MinWidth = 50; - this.gridBand9.Name = "gridBand9"; - this.gridBand9.VisibleIndex = 2; - this.gridBand9.Width = 124; - // - // gv_fcheckResu - // - this.gv_fcheckResu.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_fcheckResu.AppearanceCell.Options.UseFont = true; - this.gv_fcheckResu.Caption = "妫�楠岀粨鏋�"; - this.gv_fcheckResu.FieldName = "fcheckResu"; - this.gv_fcheckResu.MinWidth = 30; - this.gv_fcheckResu.Name = "gv_fcheckResu"; - this.gv_fcheckResu.OptionsColumn.AllowEdit = false; - this.gv_fcheckResu.Tag = "query_a.fcheck_resu"; - this.gv_fcheckResu.Visible = true; - this.gv_fcheckResu.Width = 124; // // gridBand15 // @@ -1789,16 +1792,17 @@ this.txt_suppName.Name = "txt_suppName"; this.txt_suppName.Size = new System.Drawing.Size(309, 24); this.txt_suppName.TabIndex = 801; + this.txt_suppName.Tag = "readonly"; // // txt_itemName // - this.txt_itemName.Enabled = false; this.txt_itemName.Location = new System.Drawing.Point(97, 44); this.txt_itemName.Name = "txt_itemName"; this.txt_itemName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemName.Properties.Appearance.Options.UseFont = true; this.txt_itemName.Size = new System.Drawing.Size(266, 28); this.txt_itemName.TabIndex = 800; + this.txt_itemName.Tag = "readonly"; // // labelControl4 // @@ -1812,11 +1816,11 @@ // // txt_fcheckResu // - this.txt_fcheckResu.Enabled = false; this.txt_fcheckResu.Location = new System.Drawing.Point(452, 78); this.txt_fcheckResu.Name = "txt_fcheckResu"; this.txt_fcheckResu.Size = new System.Drawing.Size(150, 24); this.txt_fcheckResu.TabIndex = 798; + this.txt_fcheckResu.Tag = "readonly"; // // txt_lotNo1 // @@ -1857,14 +1861,13 @@ // // txt_itemModel // - this.txt_itemModel.Enabled = false; this.txt_itemModel.Location = new System.Drawing.Point(97, 109); this.txt_itemModel.Name = "txt_itemModel"; this.txt_itemModel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemModel.Properties.Appearance.Options.UseFont = true; this.txt_itemModel.Size = new System.Drawing.Size(266, 64); this.txt_itemModel.TabIndex = 792; - this.txt_itemModel.Tag = "itemName"; + this.txt_itemModel.Tag = "readonly"; // // lb_itemModel // @@ -1888,13 +1891,13 @@ // // txt_itemNo // - this.txt_itemNo.Enabled = false; this.txt_itemNo.Location = new System.Drawing.Point(97, 76); this.txt_itemNo.Name = "txt_itemNo"; this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemNo.Properties.Appearance.Options.UseFont = true; this.txt_itemNo.Size = new System.Drawing.Size(266, 28); this.txt_itemNo.TabIndex = 789; + this.txt_itemNo.Tag = "readonly"; // // labelControl1 // @@ -1957,13 +1960,13 @@ // // txt_lotNo // - this.txt_lotNo.Enabled = false; this.txt_lotNo.Location = new System.Drawing.Point(702, 10); this.txt_lotNo.Name = "txt_lotNo"; this.txt_lotNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lotNo.Properties.Appearance.Options.UseFont = true; this.txt_lotNo.Size = new System.Drawing.Size(150, 28); this.txt_lotNo.TabIndex = 262; + this.txt_lotNo.Tag = "readonly"; // // picCheckBox // @@ -2171,6 +2174,7 @@ private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand11; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand12; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand13; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand9; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand14; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand16; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand18; @@ -2185,7 +2189,6 @@ private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand10; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand32; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand6; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand9; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand15; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand23; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand26; -- Gitblit v1.9.3