From 80573826d4a94f9bca0bba021295405eff813ae0 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 28 四月 2025 16:49:02 +0800 Subject: [PATCH] 异常 --- DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.Designer.cs index ce76d58..f4b0ee1 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 = ""; // @@ -737,10 +741,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