namespace XenAdmin.Controls.Common { partial class PasswordFailure { /// /// 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(PasswordFailure)); this.errorPictureBox = new System.Windows.Forms.PictureBox(); this.errorLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.errorPictureBox)).BeginInit(); this.SuspendLayout(); // // errorPictureBox // resources.ApplyResources(this.errorPictureBox, "errorPictureBox"); this.errorPictureBox.Name = "errorPictureBox"; this.errorPictureBox.TabStop = false; // // errorLabel // resources.ApplyResources(this.errorLabel, "errorLabel"); this.errorLabel.ForeColor = System.Drawing.Color.Red; this.errorLabel.Name = "errorLabel"; // // PasswordFailure // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.errorLabel); this.Controls.Add(this.errorPictureBox); this.Name = "PasswordFailure"; ((System.ComponentModel.ISupportInitialize)(this.errorPictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox errorPictureBox; private System.Windows.Forms.Label errorLabel; } }