From ebd94be5f56d7e5084db5c3c1574dfc60290dd86 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 26 三月 2025 15:55:16 +0800 Subject: [PATCH] 入库 --- DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesInvItemOut_SCLL.Designer.cs | 20 ++++++-------------- 1 files changed, 6 insertions(+), 14 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesInvItemOut_SCLL.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesInvItemOut_SCLL.Designer.cs index 7381d15..fe5c89e 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesInvItemOut_SCLL.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesInvItemOut_SCLL.Designer.cs @@ -125,7 +125,6 @@ this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx2remark = new DevExpress.XtraGrid.Columns.GridColumn(); this.picCheckBox = new System.Windows.Forms.PictureBox(); - this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -190,6 +189,7 @@ // this.toolBarMenu1.chkParameter = null; this.toolBarMenu1.currentAction = null; + this.toolBarMenu1.defaultActions = null; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; @@ -275,8 +275,7 @@ this.gridColumn8, this.gridColumn11, this.gridColumn9, - this.gridColumn10, - this.gridColumn12}); + this.gridColumn10}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; @@ -977,6 +976,8 @@ // // gvMx1 // + this.gvMx1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1.Appearance.Row.Options.UseFont = true; this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gvMx1guid, this.gvMx1itemNo, @@ -1136,6 +1137,8 @@ // // gvMx2 // + this.gvMx2.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx2.Appearance.Row.Options.UseFont = true; this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gvMx2itemBarcode, this.gvMx2itemNo, @@ -1284,16 +1287,6 @@ this.picCheckBox.TabIndex = 8; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; - // - // gridColumn12 - // - this.gridColumn12.Caption = "鎶曟枡鍗曞彿"; - this.gridColumn12.FieldName = "tldh"; - this.gridColumn12.MinWidth = 25; - this.gridColumn12.Name = "gridColumn12"; - this.gridColumn12.Visible = true; - this.gridColumn12.VisibleIndex = 18; - this.gridColumn12.Width = 94; // // Frm_MesInvItemOut_SCLL // @@ -1455,6 +1448,5 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; private DevExpress.XtraLayout.LayoutControlItem sp_fSubsidiary; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; } } \ No newline at end of file -- Gitblit v1.9.3