From 7f4176da59120413f62a25f3db656e0e36788f99 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 17 四月 2025 11:15:49 +0800 Subject: [PATCH] 把采购订单明细更换为存储过程 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs | 451 +++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 316 insertions(+), 135 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs index cb3d770..0639ba6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs @@ -35,6 +35,7 @@ DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); @@ -79,14 +80,26 @@ this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl(); this.lbGuid = new System.Windows.Forms.Label(); - this.txt_supplier = new Gs.DevApp.UserControl.UcLookSupplier(); this.txt_billNo = new DevExpress.XtraEditors.TextEdit(); this.txt_guid = new DevExpress.XtraEditors.TextEdit(); + this.txt_suppName = new DevExpress.XtraEditors.TextEdit(); + this.txt_documentTypeTxt = new DevExpress.XtraEditors.TextEdit(); + this.txt_suppNo = new DevExpress.XtraEditors.TextEdit(); + this.txt_closeStatusTxt = new DevExpress.XtraEditors.TextEdit(); + this.txt_cancellationStatusTxt = new DevExpress.XtraEditors.TextEdit(); + this.txt_dptName = new DevExpress.XtraEditors.TextEdit(); + this.txt_purchaseDate = new DevExpress.XtraEditors.TextEdit(); + this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -97,7 +110,6 @@ this.gvMx1itemId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gvMx1businessTerminate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1pricingQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1pricingUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1deliveryDate = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -110,6 +122,7 @@ this.gvMx1demandDocumentId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1isGift = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1remarks = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx1businessTerminate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1businessClose = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1businessFreeze = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1freezer = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -117,6 +130,7 @@ this.gvMx1terminator = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1terminateTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1totalReceivedQty = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1totalStoredQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1remainingStoredQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1totalReturnedQty = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -151,11 +165,24 @@ this.layoutMx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_documentTypeTxt.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeStatusTxt.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancellationStatusTxt.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_purchaseDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -727,42 +754,40 @@ this.splitMx1.Panel2.Text = "Panel2"; this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(1363, 570); - this.splitMx1.SplitterPosition = 46; + this.splitMx1.SplitterPosition = 78; this.splitMx1.TabIndex = 0; // // layoutMx1 // this.layoutMx1.Controls.Add(this.lbGuid); - this.layoutMx1.Controls.Add(this.txt_supplier); this.layoutMx1.Controls.Add(this.txt_billNo); this.layoutMx1.Controls.Add(this.txt_guid); + this.layoutMx1.Controls.Add(this.txt_suppName); + this.layoutMx1.Controls.Add(this.txt_documentTypeTxt); + this.layoutMx1.Controls.Add(this.txt_suppNo); + this.layoutMx1.Controls.Add(this.txt_closeStatusTxt); + this.layoutMx1.Controls.Add(this.txt_cancellationStatusTxt); + this.layoutMx1.Controls.Add(this.txt_dptName); + this.layoutMx1.Controls.Add(this.txt_purchaseDate); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { + this.layoutControlItem3, this.layoutControlItem4}); this.layoutMx1.Location = new System.Drawing.Point(0, 0); this.layoutMx1.Name = "layoutMx1"; - this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500); + this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(656, 429, 812, 500); this.layoutMx1.Root = this.Root; - this.layoutMx1.Size = new System.Drawing.Size(1363, 46); + this.layoutMx1.Size = new System.Drawing.Size(1363, 78); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // // lbGuid // - this.lbGuid.Location = new System.Drawing.Point(683, 12); + this.lbGuid.Location = new System.Drawing.Point(672, 12); this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(332, 25); + this.lbGuid.Size = new System.Drawing.Size(326, 25); this.lbGuid.TabIndex = 230; this.lbGuid.Text = "lbGuid"; - // - // txt_supplier - // - this.txt_supplier.IsReadly = false; - this.txt_supplier.Location = new System.Drawing.Point(434, 12); - this.txt_supplier.Margin = new System.Windows.Forms.Padding(0); - this.txt_supplier.Name = "txt_supplier"; - this.txt_supplier.Size = new System.Drawing.Size(245, 24); - this.txt_supplier.TabIndex = 227; // // txt_billNo // @@ -775,19 +800,86 @@ // // txt_guid // - this.txt_guid.Location = new System.Drawing.Point(1089, 12); + this.txt_guid.Location = new System.Drawing.Point(759, 12); this.txt_guid.Name = "txt_guid"; - this.txt_guid.Size = new System.Drawing.Size(241, 24); + this.txt_guid.Size = new System.Drawing.Size(239, 24); this.txt_guid.StyleController = this.layoutMx1; this.txt_guid.TabIndex = 229; + // + // txt_suppName + // + this.txt_suppName.Location = new System.Drawing.Point(770, 12); + this.txt_suppName.Name = "txt_suppName"; + this.txt_suppName.Size = new System.Drawing.Size(245, 24); + this.txt_suppName.StyleController = this.layoutMx1; + this.txt_suppName.TabIndex = 231; + // + // txt_documentTypeTxt + // + this.txt_documentTypeTxt.Location = new System.Drawing.Point(434, 12); + this.txt_documentTypeTxt.Name = "txt_documentTypeTxt"; + this.txt_documentTypeTxt.Size = new System.Drawing.Size(245, 24); + this.txt_documentTypeTxt.StyleController = this.layoutMx1; + this.txt_documentTypeTxt.TabIndex = 232; + // + // txt_suppNo + // + this.txt_suppNo.Location = new System.Drawing.Point(770, 41); + this.txt_suppNo.Name = "txt_suppNo"; + this.txt_suppNo.Size = new System.Drawing.Size(245, 24); + this.txt_suppNo.StyleController = this.layoutMx1; + this.txt_suppNo.TabIndex = 233; + // + // txt_closeStatusTxt + // + this.txt_closeStatusTxt.Location = new System.Drawing.Point(1106, 12); + this.txt_closeStatusTxt.Name = "txt_closeStatusTxt"; + this.txt_closeStatusTxt.Size = new System.Drawing.Size(245, 24); + this.txt_closeStatusTxt.StyleController = this.layoutMx1; + this.txt_closeStatusTxt.TabIndex = 234; + // + // txt_cancellationStatusTxt + // + this.txt_cancellationStatusTxt.Location = new System.Drawing.Point(1106, 41); + this.txt_cancellationStatusTxt.Name = "txt_cancellationStatusTxt"; + this.txt_cancellationStatusTxt.Size = new System.Drawing.Size(245, 24); + this.txt_cancellationStatusTxt.StyleController = this.layoutMx1; + this.txt_cancellationStatusTxt.TabIndex = 235; + // + // txt_dptName + // + this.txt_dptName.Location = new System.Drawing.Point(99, 41); + this.txt_dptName.Name = "txt_dptName"; + this.txt_dptName.Size = new System.Drawing.Size(244, 24); + this.txt_dptName.StyleController = this.layoutMx1; + this.txt_dptName.TabIndex = 236; + // + // txt_purchaseDate + // + this.txt_purchaseDate.Location = new System.Drawing.Point(434, 41); + this.txt_purchaseDate.Name = "txt_purchaseDate"; + this.txt_purchaseDate.Size = new System.Drawing.Size(245, 24); + this.txt_purchaseDate.StyleController = this.layoutMx1; + this.txt_purchaseDate.TabIndex = 237; + // + // layoutControlItem3 + // + this.layoutControlItem3.Control = this.lbGuid; + this.layoutControlItem3.Location = new System.Drawing.Point(660, 0); + this.layoutControlItem3.Name = "layoutControlItem3"; + this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem3.Size = new System.Drawing.Size(330, 29); + this.layoutControlItem3.Text = "lbGuid"; + this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem3.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_guid; - this.layoutControlItem4.Location = new System.Drawing.Point(990, 0); + this.layoutControlItem4.Location = new System.Drawing.Point(660, 0); this.layoutControlItem4.Name = "layoutControlItem4"; - this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem4.Size = new System.Drawing.Size(332, 32); + this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem4.Size = new System.Drawing.Size(330, 28); this.layoutControlItem4.Text = "涓婚敭GUID"; this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20); // @@ -797,8 +889,13 @@ this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, + this.layoutControlItem5, this.layoutControlItem2, - this.layoutControlItem3}); + this.layoutControlItem6, + this.layoutControlItem7, + this.layoutControlItem8, + this.layoutControlItem9, + this.layoutControlItem10}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -816,9 +913,12 @@ columnDefinition4}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; + rowDefinition2.Height = 100D; + rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { - rowDefinition1}); - this.Root.Size = new System.Drawing.Size(1363, 49); + rowDefinition1, + rowDefinition2}); + this.Root.Size = new System.Drawing.Size(1363, 78); this.Root.TextVisible = false; // // layoutControlItem1 @@ -830,26 +930,78 @@ this.layoutControlItem1.Text = "閲囪喘鍗曞彿"; this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); // + // layoutControlItem5 + // + this.layoutControlItem5.Control = this.txt_documentTypeTxt; + this.layoutControlItem5.Location = new System.Drawing.Point(335, 0); + this.layoutControlItem5.Name = "layoutControlItem5"; + this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem5.Size = new System.Drawing.Size(336, 29); + this.layoutControlItem5.Text = "鍗曟嵁绫诲瀷"; + this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); + // // layoutControlItem2 // - this.layoutControlItem2.Control = this.txt_supplier; - this.layoutControlItem2.Location = new System.Drawing.Point(335, 0); + this.layoutControlItem2.Control = this.txt_suppName; + this.layoutControlItem2.Location = new System.Drawing.Point(671, 0); this.layoutControlItem2.Name = "layoutControlItem2"; - this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem2.Size = new System.Drawing.Size(336, 29); this.layoutControlItem2.Text = "渚涘簲鍟嗗悕绉�"; this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); // - // layoutControlItem3 + // layoutControlItem6 // - this.layoutControlItem3.Control = this.lbGuid; - this.layoutControlItem3.Location = new System.Drawing.Point(671, 0); - this.layoutControlItem3.Name = "layoutControlItem3"; - this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem3.Size = new System.Drawing.Size(336, 29); - this.layoutControlItem3.Text = "lbGuid"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem3.TextVisible = false; + this.layoutControlItem6.Control = this.txt_suppNo; + this.layoutControlItem6.Location = new System.Drawing.Point(671, 29); + this.layoutControlItem6.Name = "layoutControlItem6"; + this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem6.Size = new System.Drawing.Size(336, 29); + this.layoutControlItem6.Text = "渚涘簲鍟嗙紪鍙�"; + this.layoutControlItem6.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem7 + // + this.layoutControlItem7.Control = this.txt_closeStatusTxt; + this.layoutControlItem7.Location = new System.Drawing.Point(1007, 0); + this.layoutControlItem7.Name = "layoutControlItem7"; + this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem7.Size = new System.Drawing.Size(336, 29); + this.layoutControlItem7.Text = "鍏抽棴鐘舵��"; + this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem8 + // + this.layoutControlItem8.Control = this.txt_cancellationStatusTxt; + this.layoutControlItem8.Location = new System.Drawing.Point(1007, 29); + this.layoutControlItem8.Name = "layoutControlItem8"; + this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem8.Size = new System.Drawing.Size(336, 29); + this.layoutControlItem8.Text = "浣滃簾鐘舵��"; + this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem9 + // + this.layoutControlItem9.Control = this.txt_dptName; + this.layoutControlItem9.Location = new System.Drawing.Point(0, 29); + this.layoutControlItem9.Name = "layoutControlItem9"; + this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem9.Size = new System.Drawing.Size(335, 29); + this.layoutControlItem9.Text = "閲囪喘閮ㄩ棬"; + this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem10 + // + this.layoutControlItem10.Control = this.txt_purchaseDate; + this.layoutControlItem10.Location = new System.Drawing.Point(335, 29); + this.layoutControlItem10.Name = "layoutControlItem10"; + this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem10.Size = new System.Drawing.Size(336, 29); + this.layoutControlItem10.Text = "閲囪喘鏃ユ湡"; + this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18); // // tabMx // @@ -857,7 +1009,7 @@ this.tabMx.Location = new System.Drawing.Point(0, 0); this.tabMx.Name = "tabMx"; this.tabMx.SelectedTabPage = this.tabMxPage1; - this.tabMx.Size = new System.Drawing.Size(1363, 512); + this.tabMx.Size = new System.Drawing.Size(1363, 480); this.tabMx.TabIndex = 3; this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabMxPage1}); @@ -866,7 +1018,7 @@ // this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; - this.tabMxPage1.Size = new System.Drawing.Size(1361, 480); + this.tabMxPage1.Size = new System.Drawing.Size(1361, 448); this.tabMxPage1.Text = "閲囪喘鍗曟槑缁�"; // // gcMx1 @@ -875,7 +1027,7 @@ this.gcMx1.Location = new System.Drawing.Point(0, 0); this.gcMx1.MainView = this.gvMx1; this.gcMx1.Name = "gcMx1"; - this.gcMx1.Size = new System.Drawing.Size(1361, 480); + this.gcMx1.Size = new System.Drawing.Size(1361, 448); this.gcMx1.TabIndex = 0; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); @@ -892,7 +1044,6 @@ this.gvMx1itemId, this.gridColumn2, this.gridColumn1, - this.gvMx1businessTerminate, this.gvMx1pricingQty, this.gvMx1pricingUnit, this.gvMx1deliveryDate, @@ -905,6 +1056,7 @@ this.gvMx1demandDocumentId, this.gvMx1isGift, this.gvMx1remarks, + this.gvMx1businessTerminate, this.gvMx1businessClose, this.gvMx1businessFreeze, this.gvMx1freezer, @@ -912,6 +1064,7 @@ this.gvMx1terminator, this.gvMx1terminateTime, this.gvMx1totalReceivedQty, + this.gridColumn10, this.gvMx1totalStoredQty, this.gvMx1remainingStoredQty, this.gvMx1totalReturnedQty, @@ -937,7 +1090,7 @@ this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 0; - this.gridColumn3.Width = 250; + this.gridColumn3.Width = 115; // // gv_erpid // @@ -947,7 +1100,7 @@ this.gv_erpid.Name = "gv_erpid"; this.gv_erpid.Visible = true; this.gv_erpid.VisibleIndex = 1; - this.gv_erpid.Width = 100; + this.gv_erpid.Width = 46; // // gvMx1salesOrderId // @@ -958,8 +1111,8 @@ this.gvMx1salesOrderId.Name = "gvMx1salesOrderId"; this.gvMx1salesOrderId.Tag = "query_a.SALES_ORDER_ID"; this.gvMx1salesOrderId.Visible = true; - this.gvMx1salesOrderId.VisibleIndex = 2; - this.gvMx1salesOrderId.Width = 150; + this.gvMx1salesOrderId.VisibleIndex = 29; + this.gvMx1salesOrderId.Width = 69; // // gvMx1itemId // @@ -978,8 +1131,8 @@ this.gridColumn2.MinWidth = 25; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 3; - this.gridColumn2.Width = 100; + this.gridColumn2.VisibleIndex = 2; + this.gridColumn2.Width = 46; // // gridColumn1 // @@ -988,20 +1141,8 @@ this.gridColumn1.MinWidth = 25; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 4; - this.gridColumn1.Width = 120; - // - // gvMx1businessTerminate - // - this.gvMx1businessTerminate.AppearanceCell.Options.UseFont = true; - this.gvMx1businessTerminate.Caption = "涓氬姟鐘舵��"; - this.gvMx1businessTerminate.FieldName = "businessTerminate"; - this.gvMx1businessTerminate.MinWidth = 25; - this.gvMx1businessTerminate.Name = "gvMx1businessTerminate"; - this.gvMx1businessTerminate.Tag = "query_a.BUSINESS_TERMINATE"; - this.gvMx1businessTerminate.Visible = true; - this.gvMx1businessTerminate.VisibleIndex = 5; - this.gvMx1businessTerminate.Width = 50; + this.gridColumn1.VisibleIndex = 3; + this.gridColumn1.Width = 55; // // gvMx1pricingQty // @@ -1012,8 +1153,8 @@ this.gvMx1pricingQty.Name = "gvMx1pricingQty"; this.gvMx1pricingQty.Tag = "query_a.PRICING_QTY"; this.gvMx1pricingQty.Visible = true; - this.gvMx1pricingQty.VisibleIndex = 6; - this.gvMx1pricingQty.Width = 50; + this.gvMx1pricingQty.VisibleIndex = 5; + this.gvMx1pricingQty.Width = 25; // // gvMx1pricingUnit // @@ -1024,8 +1165,8 @@ this.gvMx1pricingUnit.Name = "gvMx1pricingUnit"; this.gvMx1pricingUnit.Tag = "query_a.PRICING_UNIT"; this.gvMx1pricingUnit.Visible = true; - this.gvMx1pricingUnit.VisibleIndex = 7; - this.gvMx1pricingUnit.Width = 50; + this.gvMx1pricingUnit.VisibleIndex = 6; + this.gvMx1pricingUnit.Width = 25; // // gvMx1deliveryDate // @@ -1036,8 +1177,8 @@ this.gvMx1deliveryDate.Name = "gvMx1deliveryDate"; this.gvMx1deliveryDate.Tag = "query_a.DELIVERY_DATE"; this.gvMx1deliveryDate.Visible = true; - this.gvMx1deliveryDate.VisibleIndex = 8; - this.gvMx1deliveryDate.Width = 200; + this.gvMx1deliveryDate.VisibleIndex = 7; + this.gvMx1deliveryDate.Width = 92; // // gvMx1earliestDeliveryDate // @@ -1048,8 +1189,8 @@ this.gvMx1earliestDeliveryDate.Name = "gvMx1earliestDeliveryDate"; this.gvMx1earliestDeliveryDate.Tag = "query_a.EARLIEST_DELIVERY_DATE"; this.gvMx1earliestDeliveryDate.Visible = true; - this.gvMx1earliestDeliveryDate.VisibleIndex = 9; - this.gvMx1earliestDeliveryDate.Width = 200; + this.gvMx1earliestDeliveryDate.VisibleIndex = 8; + this.gvMx1earliestDeliveryDate.Width = 92; // // gvMx1latestDeliveryDate // @@ -1060,8 +1201,8 @@ this.gvMx1latestDeliveryDate.Name = "gvMx1latestDeliveryDate"; this.gvMx1latestDeliveryDate.Tag = "query_a.LATEST_DELIVERY_DATE"; this.gvMx1latestDeliveryDate.Visible = true; - this.gvMx1latestDeliveryDate.VisibleIndex = 10; - this.gvMx1latestDeliveryDate.Width = 200; + this.gvMx1latestDeliveryDate.VisibleIndex = 9; + this.gvMx1latestDeliveryDate.Width = 92; // // gvMx1purchaseQty // @@ -1072,8 +1213,8 @@ this.gvMx1purchaseQty.Name = "gvMx1purchaseQty"; this.gvMx1purchaseQty.Tag = "query_a.PURCHASE_QTY"; this.gvMx1purchaseQty.Visible = true; - this.gvMx1purchaseQty.VisibleIndex = 11; - this.gvMx1purchaseQty.Width = 50; + this.gvMx1purchaseQty.VisibleIndex = 10; + this.gvMx1purchaseQty.Width = 25; // // gvMx1purchaseUnit // @@ -1084,8 +1225,8 @@ this.gvMx1purchaseUnit.Name = "gvMx1purchaseUnit"; this.gvMx1purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; this.gvMx1purchaseUnit.Visible = true; - this.gvMx1purchaseUnit.VisibleIndex = 12; - this.gvMx1purchaseUnit.Width = 50; + this.gvMx1purchaseUnit.VisibleIndex = 11; + this.gvMx1purchaseUnit.Width = 25; // // gvMx1remainingReceivedQty // @@ -1096,8 +1237,8 @@ this.gvMx1remainingReceivedQty.Name = "gvMx1remainingReceivedQty"; this.gvMx1remainingReceivedQty.Tag = "query_a.REMAINING_RECEIVED_QTY"; this.gvMx1remainingReceivedQty.Visible = true; - this.gvMx1remainingReceivedQty.VisibleIndex = 13; - this.gvMx1remainingReceivedQty.Width = 70; + this.gvMx1remainingReceivedQty.VisibleIndex = 12; + this.gvMx1remainingReceivedQty.Width = 32; // // gvMx1inventoryUnit // @@ -1108,8 +1249,8 @@ this.gvMx1inventoryUnit.Name = "gvMx1inventoryUnit"; this.gvMx1inventoryUnit.Tag = "query_a.INVENTORY_UNIT"; this.gvMx1inventoryUnit.Visible = true; - this.gvMx1inventoryUnit.VisibleIndex = 14; - this.gvMx1inventoryUnit.Width = 50; + this.gvMx1inventoryUnit.VisibleIndex = 13; + this.gvMx1inventoryUnit.Width = 25; // // gvMx1demandDocumentId // @@ -1120,20 +1261,20 @@ this.gvMx1demandDocumentId.Name = "gvMx1demandDocumentId"; this.gvMx1demandDocumentId.Tag = "query_a.DEMAND_DOCUMENT_ID"; this.gvMx1demandDocumentId.Visible = true; - this.gvMx1demandDocumentId.VisibleIndex = 15; - this.gvMx1demandDocumentId.Width = 100; + this.gvMx1demandDocumentId.VisibleIndex = 14; + this.gvMx1demandDocumentId.Width = 46; // // gvMx1isGift // this.gvMx1isGift.AppearanceCell.Options.UseFont = true; this.gvMx1isGift.Caption = "鏄惁璧犲搧"; - this.gvMx1isGift.FieldName = "isGift"; + this.gvMx1isGift.FieldName = "isGiftTxt"; this.gvMx1isGift.MinWidth = 25; this.gvMx1isGift.Name = "gvMx1isGift"; this.gvMx1isGift.Tag = "query_a.IS_GIFT"; this.gvMx1isGift.Visible = true; - this.gvMx1isGift.VisibleIndex = 16; - this.gvMx1isGift.Width = 50; + this.gvMx1isGift.VisibleIndex = 15; + this.gvMx1isGift.Width = 25; // // gvMx1remarks // @@ -1144,8 +1285,20 @@ this.gvMx1remarks.Name = "gvMx1remarks"; this.gvMx1remarks.Tag = "query_a.REMARKS"; this.gvMx1remarks.Visible = true; - this.gvMx1remarks.VisibleIndex = 17; - this.gvMx1remarks.Width = 100; + this.gvMx1remarks.VisibleIndex = 16; + this.gvMx1remarks.Width = 46; + // + // gvMx1businessTerminate + // + this.gvMx1businessTerminate.AppearanceCell.Options.UseFont = true; + this.gvMx1businessTerminate.Caption = "涓氬姟鐘舵��"; + this.gvMx1businessTerminate.FieldName = "businessTerminate"; + this.gvMx1businessTerminate.MinWidth = 25; + this.gvMx1businessTerminate.Name = "gvMx1businessTerminate"; + this.gvMx1businessTerminate.Tag = "query_a.BUSINESS_TERMINATE"; + this.gvMx1businessTerminate.Visible = true; + this.gvMx1businessTerminate.VisibleIndex = 4; + this.gvMx1businessTerminate.Width = 25; // // gvMx1businessClose // @@ -1156,8 +1309,8 @@ this.gvMx1businessClose.Name = "gvMx1businessClose"; this.gvMx1businessClose.Tag = "query_a.BUSINESS_CLOSE"; this.gvMx1businessClose.Visible = true; - this.gvMx1businessClose.VisibleIndex = 18; - this.gvMx1businessClose.Width = 50; + this.gvMx1businessClose.VisibleIndex = 17; + this.gvMx1businessClose.Width = 25; // // gvMx1businessFreeze // @@ -1168,8 +1321,8 @@ this.gvMx1businessFreeze.Name = "gvMx1businessFreeze"; this.gvMx1businessFreeze.Tag = "query_a.BUSINESS_FREEZE"; this.gvMx1businessFreeze.Visible = true; - this.gvMx1businessFreeze.VisibleIndex = 19; - this.gvMx1businessFreeze.Width = 50; + this.gvMx1businessFreeze.VisibleIndex = 18; + this.gvMx1businessFreeze.Width = 25; // // gvMx1freezer // @@ -1179,8 +1332,6 @@ this.gvMx1freezer.MinWidth = 25; this.gvMx1freezer.Name = "gvMx1freezer"; this.gvMx1freezer.Tag = "query_a.FREEZER"; - this.gvMx1freezer.Visible = true; - this.gvMx1freezer.VisibleIndex = 20; this.gvMx1freezer.Width = 100; // // gvMx1freezeTime @@ -1191,8 +1342,6 @@ this.gvMx1freezeTime.MinWidth = 25; this.gvMx1freezeTime.Name = "gvMx1freezeTime"; this.gvMx1freezeTime.Tag = "query_a.FREEZE_TIME"; - this.gvMx1freezeTime.Visible = true; - this.gvMx1freezeTime.VisibleIndex = 21; this.gvMx1freezeTime.Width = 100; // // gvMx1terminator @@ -1203,8 +1352,6 @@ this.gvMx1terminator.MinWidth = 25; this.gvMx1terminator.Name = "gvMx1terminator"; this.gvMx1terminator.Tag = "query_a.TERMINATOR"; - this.gvMx1terminator.Visible = true; - this.gvMx1terminator.VisibleIndex = 22; this.gvMx1terminator.Width = 100; // // gvMx1terminateTime @@ -1215,81 +1362,89 @@ this.gvMx1terminateTime.MinWidth = 25; this.gvMx1terminateTime.Name = "gvMx1terminateTime"; this.gvMx1terminateTime.Tag = "query_a.TERMINATE_TIME"; - this.gvMx1terminateTime.Visible = true; - this.gvMx1terminateTime.VisibleIndex = 23; this.gvMx1terminateTime.Width = 100; // // gvMx1totalReceivedQty // this.gvMx1totalReceivedQty.AppearanceCell.Options.UseFont = true; - this.gvMx1totalReceivedQty.Caption = "鎬诲凡鏀舵暟閲�"; - this.gvMx1totalReceivedQty.FieldName = "totalReceivedQty"; + this.gvMx1totalReceivedQty.Caption = "绱鏀舵枡鏁伴噺"; + this.gvMx1totalReceivedQty.FieldName = "qty1"; this.gvMx1totalReceivedQty.MinWidth = 25; this.gvMx1totalReceivedQty.Name = "gvMx1totalReceivedQty"; this.gvMx1totalReceivedQty.Tag = "query_a.TOTAL_RECEIVED_QTY"; this.gvMx1totalReceivedQty.Visible = true; - this.gvMx1totalReceivedQty.VisibleIndex = 24; - this.gvMx1totalReceivedQty.Width = 70; + this.gvMx1totalReceivedQty.VisibleIndex = 19; + this.gvMx1totalReceivedQty.Width = 32; + // + // gridColumn10 + // + this.gridColumn10.Caption = "鍓╀綑鏀舵枡鏁伴噺"; + this.gridColumn10.FieldName = "qty2"; + this.gridColumn10.MinWidth = 25; + this.gridColumn10.Name = "gridColumn10"; + this.gridColumn10.Visible = true; + this.gridColumn10.VisibleIndex = 20; + this.gridColumn10.Width = 37; // // gvMx1totalStoredQty // this.gvMx1totalStoredQty.AppearanceCell.Options.UseFont = true; - this.gvMx1totalStoredQty.Caption = "鎬诲凡鍏ュ簱鏁伴噺"; - this.gvMx1totalStoredQty.FieldName = "totalStoredQty"; + this.gvMx1totalStoredQty.Caption = "绱鍏ュ簱鏁伴噺"; + this.gvMx1totalStoredQty.FieldName = "qty3"; this.gvMx1totalStoredQty.MinWidth = 25; this.gvMx1totalStoredQty.Name = "gvMx1totalStoredQty"; this.gvMx1totalStoredQty.Tag = "query_a.TOTAL_STORED_QTY"; this.gvMx1totalStoredQty.Visible = true; - this.gvMx1totalStoredQty.VisibleIndex = 25; - this.gvMx1totalStoredQty.Width = 70; + this.gvMx1totalStoredQty.VisibleIndex = 21; + this.gvMx1totalStoredQty.Width = 28; // // gvMx1remainingStoredQty // this.gvMx1remainingStoredQty.AppearanceCell.Options.UseFont = true; this.gvMx1remainingStoredQty.Caption = "鍓╀綑鍏ュ簱鏁伴噺"; - this.gvMx1remainingStoredQty.FieldName = "remainingStoredQty"; + this.gvMx1remainingStoredQty.FieldName = "qty4"; this.gvMx1remainingStoredQty.MinWidth = 25; this.gvMx1remainingStoredQty.Name = "gvMx1remainingStoredQty"; this.gvMx1remainingStoredQty.Tag = "query_a.REMAINING_STORED_QTY"; this.gvMx1remainingStoredQty.Visible = true; - this.gvMx1remainingStoredQty.VisibleIndex = 26; - this.gvMx1remainingStoredQty.Width = 70; + this.gvMx1remainingStoredQty.VisibleIndex = 22; + this.gvMx1remainingStoredQty.Width = 32; // // gvMx1totalReturnedQty // this.gvMx1totalReturnedQty.AppearanceCell.Options.UseFont = true; - this.gvMx1totalReturnedQty.Caption = "鎬婚��璐ф暟閲�"; - this.gvMx1totalReturnedQty.FieldName = "totalReturnedQty"; + this.gvMx1totalReturnedQty.Caption = "绱閫�鏂欐暟閲�"; + this.gvMx1totalReturnedQty.FieldName = "qty5"; this.gvMx1totalReturnedQty.MinWidth = 25; this.gvMx1totalReturnedQty.Name = "gvMx1totalReturnedQty"; this.gvMx1totalReturnedQty.Tag = "query_a.TOTAL_RETURNED_QTY"; this.gvMx1totalReturnedQty.Visible = true; - this.gvMx1totalReturnedQty.VisibleIndex = 27; - this.gvMx1totalReturnedQty.Width = 70; + this.gvMx1totalReturnedQty.VisibleIndex = 23; + this.gvMx1totalReturnedQty.Width = 32; // // gvMx1returnableReceivedQty // this.gvMx1returnableReceivedQty.AppearanceCell.Options.UseFont = true; - this.gvMx1returnableReceivedQty.Caption = "鍙��鏀惰揣鏁伴噺"; - this.gvMx1returnableReceivedQty.FieldName = "returnableReceivedQty"; + this.gvMx1returnableReceivedQty.Caption = "鏀舵枡鍙��鏁伴噺"; + this.gvMx1returnableReceivedQty.FieldName = "qty6"; this.gvMx1returnableReceivedQty.MinWidth = 25; this.gvMx1returnableReceivedQty.Name = "gvMx1returnableReceivedQty"; this.gvMx1returnableReceivedQty.Tag = "query_a.RETURNABLE_RECEIVED_QTY"; this.gvMx1returnableReceivedQty.Visible = true; - this.gvMx1returnableReceivedQty.VisibleIndex = 28; - this.gvMx1returnableReceivedQty.Width = 70; + this.gvMx1returnableReceivedQty.VisibleIndex = 24; + this.gvMx1returnableReceivedQty.Width = 32; // // gvMx1returnableStoredQty // this.gvMx1returnableStoredQty.AppearanceCell.Options.UseFont = true; - this.gvMx1returnableStoredQty.Caption = "鍙��鍏ュ簱鏁伴噺"; - this.gvMx1returnableStoredQty.FieldName = "returnableStoredQty"; + this.gvMx1returnableStoredQty.Caption = "搴撳瓨鍙��鏁伴噺"; + this.gvMx1returnableStoredQty.FieldName = "qty7"; this.gvMx1returnableStoredQty.MinWidth = 25; this.gvMx1returnableStoredQty.Name = "gvMx1returnableStoredQty"; this.gvMx1returnableStoredQty.Tag = "query_a.RETURNABLE_STORED_QTY"; this.gvMx1returnableStoredQty.Visible = true; - this.gvMx1returnableStoredQty.VisibleIndex = 29; - this.gvMx1returnableStoredQty.Width = 70; + this.gvMx1returnableStoredQty.VisibleIndex = 25; + this.gvMx1returnableStoredQty.Width = 32; // // gvMx1sourceDocumentType // @@ -1300,8 +1455,8 @@ this.gvMx1sourceDocumentType.Name = "gvMx1sourceDocumentType"; this.gvMx1sourceDocumentType.Tag = "query_a.SOURCE_DOCUMENT_TYPE"; this.gvMx1sourceDocumentType.Visible = true; - this.gvMx1sourceDocumentType.VisibleIndex = 30; - this.gvMx1sourceDocumentType.Width = 80; + this.gvMx1sourceDocumentType.VisibleIndex = 26; + this.gvMx1sourceDocumentType.Width = 36; // // gvMx1planTrackingId // @@ -1312,8 +1467,8 @@ this.gvMx1planTrackingId.Name = "gvMx1planTrackingId"; this.gvMx1planTrackingId.Tag = "query_a.PLAN_TRACKING_ID"; this.gvMx1planTrackingId.Visible = true; - this.gvMx1planTrackingId.VisibleIndex = 31; - this.gvMx1planTrackingId.Width = 100; + this.gvMx1planTrackingId.VisibleIndex = 27; + this.gvMx1planTrackingId.Width = 46; // // gvMx1changeFlag // @@ -1324,8 +1479,8 @@ this.gvMx1changeFlag.Name = "gvMx1changeFlag"; this.gvMx1changeFlag.Tag = "query_a.CHANGE_FLAG"; this.gvMx1changeFlag.Visible = true; - this.gvMx1changeFlag.VisibleIndex = 32; - this.gvMx1changeFlag.Width = 50; + this.gvMx1changeFlag.VisibleIndex = 28; + this.gvMx1changeFlag.Width = 25; // // gvMx1demandDocumentLineId // @@ -1352,8 +1507,8 @@ this.gridColumn8.MinWidth = 25; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; - this.gridColumn8.VisibleIndex = 33; - this.gridColumn8.Width = 94; + this.gridColumn8.VisibleIndex = 30; + this.gridColumn8.Width = 43; // // picCheckBox // @@ -1397,11 +1552,24 @@ this.layoutMx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_documentTypeTxt.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_closeStatusTxt.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_cancellationStatusTxt.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_purchaseDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -1455,10 +1623,8 @@ private DevExpress.XtraEditors.SplitContainerControl splitMx1; private DevExpress.XtraLayout.LayoutControl layoutMx1; private DevExpress.XtraLayout.LayoutControlGroup Root; - private UserControl.UcLookSupplier txt_supplier; private DevExpress.XtraEditors.TextEdit txt_billNo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraTab.XtraTabControl tabMx; private DevExpress.XtraTab.XtraTabPage tabMxPage1; private DevExpress.XtraGrid.GridControl gcMx1; @@ -1500,12 +1666,27 @@ private DevExpress.XtraGrid.Columns.GridColumn gvMx1demandDocumentLineId; private DevExpress.XtraGrid.Columns.GridColumn gvcol6; private DevExpress.XtraEditors.TextEdit txt_guid; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.Utils.ToolTipController tips; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; + private DevExpress.XtraEditors.TextEdit txt_suppName; + private DevExpress.XtraEditors.TextEdit txt_documentTypeTxt; + private DevExpress.XtraEditors.TextEdit txt_suppNo; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; + private DevExpress.XtraEditors.TextEdit txt_closeStatusTxt; + private DevExpress.XtraEditors.TextEdit txt_cancellationStatusTxt; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; + private DevExpress.XtraEditors.TextEdit txt_dptName; + private DevExpress.XtraEditors.TextEdit txt_purchaseDate; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; } } \ No newline at end of file -- Gitblit v1.9.3