namespace XenAdmin.Wizards.HAWizard_Pages { partial class Intro { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Intro)); this.labelBlurb = new System.Windows.Forms.Label(); this.labelTitle = new System.Windows.Forms.Label(); this.SuspendLayout(); // // labelBlurb // resources.ApplyResources(this.labelBlurb, "labelBlurb"); this.labelBlurb.Name = "labelBlurb"; // // labelTitle // resources.ApplyResources(this.labelTitle, "labelTitle"); this.labelTitle.Name = "labelTitle"; // // Intro // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.labelTitle); this.Controls.Add(this.labelBlurb); this.Name = "Intro"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelBlurb; private System.Windows.Forms.Label labelTitle; } }