namespace HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls {
partial class WizardBanner {
///
/// 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.etchedLine1 = new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.EtchedLine();
this.lblSubtitle = new System.Windows.Forms.Label();
this.lblTitle = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// etchedLine1
//
this.etchedLine1.DarkColor = System.Drawing.SystemColors.ControlDark;
this.etchedLine1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.etchedLine1.Edge = HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.EtchEdge.Bottom;
this.etchedLine1.LightColor = System.Drawing.SystemColors.ControlLight;
this.etchedLine1.Location = new System.Drawing.Point(0, 61);
this.etchedLine1.Name = "etchedLine1";
this.etchedLine1.Size = new System.Drawing.Size(541, 20);
this.etchedLine1.TabIndex = 0;
//
// lblSubtitle
//
this.lblSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblSubtitle.Location = new System.Drawing.Point(21, 32);
this.lblSubtitle.Name = "lblSubtitle";
this.lblSubtitle.Size = new System.Drawing.Size(517, 36);
this.lblSubtitle.TabIndex = 4;
this.lblSubtitle.Text = "Subtitle";
//
// lblTitle
//
this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Location = new System.Drawing.Point(3, 15);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(538, 17);
this.lblTitle.TabIndex = 3;
this.lblTitle.Text = "Title";
//
// WizardBanner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblSubtitle);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.etchedLine1);
this.Name = "WizardBanner";
this.Size = new System.Drawing.Size(541, 81);
this.ResumeLayout(false);
}
#endregion
private EtchedLine etchedLine1;
private System.Windows.Forms.Label lblSubtitle;
private System.Windows.Forms.Label lblTitle;
}
}