From f27cfedfc3cbe9b448319f9bdfc93b3ae817b21a Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 11 七月 2025 09:13:52 +0800 Subject: [PATCH] 首检 --- DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs | 350 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 175 insertions(+), 175 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs index 9a17935..4d6961b 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs @@ -34,36 +34,36 @@ this.split1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); - this.gv_guid = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_itemBarcode = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_itemId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridColumn3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridColumn4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_depotId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_quantity = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridColumn6 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_ownerType = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_ownerId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.pageBar1 = new UserControls.Data.UcPageBar(); this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_guid = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_itemBarcode = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_itemId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridColumn3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridColumn4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_depotId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_quantity = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridColumn6 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand15 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_ownerType = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gv_ownerId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); + this.pageBar1 = new UserControls.Data.UcPageBar(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -183,6 +183,18 @@ this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; // + // gridBand1 + // + this.gridBand1.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + this.gridBand1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridBand1.Caption = "閲囪喘鏄庣粏GUID"; + this.gridBand1.Columns.Add(this.gv_guid); + this.gridBand1.Name = "gridBand1"; + this.gridBand1.Visible = false; + this.gridBand1.VisibleIndex = -1; + this.gridBand1.Width = 95; + // // gv_guid // this.gv_guid.AppearanceCell.Options.UseFont = true; @@ -194,6 +206,16 @@ this.gv_guid.Tag = "query_a.guid"; this.gv_guid.Visible = true; this.gv_guid.Width = 95; + // + // gridBand4 + // + this.gridBand4.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + this.gridBand4.Caption = "閲囪喘鍗曞彿"; + this.gridBand4.Columns.Add(this.gv_itemBarcode); + this.gridBand4.Name = "gridBand4"; + this.gridBand4.VisibleIndex = 0; + this.gridBand4.Width = 77; // // gv_itemBarcode // @@ -207,6 +229,15 @@ this.gv_itemBarcode.Visible = true; this.gv_itemBarcode.Width = 77; // + // gridBand7 + // + this.gridBand7.Caption = "鐗╂枡ID"; + this.gridBand7.Columns.Add(this.gv_itemId); + this.gridBand7.Name = "gridBand7"; + this.gridBand7.Visible = false; + this.gridBand7.VisibleIndex = -1; + this.gridBand7.Width = 74; + // // gv_itemId // this.gv_itemId.AppearanceCell.Options.UseFont = true; @@ -219,6 +250,14 @@ this.gv_itemId.Visible = true; this.gv_itemId.Width = 74; // + // gridBand8 + // + this.gridBand8.Caption = "鐗╂枡缂栫爜"; + this.gridBand8.Columns.Add(this.gridColumn3); + this.gridBand8.Name = "gridBand8"; + this.gridBand8.VisibleIndex = 1; + this.gridBand8.Width = 77; + // // gridColumn3 // this.gridColumn3.Caption = "鐗╂枡缂栫爜"; @@ -227,6 +266,14 @@ this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.Width = 77; + // + // gridBand9 + // + this.gridBand9.Caption = "鐗╂枡鍚嶇О"; + this.gridBand9.Columns.Add(this.gridColumn2); + this.gridBand9.Name = "gridBand9"; + this.gridBand9.VisibleIndex = 2; + this.gridBand9.Width = 77; // // gridColumn2 // @@ -237,6 +284,14 @@ this.gridColumn2.Visible = true; this.gridColumn2.Width = 77; // + // gridBand10 + // + this.gridBand10.Caption = "瑙勬牸鍨嬪彿"; + this.gridBand10.Columns.Add(this.gridColumn4); + this.gridBand10.Name = "gridBand10"; + this.gridBand10.VisibleIndex = 3; + this.gridBand10.Width = 77; + // // gridColumn4 // this.gridColumn4.Caption = "瑙勬牸鍨嬪彿"; @@ -245,6 +300,17 @@ this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.Width = 77; + // + // gridBand11 + // + this.gridBand11.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand11.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridBand11.Caption = "閲囪喘鍗曚綅"; + this.gridBand11.Columns.Add(this.gv_depotId); + this.gridBand11.MinWidth = 30; + this.gridBand11.Name = "gridBand11"; + this.gridBand11.VisibleIndex = 4; + this.gridBand11.Width = 77; // // gv_depotId // @@ -257,6 +323,19 @@ this.gv_depotId.Tag = "query_a.DEPOT_ID"; this.gv_depotId.Visible = true; this.gv_depotId.Width = 77; + // + // gridBand12 + // + this.gridBand12.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; + this.gridBand12.AppearanceHeader.Options.UseForeColor = true; + this.gridBand12.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand12.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridBand12.Caption = "閲囪喘鍗曟暟閲�"; + this.gridBand12.Columns.Add(this.gv_quantity); + this.gridBand12.MinWidth = 50; + this.gridBand12.Name = "gridBand12"; + this.gridBand12.VisibleIndex = 5; + this.gridBand12.Width = 60; // // gv_quantity // @@ -274,6 +353,19 @@ this.gv_quantity.Visible = true; this.gv_quantity.Width = 60; // + // gridBand13 + // + this.gridBand13.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; + this.gridBand13.AppearanceHeader.Options.UseForeColor = true; + this.gridBand13.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand13.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridBand13.Caption = "绱瀹炲叆搴�"; + this.gridBand13.Columns.Add(this.gridColumn6); + this.gridBand13.MinWidth = 50; + this.gridBand13.Name = "gridBand13"; + this.gridBand13.VisibleIndex = 6; + this.gridBand13.Width = 60; + // // gridColumn6 // this.gridColumn6.AppearanceCell.ForeColor = System.Drawing.Color.Blue; @@ -286,6 +378,19 @@ new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "qtySjrk", "鍚堣={0:0.##}")}); this.gridColumn6.Visible = true; this.gridColumn6.Width = 60; + // + // gridBand14 + // + this.gridBand14.AppearanceHeader.ForeColor = System.Drawing.Color.Red; + this.gridBand14.AppearanceHeader.Options.UseForeColor = true; + this.gridBand14.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand14.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridBand14.Caption = "鎬绘瑺鏂�"; + this.gridBand14.Columns.Add(this.gridColumn1); + this.gridBand14.MinWidth = 50; + this.gridBand14.Name = "gridBand14"; + this.gridBand14.VisibleIndex = 7; + this.gridBand14.Width = 60; // // gridColumn1 // @@ -302,6 +407,15 @@ this.gridColumn1.Visible = true; this.gridColumn1.Width = 60; // + // gridBand15 + // + this.gridBand15.Caption = "浜よ揣杩涘害"; + this.gridBand15.Columns.Add(this.bandedGridColumn1); + this.gridBand15.MinWidth = 300; + this.gridBand15.Name = "gridBand15"; + this.gridBand15.VisibleIndex = 8; + this.gridBand15.Width = 327; + // // bandedGridColumn1 // this.bandedGridColumn1.Caption = "姣斾緥"; @@ -311,165 +425,6 @@ this.bandedGridColumn1.Tag = "query_a.guid"; this.bandedGridColumn1.Visible = true; this.bandedGridColumn1.Width = 327; - // - // gv_ownerType - // - this.gv_ownerType.AppearanceCell.Options.UseFont = true; - this.gv_ownerType.Caption = "绱鏀舵枡鏁伴噺"; - this.gv_ownerType.FieldName = "sl"; - this.gv_ownerType.MinWidth = 50; - this.gv_ownerType.Name = "gv_ownerType"; - this.gv_ownerType.OptionsColumn.AllowEdit = false; - this.gv_ownerType.Tag = "query_a.Owner_Type"; - this.gv_ownerType.Visible = true; - this.gv_ownerType.Width = 105; - // - // gridColumn5 - // - this.gridColumn5.Caption = "绱浠撻��"; - this.gridColumn5.FieldName = "ct"; - this.gridColumn5.MinWidth = 25; - this.gridColumn5.Name = "gridColumn5"; - this.gridColumn5.Visible = true; - this.gridColumn5.Width = 105; - // - // gv_ownerId - // - this.gv_ownerId.AppearanceCell.Options.UseFont = true; - this.gv_ownerId.Caption = "绱楠岄��"; - this.gv_ownerId.FieldName = "yt"; - this.gv_ownerId.MinWidth = 50; - this.gv_ownerId.Name = "gv_ownerId"; - this.gv_ownerId.OptionsColumn.AllowEdit = false; - this.gv_ownerId.Tag = "query_a.Owner_Id"; - this.gv_ownerId.Visible = true; - this.gv_ownerId.Width = 130; - // - // pageBar1 - // - this.pageBar1.CurrentPage = 1; - this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.pageBar1.Location = new System.Drawing.Point(0, 519); - this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); - this.pageBar1.Name = "pageBar1"; - this.pageBar1.RecordCount = 0; - this.pageBar1.Size = new System.Drawing.Size(1310, 39); - this.pageBar1.TabIndex = 4; - this.pageBar1.TotalPages = 0; - // - // gridBand1 - // - this.gridBand1.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.gridBand1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridBand1.Caption = "閲囪喘鏄庣粏GUID"; - this.gridBand1.Columns.Add(this.gv_guid); - this.gridBand1.Name = "gridBand1"; - this.gridBand1.Visible = false; - this.gridBand1.VisibleIndex = -1; - this.gridBand1.Width = 95; - // - // gridBand4 - // - this.gridBand4.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.gridBand4.Caption = "閲囪喘鍗曞彿"; - this.gridBand4.Columns.Add(this.gv_itemBarcode); - this.gridBand4.Name = "gridBand4"; - this.gridBand4.VisibleIndex = 0; - this.gridBand4.Width = 77; - // - // gridBand7 - // - this.gridBand7.Caption = "鐗╂枡ID"; - this.gridBand7.Columns.Add(this.gv_itemId); - this.gridBand7.Name = "gridBand7"; - this.gridBand7.Visible = false; - this.gridBand7.VisibleIndex = -1; - this.gridBand7.Width = 74; - // - // gridBand8 - // - this.gridBand8.Caption = "鐗╂枡缂栫爜"; - this.gridBand8.Columns.Add(this.gridColumn3); - this.gridBand8.Name = "gridBand8"; - this.gridBand8.VisibleIndex = 1; - this.gridBand8.Width = 77; - // - // gridBand9 - // - this.gridBand9.Caption = "鐗╂枡鍚嶇О"; - this.gridBand9.Columns.Add(this.gridColumn2); - this.gridBand9.Name = "gridBand9"; - this.gridBand9.VisibleIndex = 2; - this.gridBand9.Width = 77; - // - // gridBand10 - // - this.gridBand10.Caption = "瑙勬牸鍨嬪彿"; - this.gridBand10.Columns.Add(this.gridColumn4); - this.gridBand10.Name = "gridBand10"; - this.gridBand10.VisibleIndex = 3; - this.gridBand10.Width = 77; - // - // gridBand11 - // - this.gridBand11.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand11.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridBand11.Caption = "閲囪喘鍗曚綅"; - this.gridBand11.Columns.Add(this.gv_depotId); - this.gridBand11.MinWidth = 30; - this.gridBand11.Name = "gridBand11"; - this.gridBand11.VisibleIndex = 4; - this.gridBand11.Width = 77; - // - // gridBand12 - // - this.gridBand12.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; - this.gridBand12.AppearanceHeader.Options.UseForeColor = true; - this.gridBand12.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand12.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridBand12.Caption = "閲囪喘鍗曟暟閲�"; - this.gridBand12.Columns.Add(this.gv_quantity); - this.gridBand12.MinWidth = 50; - this.gridBand12.Name = "gridBand12"; - this.gridBand12.VisibleIndex = 5; - this.gridBand12.Width = 60; - // - // gridBand13 - // - this.gridBand13.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; - this.gridBand13.AppearanceHeader.Options.UseForeColor = true; - this.gridBand13.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand13.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridBand13.Caption = "绱瀹炲叆搴�"; - this.gridBand13.Columns.Add(this.gridColumn6); - this.gridBand13.MinWidth = 50; - this.gridBand13.Name = "gridBand13"; - this.gridBand13.VisibleIndex = 6; - this.gridBand13.Width = 60; - // - // gridBand14 - // - this.gridBand14.AppearanceHeader.ForeColor = System.Drawing.Color.Red; - this.gridBand14.AppearanceHeader.Options.UseForeColor = true; - this.gridBand14.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand14.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridBand14.Caption = "鎬绘瑺鏂�"; - this.gridBand14.Columns.Add(this.gridColumn1); - this.gridBand14.MinWidth = 50; - this.gridBand14.Name = "gridBand14"; - this.gridBand14.VisibleIndex = 7; - this.gridBand14.Width = 60; - // - // gridBand15 - // - this.gridBand15.Caption = "浜よ揣杩涘害"; - this.gridBand15.Columns.Add(this.bandedGridColumn1); - this.gridBand15.MinWidth = 300; - this.gridBand15.Name = "gridBand15"; - this.gridBand15.VisibleIndex = 8; - this.gridBand15.Width = 327; // // gridBand3 // @@ -495,6 +450,18 @@ this.gridBand2.VisibleIndex = 0; this.gridBand2.Width = 105; // + // gv_ownerType + // + this.gv_ownerType.AppearanceCell.Options.UseFont = true; + this.gv_ownerType.Caption = "绱鏀舵枡鏁伴噺"; + this.gv_ownerType.FieldName = "sl"; + this.gv_ownerType.MinWidth = 50; + this.gv_ownerType.Name = "gv_ownerType"; + this.gv_ownerType.OptionsColumn.AllowEdit = false; + this.gv_ownerType.Tag = "query_a.Owner_Type"; + this.gv_ownerType.Visible = true; + this.gv_ownerType.Width = 105; + // // gridBand6 // this.gridBand6.AppearanceHeader.Options.UseTextOptions = true; @@ -504,6 +471,15 @@ this.gridBand6.Name = "gridBand6"; this.gridBand6.VisibleIndex = 1; this.gridBand6.Width = 105; + // + // gridColumn5 + // + this.gridColumn5.Caption = "绱浠撻��"; + this.gridColumn5.FieldName = "ct"; + this.gridColumn5.MinWidth = 25; + this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.Visible = true; + this.gridColumn5.Width = 105; // // gridBand5 // @@ -515,6 +491,30 @@ this.gridBand5.VisibleIndex = 2; this.gridBand5.Width = 130; // + // gv_ownerId + // + this.gv_ownerId.AppearanceCell.Options.UseFont = true; + this.gv_ownerId.Caption = "绱楠岄��"; + this.gv_ownerId.FieldName = "yt"; + this.gv_ownerId.MinWidth = 50; + this.gv_ownerId.Name = "gv_ownerId"; + this.gv_ownerId.OptionsColumn.AllowEdit = false; + this.gv_ownerId.Tag = "query_a.Owner_Id"; + this.gv_ownerId.Visible = true; + this.gv_ownerId.Width = 130; + // + // pageBar1 + // + this.pageBar1.CurrentPage = 1; + this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.pageBar1.Location = new System.Drawing.Point(0, 519); + this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); + this.pageBar1.Name = "pageBar1"; + this.pageBar1.RecordCount = 0; + this.pageBar1.Size = new System.Drawing.Size(1310, 39); + this.pageBar1.TabIndex = 4; + this.pageBar1.TotalPages = 0; + // // Ckcgmx // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -524,7 +524,7 @@ this.Controls.Add(this.toolBarMenu1); this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.Name = "Ckcgmx"; - this.Text = "鏉$爜搴撳瓨"; + this.Text = "閲囪喘鏄庣粏"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); -- Gitblit v1.9.3