| | |
| | | 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 |
| | |
| | | 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; |
| | |
| | | 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); |
| | |
| | | // |
| | | // 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.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 |
| | | // |
| | |
| | | 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 |
| | | // |
| | |
| | | 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); |
| | | |
| | | } |
| | |
| | | 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; |
| | | } |
| | | } |