| | |
| | | // |
| | | // 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 = ""; |
| | | // |
| | |
| | | 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 |
| | |
| | | // wizardPage1 |
| | | // |
| | | this.wizardPage1.Controls.Add(this.splitLeft); |
| | | this.wizardPage1.DescriptionText = "你可以选择一个或多个"; |
| | | this.wizardPage1.DescriptionText = "你可选择一个或多个,重复或已设置的物料,保存时将自动忽略"; |
| | | this.wizardPage1.Margin = new System.Windows.Forms.Padding(4); |
| | | this.wizardPage1.Name = "wizardPage1"; |
| | | this.wizardPage1.Size = new System.Drawing.Size(998, 540); |
| | |
| | | // |
| | | // 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 = "保存信息"; |
| | | // |