From feda55cf6e916b826c5d6c8b5d96d7dab795f715 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期日, 03 八月 2025 08:51:15 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs | 106 +++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 75 insertions(+), 31 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs index e3b9ede..fd9ea2a 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs @@ -128,9 +128,9 @@ this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); - this.lab_daa014 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); + this.lab_daa014 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); @@ -184,7 +184,9 @@ this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.rptBl = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); - this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); + this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx2 = new DevExpress.XtraGrid.GridControl(); this.gvMx2 = new DevExpress.XtraGrid.Views.Grid.GridView(); @@ -259,9 +261,9 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.lab_daa014)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.lab_daa014)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); @@ -305,7 +307,6 @@ ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rptBl)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit(); @@ -885,7 +886,7 @@ // // txt_daa014 // - this.txt_daa014.Location = new System.Drawing.Point(692, 105); + this.txt_daa014.Location = new System.Drawing.Point(692, 136); this.txt_daa014.Name = "txt_daa014"; this.txt_daa014.Size = new System.Drawing.Size(228, 24); this.txt_daa014.StyleController = this.layoutMx1; @@ -912,8 +913,10 @@ // // txt_chkOut // - this.txt_chkOut.Location = new System.Drawing.Point(316, 136); + this.txt_chkOut.Location = new System.Drawing.Point(620, 105); this.txt_chkOut.Name = "txt_chkOut"; + this.txt_chkOut.Properties.Appearance.ForeColor = System.Drawing.Color.Blue; + this.txt_chkOut.Properties.Appearance.Options.UseForeColor = true; this.txt_chkOut.Properties.Caption = "鏄惁鑷姩鐢熸垚琛ユ枡鍗�"; this.txt_chkOut.Size = new System.Drawing.Size(300, 24); this.txt_chkOut.StyleController = this.layoutMx1; @@ -974,9 +977,9 @@ this.layoutControlItem8, this.layoutControlItem6, this.layoutControlItem2, - this.lab_daa014, this.layoutControlItem19, this.layoutControlItem20, + this.lab_daa014, this.layoutControlItem34}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; @@ -1173,17 +1176,6 @@ this.layoutControlItem2.Text = "浠诲姟鍗曞彿"; this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18); // - // lab_daa014 - // - this.lab_daa014.Control = this.txt_daa014; - this.lab_daa014.Location = new System.Drawing.Point(608, 93); - this.lab_daa014.Name = "lab_daa014"; - this.lab_daa014.OptionsTableLayoutItem.ColumnIndex = 2; - this.lab_daa014.OptionsTableLayoutItem.RowIndex = 3; - this.lab_daa014.Size = new System.Drawing.Size(304, 31); - this.lab_daa014.Text = "鎶曟枡鍗曞彿"; - this.lab_daa014.TextSize = new System.Drawing.Size(60, 18); - // // layoutControlItem19 // this.layoutControlItem19.Control = this.txt_tbl026; @@ -1206,13 +1198,24 @@ this.layoutControlItem20.Text = "鎵瑰噯鏃堕棿"; this.layoutControlItem20.TextSize = new System.Drawing.Size(60, 18); // + // lab_daa014 + // + this.lab_daa014.Control = this.txt_daa014; + this.lab_daa014.Location = new System.Drawing.Point(608, 124); + this.lab_daa014.Name = "lab_daa014"; + this.lab_daa014.OptionsTableLayoutItem.ColumnIndex = 2; + this.lab_daa014.OptionsTableLayoutItem.RowIndex = 4; + this.lab_daa014.Size = new System.Drawing.Size(304, 31); + this.lab_daa014.Text = "鎶曟枡鍗曞彿"; + this.lab_daa014.TextSize = new System.Drawing.Size(60, 18); + // // layoutControlItem34 // this.layoutControlItem34.Control = this.txt_chkOut; - this.layoutControlItem34.Location = new System.Drawing.Point(304, 124); + this.layoutControlItem34.Location = new System.Drawing.Point(608, 93); this.layoutControlItem34.Name = "layoutControlItem34"; - this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem34.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem34.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem34.Size = new System.Drawing.Size(304, 31); this.layoutControlItem34.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem34.TextVisible = false; @@ -1649,8 +1652,7 @@ this.gcMx1.Name = "gcMx1"; this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit1, - this.rptBl, - this.repositoryItemMemoEdit1}); + this.rptBl}); this.gcMx1.Size = new System.Drawing.Size(1256, 228); this.gcMx1.TabIndex = 0; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { @@ -1675,7 +1677,10 @@ this.gridColumn2, this.gvMxDel, this.gridColumn18, - this.gridColumn19}); + this.gridColumn19, + this.gridColumn20, + this.gridColumn22, + this.gridColumn23}); this.gvMx1.GridControl = this.gcMx1; this.gvMx1.Name = "gvMx1"; this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; @@ -1759,7 +1764,7 @@ this.gvMx1tld005.FieldName = "tld005"; this.gvMx1tld005.MinWidth = 50; this.gvMx1tld005.Name = "gvMx1tld005"; - this.gvMx1tld005.Tag = "edit"; + this.gvMx1tld005.Tag = "yz_quantity_0_edit"; this.gvMx1tld005.Visible = true; this.gvMx1tld005.VisibleIndex = 4; this.gvMx1tld005.Width = 78; @@ -1889,9 +1894,47 @@ this.rptBl.Name = "rptBl"; this.rptBl.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptBl_ButtonClick); // - // repositoryItemMemoEdit1 + // gridColumn20 // - this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; + this.gridColumn20.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical; + this.gridColumn20.AppearanceCell.Options.UseForeColor = true; + this.gridColumn20.AppearanceHeader.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical; + this.gridColumn20.AppearanceHeader.Options.UseForeColor = true; + this.gridColumn20.Caption = "绱鐢宠閲�"; + this.gridColumn20.FieldName = "sqQty"; + this.gridColumn20.MinWidth = 25; + this.gridColumn20.Name = "gridColumn20"; + this.gridColumn20.Visible = true; + this.gridColumn20.VisibleIndex = 13; + this.gridColumn20.Width = 94; + // + // gridColumn22 + // + this.gridColumn22.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical; + this.gridColumn22.AppearanceCell.Options.UseForeColor = true; + this.gridColumn22.AppearanceHeader.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical; + this.gridColumn22.AppearanceHeader.Options.UseForeColor = true; + this.gridColumn22.Caption = "绱Н閫�閲�"; + this.gridColumn22.FieldName = "tQty"; + this.gridColumn22.MinWidth = 25; + this.gridColumn22.Name = "gridColumn22"; + this.gridColumn22.Visible = true; + this.gridColumn22.VisibleIndex = 14; + this.gridColumn22.Width = 94; + // + // gridColumn23 + // + this.gridColumn23.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical; + this.gridColumn23.AppearanceCell.Options.UseForeColor = true; + this.gridColumn23.AppearanceHeader.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical; + this.gridColumn23.AppearanceHeader.Options.UseForeColor = true; + this.gridColumn23.Caption = "绱琛ラ噺"; + this.gridColumn23.FieldName = "bQty"; + this.gridColumn23.MinWidth = 25; + this.gridColumn23.Name = "gridColumn23"; + this.gridColumn23.Visible = true; + this.gridColumn23.VisibleIndex = 15; + this.gridColumn23.Width = 94; // // xtraTabPage3 // @@ -2149,9 +2192,9 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.lab_daa014)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.lab_daa014)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); @@ -2195,7 +2238,6 @@ ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rptBl)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); this.xtraTabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit(); @@ -2308,9 +2350,7 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit rptBl; - private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; - private DevExpress.XtraLayout.LayoutControlItem lab_daa014; private DevExpress.XtraGrid.Columns.GridColumn gridColumn21; private DevExpress.XtraEditors.TextEdit txt_tbl026; private DevExpress.XtraEditors.TextEdit txt_tbl025; @@ -2347,6 +2387,10 @@ private DevExpress.XtraEditors.LabelControl lbMxGuid; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem33; private DevExpress.XtraEditors.CheckEdit txt_chkOut; + private DevExpress.XtraLayout.LayoutControlItem lab_daa014; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem34; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn22; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn23; } } \ No newline at end of file -- Gitblit v1.9.3