From 49e7d052cc72a98b10ba9c06268c8a1d79e94a5b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 15 四月 2025 11:14:10 +0800 Subject: [PATCH] fqc --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs | 159 +++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 123 insertions(+), 36 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs index 1d8417f..0234fa6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs @@ -141,7 +141,10 @@ this.txt_fapprovedate = new DevExpress.XtraEditors.TextEdit(); this.txt_wjStatus = new DevExpress.XtraEditors.CheckEdit(); this.txt_chkStatus = new DevExpress.XtraEditors.CheckEdit(); - this.txt_fSrcType = new DevExpress.XtraEditors.TextEdit(); + this.txt_source = new DevExpress.XtraEditors.TextEdit(); + this.txt_fCloserId = new DevExpress.XtraEditors.TextEdit(); + this.txt_fCloseDate = new DevExpress.XtraEditors.TextEdit(); + this.txt_fCloseStatusTxt = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -158,9 +161,12 @@ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -248,7 +254,10 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_fapprovedate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_wjStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_chkStatus.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_fSrcType.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_source.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fCloserId.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fCloseDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fCloseStatusTxt.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); @@ -265,9 +274,12 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -750,7 +762,10 @@ this.layoutMx1.Controls.Add(this.txt_fapprovedate); this.layoutMx1.Controls.Add(this.txt_wjStatus); this.layoutMx1.Controls.Add(this.txt_chkStatus); - this.layoutMx1.Controls.Add(this.txt_fSrcType); + this.layoutMx1.Controls.Add(this.txt_source); + this.layoutMx1.Controls.Add(this.txt_fCloserId); + this.layoutMx1.Controls.Add(this.txt_fCloseDate); + this.layoutMx1.Controls.Add(this.txt_fCloseStatusTxt); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem16}); @@ -944,10 +959,10 @@ // // txt_wjStatus // - this.txt_wjStatus.Location = new System.Drawing.Point(564, 71); + this.txt_wjStatus.Location = new System.Drawing.Point(840, 101); this.txt_wjStatus.Name = "txt_wjStatus"; this.txt_wjStatus.Properties.Caption = "瀹岀粨鏍囪瘑"; - this.txt_wjStatus.Size = new System.Drawing.Size(272, 24); + this.txt_wjStatus.Size = new System.Drawing.Size(274, 24); this.txt_wjStatus.StyleController = this.layoutMx1; this.txt_wjStatus.TabIndex = 387; this.txt_wjStatus.Tag = "readonly"; @@ -962,14 +977,38 @@ this.txt_chkStatus.TabIndex = 388; this.txt_chkStatus.Tag = "readonly"; // - // txt_fSrcType + // txt_source // - this.txt_fSrcType.Location = new System.Drawing.Point(666, 101); - this.txt_fSrcType.Name = "txt_fSrcType"; - this.txt_fSrcType.Size = new System.Drawing.Size(170, 24); - this.txt_fSrcType.StyleController = this.layoutMx1; - this.txt_fSrcType.TabIndex = 390; - this.txt_fSrcType.Tag = "readonly"; + this.txt_source.Location = new System.Drawing.Point(942, 131); + this.txt_source.Name = "txt_source"; + this.txt_source.Size = new System.Drawing.Size(172, 24); + this.txt_source.StyleController = this.layoutMx1; + this.txt_source.TabIndex = 390; + this.txt_source.Tag = "readonly"; + // + // txt_fCloserId + // + this.txt_fCloserId.Location = new System.Drawing.Point(666, 101); + this.txt_fCloserId.Name = "txt_fCloserId"; + this.txt_fCloserId.Size = new System.Drawing.Size(170, 24); + this.txt_fCloserId.StyleController = this.layoutMx1; + this.txt_fCloserId.TabIndex = 392; + // + // txt_fCloseDate + // + this.txt_fCloseDate.Location = new System.Drawing.Point(666, 131); + this.txt_fCloseDate.Name = "txt_fCloseDate"; + this.txt_fCloseDate.Size = new System.Drawing.Size(170, 24); + this.txt_fCloseDate.StyleController = this.layoutMx1; + this.txt_fCloseDate.TabIndex = 393; + // + // txt_fCloseStatusTxt + // + this.txt_fCloseStatusTxt.Location = new System.Drawing.Point(666, 71); + this.txt_fCloseStatusTxt.Name = "txt_fCloseStatusTxt"; + this.txt_fCloseStatusTxt.Size = new System.Drawing.Size(170, 24); + this.txt_fCloseStatusTxt.StyleController = this.layoutMx1; + this.txt_fCloseStatusTxt.TabIndex = 394; // // layoutControlItem16 // @@ -1002,9 +1041,12 @@ this.layoutControlItem14, this.layoutControlItem19, this.layoutControlItem15, - this.layoutControlItem17, this.layoutControlItem12, - this.layoutControlItem11}); + this.layoutControlItem17, + this.layoutControlItem11, + this.layoutControlItem21, + this.layoutControlItem20, + this.layoutControlItem22}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -1185,17 +1227,6 @@ this.layoutControlItem15.Text = "鐢宠澶囨敞"; this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 18); // - // layoutControlItem17 - // - this.layoutControlItem17.Control = this.txt_fSrcType; - this.layoutControlItem17.Location = new System.Drawing.Point(552, 89); - this.layoutControlItem17.Name = "layoutControlItem17"; - this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem17.Size = new System.Drawing.Size(276, 30); - this.layoutControlItem17.Text = "婧愬崟绫诲瀷"; - this.layoutControlItem17.TextSize = new System.Drawing.Size(90, 18); - // // layoutControlItem12 // this.layoutControlItem12.Control = this.txt_chkStatus; @@ -1208,17 +1239,61 @@ this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem12.TextVisible = false; // + // layoutControlItem17 + // + this.layoutControlItem17.Control = this.txt_source; + this.layoutControlItem17.Location = new System.Drawing.Point(828, 119); + this.layoutControlItem17.Name = "layoutControlItem17"; + this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem17.Size = new System.Drawing.Size(278, 30); + this.layoutControlItem17.Text = "婧愬崟绫诲瀷"; + this.layoutControlItem17.TextSize = new System.Drawing.Size(90, 18); + // // layoutControlItem11 // this.layoutControlItem11.Control = this.txt_wjStatus; - this.layoutControlItem11.Location = new System.Drawing.Point(552, 59); + this.layoutControlItem11.Location = new System.Drawing.Point(828, 89); this.layoutControlItem11.Name = "layoutControlItem11"; - this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem11.Size = new System.Drawing.Size(276, 30); + this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 3; + this.layoutControlItem11.Size = new System.Drawing.Size(278, 30); this.layoutControlItem11.Text = "瀹岀粨鏍囪瘑"; this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem11.TextVisible = false; + // + // layoutControlItem21 + // + this.layoutControlItem21.Control = this.txt_fCloseDate; + this.layoutControlItem21.Location = new System.Drawing.Point(552, 119); + this.layoutControlItem21.Name = "layoutControlItem21"; + this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem21.Size = new System.Drawing.Size(276, 30); + this.layoutControlItem21.Text = "鍏抽棴鏃堕棿"; + this.layoutControlItem21.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem20 + // + this.layoutControlItem20.Control = this.txt_fCloserId; + this.layoutControlItem20.Location = new System.Drawing.Point(552, 89); + this.layoutControlItem20.Name = "layoutControlItem20"; + this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 3; + this.layoutControlItem20.Size = new System.Drawing.Size(276, 30); + this.layoutControlItem20.Text = "鍏抽棴浜哄憳"; + this.layoutControlItem20.TextSize = new System.Drawing.Size(90, 18); + // + // layoutControlItem22 + // + this.layoutControlItem22.Control = this.txt_fCloseStatusTxt; + this.layoutControlItem22.Location = new System.Drawing.Point(552, 59); + this.layoutControlItem22.Name = "layoutControlItem22"; + this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem22.Size = new System.Drawing.Size(276, 30); + this.layoutControlItem22.Text = "鍏抽棴鐘舵��"; + this.layoutControlItem22.TextSize = new System.Drawing.Size(90, 18); // // tabMx // @@ -1858,7 +1933,10 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_fapprovedate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_wjStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_chkStatus.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_fSrcType.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_source.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fCloserId.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fCloseDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fCloseStatusTxt.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); @@ -1875,9 +1953,12 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -2020,16 +2101,22 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn48; private DevExpress.XtraGrid.Columns.GridColumn gridColumn49; private DevExpress.XtraGrid.Columns.GridColumn gridColumn50; - private DevExpress.XtraEditors.TextEdit txt_fSrcType; + private DevExpress.XtraEditors.TextEdit txt_source; private DevExpress.XtraEditors.ComboBoxEdit txt_djtype; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; private DevExpress.XtraGrid.Columns.GridColumn gv_id; private DevExpress.Utils.ToolTipController tips; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnTest1; + private DevExpress.XtraEditors.TextEdit txt_fCloserId; + private DevExpress.XtraEditors.TextEdit txt_fCloseDate; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; + private DevExpress.XtraEditors.TextEdit txt_fCloseStatusTxt; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22; } } \ No newline at end of file -- Gitblit v1.9.3