From d35bb711f8d3d267b44b4a80c20e31dabf309ae7 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 14 一月 2025 08:17:18 +0800 Subject: [PATCH] 其它入库 --- DevApp/Gs.DevApp/UserControl/ShowRptWizard.Designer.cs | 42 +++++++++++++++--------------------------- 1 files changed, 15 insertions(+), 27 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/ShowRptWizard.Designer.cs b/DevApp/Gs.DevApp/UserControl/ShowRptWizard.Designer.cs index 13aedae..9e7a74f 100644 --- a/DevApp/Gs.DevApp/UserControl/ShowRptWizard.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/ShowRptWizard.Designer.cs @@ -31,13 +31,11 @@ this.wizardControl1 = new DevExpress.XtraWizard.WizardControl(); this.welcomeWizardPage1 = new DevExpress.XtraWizard.WelcomeWizardPage(); this.wizardPage1 = new DevExpress.XtraWizard.WizardPage(); - this.chkTable = new DevExpress.XtraEditors.CheckedListBoxControl(); + this.lbParameter = new DevExpress.XtraEditors.LabelControl(); this.completionWizardPage1 = new DevExpress.XtraWizard.CompletionWizardPage(); - this.wizardPage2 = new DevExpress.XtraWizard.WizardPage(); ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).BeginInit(); this.wizardControl1.SuspendLayout(); this.wizardPage1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.chkTable)).BeginInit(); this.SuspendLayout(); // // wizardControl1 @@ -46,7 +44,6 @@ this.wizardControl1.Controls.Add(this.welcomeWizardPage1); this.wizardControl1.Controls.Add(this.wizardPage1); this.wizardControl1.Controls.Add(this.completionWizardPage1); - this.wizardControl1.Controls.Add(this.wizardPage2); this.wizardControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.wizardControl1.FinishText = "&淇濆瓨"; this.wizardControl1.ImageOptions.ImageWidth = 247; @@ -57,7 +54,6 @@ this.wizardControl1.Pages.AddRange(new DevExpress.XtraWizard.BaseWizardPage[] { this.welcomeWizardPage1, this.wizardPage1, - this.wizardPage2, this.completionWizardPage1}); this.wizardControl1.PreviousText = "< &涓婁竴姝�"; this.wizardControl1.Size = new System.Drawing.Size(903, 598); @@ -74,22 +70,22 @@ // // wizardPage1 // - this.wizardPage1.Controls.Add(this.chkTable); - this.wizardPage1.DescriptionText = "璇烽�夋嫨鐩稿簲鐨勮〃锛屽缓璁笉瑕佸閫夊摝"; + this.wizardPage1.Controls.Add(this.lbParameter); + this.wizardPage1.DescriptionText = "璇烽�夋嫨鐩稿簲鐨勬暟鎹潵婧愬拰鍙傛暟"; this.wizardPage1.Margin = new System.Windows.Forms.Padding(4); this.wizardPage1.Name = "wizardPage1"; this.wizardPage1.Size = new System.Drawing.Size(863, 420); this.wizardPage1.Text = "绗竴姝ワ細閫夋嫨琛�"; // - // chkTable + // lbParameter // - this.chkTable.CheckOnClick = true; - this.chkTable.Dock = System.Windows.Forms.DockStyle.Fill; - this.chkTable.Location = new System.Drawing.Point(0, 0); - this.chkTable.MultiColumn = true; - this.chkTable.Name = "chkTable"; - this.chkTable.Size = new System.Drawing.Size(863, 420); - this.chkTable.TabIndex = 0; + this.lbParameter.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); + this.lbParameter.Appearance.Options.UseFont = true; + this.lbParameter.Location = new System.Drawing.Point(41, 61); + this.lbParameter.Name = "lbParameter"; + this.lbParameter.Size = new System.Drawing.Size(118, 24); + this.lbParameter.TabIndex = 0; + this.lbParameter.Text = "labelControl1"; // // completionWizardPage1 // @@ -98,14 +94,7 @@ this.completionWizardPage1.Name = "completionWizardPage1"; this.completionWizardPage1.ProceedText = "鍚戝瀹屾垚,璇风偣鍑� 淇濆瓨"; this.completionWizardPage1.Size = new System.Drawing.Size(616, 433); - this.completionWizardPage1.Text = "绗笁姝ワ細淇濆瓨"; - // - // wizardPage2 - // - this.wizardPage2.DescriptionText = "鎴戜滑寤鸿鍏ㄩ儴鍕鹃��"; - this.wizardPage2.Name = "wizardPage2"; - this.wizardPage2.Size = new System.Drawing.Size(863, 420); - this.wizardPage2.Text = "绗簩姝ワ細鍕鹃�夊瓧娈�"; + this.completionWizardPage1.Text = "绗簩姝ワ細淇濆瓨"; // // ShowRptWizard // @@ -121,10 +110,11 @@ this.Name = "ShowRptWizard"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "璁捐鍚戝"; + this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).EndInit(); this.wizardControl1.ResumeLayout(false); this.wizardPage1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.chkTable)).EndInit(); + this.wizardPage1.PerformLayout(); this.ResumeLayout(false); } @@ -135,8 +125,6 @@ private DevExpress.XtraWizard.WelcomeWizardPage welcomeWizardPage1; private DevExpress.XtraWizard.WizardPage wizardPage1; private DevExpress.XtraWizard.CompletionWizardPage completionWizardPage1; - private DevExpress.XtraWizard.WizardPage wizardPage2; - private DevExpress.XtraEditors.CheckedListBoxControl chkTable; - + private DevExpress.XtraEditors.LabelControl lbParameter; } } \ No newline at end of file -- Gitblit v1.9.3