namespace Gs.DevApp.UserControl { partial class ShowRptWizard { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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.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.CancelText = "取消"; 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.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.wizardPage2, this.completionWizardPage1}); this.wizardControl1.PreviousText = "< &上一步"; this.wizardControl1.Size = new System.Drawing.Size(903, 598); this.wizardControl1.Text = ""; // // welcomeWizardPage1 // this.welcomeWizardPage1.IntroductionText = "你好,当你看到这个页面的时候,说明报表未初始化,请根据向导进行初始化工作……"; this.welcomeWizardPage1.Margin = new System.Windows.Forms.Padding(4); this.welcomeWizardPage1.Name = "welcomeWizardPage1"; this.welcomeWizardPage1.ProceedText = "如果要继续,请点击 下一步"; this.welcomeWizardPage1.Size = new System.Drawing.Size(616, 433); this.welcomeWizardPage1.Text = "GS-MES 报表设计向导"; // // wizardPage1 // this.wizardPage1.Controls.Add(this.chkTable); 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 // 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; // // completionWizardPage1 // this.completionWizardPage1.FinishText = "选择工作完成,点击 保存"; this.completionWizardPage1.Margin = new System.Windows.Forms.Padding(4); 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 = "第二步:勾选字段"; // // ShowRptWizard // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(903, 598); this.Controls.Add(this.wizardControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ShowRptWizard"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设计向导"; ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).EndInit(); this.wizardControl1.ResumeLayout(false); this.wizardPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chkTable)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraWizard.WizardControl wizardControl1; 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; } }