From 734ba49ea1c7e3a1b6b3d5edbc023842339a82a2 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期六, 13 九月 2025 16:25:09 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs index 8268e1a..c0db135 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs @@ -152,6 +152,10 @@ this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.xtraTabPageReport = new DevExpress.XtraTab.XtraTabPage(); + this.picCheckBox = new System.Windows.Forms.PictureBox(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.ucRptCgdhd1 = new Gs.DevApp.DevFrm.Rpt.UcRptCgdhd(); this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn(); this.picCheckBox = new System.Windows.Forms.PictureBox(); this.tips = new DevExpress.Utils.ToolTipController(this.components); @@ -213,6 +217,7 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rptHistory)).BeginInit(); + this.xtraTabPageReport.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_mxStatue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); @@ -247,7 +252,8 @@ this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, - this.xtraTabPage2}); + this.xtraTabPage2, + this.xtraTabPageReport}); // // xtraTabPage1 // @@ -1489,6 +1495,14 @@ this.gridColumn21.VisibleIndex = 20; this.gridColumn21.Width = 94; // + // xtraTabPageReport + // + this.xtraTabPageReport.Controls.Add(this.ucRptCgdhd1); + this.xtraTabPageReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources._3dcolumn_16x16; + this.xtraTabPageReport.Name = "xtraTabPageReport"; + this.xtraTabPageReport.Size = new System.Drawing.Size(1573, 570); + this.xtraTabPageReport.Text = "鎶ヨ〃"; + // // picCheckBox // this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck; @@ -1501,6 +1515,15 @@ this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; // + + // ucRptCgdhd1 + // + this.ucRptCgdhd1.Dock = System.Windows.Forms.DockStyle.Fill; + this.ucRptCgdhd1.Location = new System.Drawing.Point(0, 0); + this.ucRptCgdhd1.Name = "ucRptCgdhd1"; + this.ucRptCgdhd1.Size = new System.Drawing.Size(1573, 570); + this.ucRptCgdhd1.TabIndex = 0; + // txt_mxStatue // this.txt_mxStatue.Location = new System.Drawing.Point(600, 132); @@ -1532,6 +1555,7 @@ this.layoutControlItem2.Size = new System.Drawing.Size(486, 40); this.layoutControlItem2.Text = "鍒拌揣鍗曞彿"; this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 22); + // // Frm_MesInvItemArn // @@ -1599,6 +1623,7 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rptHistory)).EndInit(); + this.xtraTabPageReport.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_mxStatue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); @@ -1707,10 +1732,15 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; + + private DevExpress.XtraTab.XtraTabPage xtraTabPageReport; + private Rpt.UcRptCgdhd ucRptCgdhd1; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn21; private DevExpress.XtraGrid.Columns.GridColumn gridColumn22; private DevExpress.XtraEditors.TextEdit txt_mxStatue; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; + } } \ No newline at end of file -- Gitblit v1.9.3