| | |
| | | // |
| | | // 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 = ""; |
| | | // |
| | |
| | | // |
| | | // completionWizardPage1 |
| | | // |
| | | this.completionWizardPage1.FinishText = "最后一步,点击“Finish”保存复制信息"; |
| | | this.completionWizardPage1.FinishText = "最后一步,点击“保存”完成操作"; |
| | | this.completionWizardPage1.Margin = new System.Windows.Forms.Padding(4); |
| | | this.completionWizardPage1.Name = "completionWizardPage1"; |
| | | this.completionWizardPage1.ProceedText = "点击“Finish”保存信息"; |
| | | this.completionWizardPage1.ProceedText = "点击“保存”完成操作"; |
| | | this.completionWizardPage1.Size = new System.Drawing.Size(898, 553); |
| | | this.completionWizardPage1.Text = "保存信息"; |
| | | // |