From e254696c0b579c24481e26355e46af3727a5b123 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 22 五月 2025 07:59:16 +0800
Subject: [PATCH] 称重
---
DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs
index ce76d58..203f654 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs
@@ -126,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 = "";
//
@@ -192,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
@@ -737,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 = "淇濆瓨淇℃伅";
//
--
Gitblit v1.9.3