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.lbParameter = new DevExpress.XtraEditors.LabelControl();
this.completionWizardPage1 = new DevExpress.XtraWizard.CompletionWizardPage();
((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).BeginInit();
this.wizardControl1.SuspendLayout();
this.wizardPage1.SuspendLayout();
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.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.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.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 = "第一步:选择表";
//
// lbParameter
//
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.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 = "第二步:保存";
//
// 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 = "设计向导";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).EndInit();
this.wizardControl1.ResumeLayout(false);
this.wizardPage1.ResumeLayout(false);
this.wizardPage1.PerformLayout();
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.XtraEditors.LabelControl lbParameter;
}
}