xenadmin/XenAdmin/Controls/Common/PasswordFailure.Designer.cs

68 lines
2.5 KiB
C#
Raw Normal View History

namespace XenAdmin.Controls.Common
{
partial class PasswordFailure
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}