From ae74fac520bd2545ea479ab9da0a7a62cc05de08 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 20 五月 2025 14:02:32 +0800 Subject: [PATCH] 其它出入库 --- DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs | 32 ++++++++------------------------ 1 files changed, 8 insertions(+), 24 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs index 26e4b48..203f654 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs @@ -75,7 +75,6 @@ this.gv_salesOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_orderLineId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panBom = new DevExpress.XtraEditors.PanelControl(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.splitRight = new DevExpress.XtraEditors.SplitContainerControl(); @@ -127,18 +126,22 @@ // // wizardControl1 // + this.wizardControl1.CancelText = "鍙栨秷"; this.wizardControl1.Controls.Add(this.welcomeWizardPage1); this.wizardControl1.Controls.Add(this.wizardPage1); this.wizardControl1.Controls.Add(this.completionWizardPage1); this.wizardControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.wizardControl1.FinishText = "&淇濆瓨"; this.wizardControl1.ImageOptions.ImageWidth = 100; this.wizardControl1.Margin = new System.Windows.Forms.Padding(4); this.wizardControl1.MinimumSize = new System.Drawing.Size(133, 138); this.wizardControl1.Name = "wizardControl1"; + this.wizardControl1.NextText = "&涓嬩竴姝� >"; this.wizardControl1.Pages.AddRange(new DevExpress.XtraWizard.BaseWizardPage[] { this.welcomeWizardPage1, this.wizardPage1, this.completionWizardPage1}); + this.wizardControl1.PreviousText = "< &涓婁竴姝�"; this.wizardControl1.Size = new System.Drawing.Size(1038, 718); this.wizardControl1.Text = ""; // @@ -193,7 +196,6 @@ this.gvMx1.Name = "gvMx1"; this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gvMx1.OptionsFind.ShowSearchNavButtons = false; - this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.gvMx1.OptionsView.ShowGroupPanel = false; // // gvMx1guid @@ -481,8 +483,7 @@ this.gv2, this.gv_salesOrderId, this.gv_orderLineId, - this.gv_itemId, - this.gridColumn2}); + this.gv_itemId}); this.gvMain.GridControl = this.gcMain; this.gvMain.IndicatorWidth = 50; this.gvMain.Name = "gvMain"; @@ -518,7 +519,7 @@ this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Tag = "org.FNumber"; this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 5; + this.gridColumn1.VisibleIndex = 4; this.gridColumn1.Width = 50; // // gv2 @@ -566,22 +567,6 @@ this.gv_itemId.OptionsColumn.AllowEdit = false; this.gv_itemId.Tag = "a.item_model"; this.gv_itemId.Width = 50; - // - // gridColumn2 - // - this.gridColumn2.AppearanceCell.ForeColor = System.Drawing.Color.Red; - this.gridColumn2.AppearanceCell.Options.UseForeColor = true; - this.gridColumn2.AppearanceHeader.ForeColor = System.Drawing.Color.Red; - this.gridColumn2.AppearanceHeader.Options.UseForeColor = true; - this.gridColumn2.Caption = "閰嶇疆娆℃暟"; - this.gridColumn2.FieldName = "jyxm"; - this.gridColumn2.MaxWidth = 50; - this.gridColumn2.MinWidth = 50; - this.gridColumn2.Name = "gridColumn2"; - this.gridColumn2.OptionsColumn.ReadOnly = true; - this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 4; - this.gridColumn2.Width = 50; // // panBom // @@ -755,10 +740,10 @@ // // completionWizardPage1 // - this.completionWizardPage1.FinishText = "鏈�鍚庝竴姝ワ紝鐐瑰嚮鈥淔inish鈥濅繚瀛樺鍒朵俊鎭�"; + this.completionWizardPage1.FinishText = "鏈�鍚庝竴姝ワ紝鐐瑰嚮鈥滀繚瀛樷�濆畬鎴愭搷浣�"; this.completionWizardPage1.Margin = new System.Windows.Forms.Padding(4); this.completionWizardPage1.Name = "completionWizardPage1"; - this.completionWizardPage1.ProceedText = "鐐瑰嚮鈥淔inish鈥濅繚瀛樹俊鎭�"; + this.completionWizardPage1.ProceedText = "鐐瑰嚮鈥滀繚瀛樷�濆畬鎴愭搷浣�"; this.completionWizardPage1.Size = new System.Drawing.Size(898, 553); this.completionWizardPage1.Text = "淇濆瓨淇℃伅"; // @@ -839,7 +824,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId; private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId; private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraGrid.Columns.GridColumn colChkInt; private DevExpress.XtraGrid.GridControl gcMx1; -- Gitblit v1.9.3