namespace HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard {
partial class WizardPage {
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.wizardBanner = new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.WizardBanner();
this.SuspendLayout();
//
// wizardBanner
//
this.wizardBanner.BackColor = System.Drawing.SystemColors.Window;
this.wizardBanner.Dock = System.Windows.Forms.DockStyle.Top;
this.wizardBanner.Location = new System.Drawing.Point(0, 0);
this.wizardBanner.Name = "wizardBanner";
this.wizardBanner.Size = new System.Drawing.Size(320, 81);
this.wizardBanner.Subtitle = "Subtitle";
this.wizardBanner.TabIndex = 0;
this.wizardBanner.Title = "Title";
//
// WizardPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.wizardBanner);
this.Name = "WizardPage";
this.Size = new System.Drawing.Size(320, 240);
this.ResumeLayout(false);
}
#endregion
public Controls.WizardBanner wizardBanner;
}
}