telldus/scheduler/DeviceScheduler/frmAskUsername.Designer.cs
2008-02-14 10:53:09 +00:00

176 lines
No EOL
7.5 KiB
C#

namespace DeviceScheduler
{
partial class frmAskUsername
{
/// <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 Windows Form 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(frmAskUsername));
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.txtUsername = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cmdOK = new System.Windows.Forms.Button();
this.cmdCancel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// pictureBox2
//
this.pictureBox2.AccessibleDescription = null;
this.pictureBox2.AccessibleName = null;
resources.ApplyResources(this.pictureBox2, "pictureBox2");
this.pictureBox2.BackgroundImage = null;
this.pictureBox2.Font = null;
this.pictureBox2.ImageLocation = null;
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.TabStop = false;
//
// label16
//
this.label16.AccessibleDescription = null;
this.label16.AccessibleName = null;
resources.ApplyResources(this.label16, "label16");
this.label16.Font = null;
this.label16.Name = "label16";
//
// label15
//
this.label15.AccessibleDescription = null;
this.label15.AccessibleName = null;
resources.ApplyResources(this.label15, "label15");
this.label15.Font = null;
this.label15.Name = "label15";
//
// txtPassword
//
this.txtPassword.AccessibleDescription = null;
this.txtPassword.AccessibleName = null;
resources.ApplyResources(this.txtPassword, "txtPassword");
this.txtPassword.BackgroundImage = null;
this.txtPassword.Font = null;
this.txtPassword.Name = "txtPassword";
//
// txtUsername
//
this.txtUsername.AccessibleDescription = null;
this.txtUsername.AccessibleName = null;
resources.ApplyResources(this.txtUsername, "txtUsername");
this.txtUsername.BackgroundImage = null;
this.txtUsername.Font = null;
this.txtUsername.Name = "txtUsername";
this.txtUsername.TextChanged += new System.EventHandler(this.txtUsername_TextChanged);
//
// label14
//
this.label14.AccessibleDescription = null;
this.label14.AccessibleName = null;
resources.ApplyResources(this.label14, "label14");
this.label14.Font = null;
this.label14.Name = "label14";
//
// groupBox1
//
this.groupBox1.AccessibleDescription = null;
this.groupBox1.AccessibleName = null;
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.BackgroundImage = null;
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.txtPassword);
this.groupBox1.Controls.Add(this.txtUsername);
this.groupBox1.Font = null;
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// cmdOK
//
this.cmdOK.AccessibleDescription = null;
this.cmdOK.AccessibleName = null;
resources.ApplyResources(this.cmdOK, "cmdOK");
this.cmdOK.BackgroundImage = null;
this.cmdOK.Font = null;
this.cmdOK.Name = "cmdOK";
this.cmdOK.UseVisualStyleBackColor = true;
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
//
// cmdCancel
//
this.cmdCancel.AccessibleDescription = null;
this.cmdCancel.AccessibleName = null;
resources.ApplyResources(this.cmdCancel, "cmdCancel");
this.cmdCancel.BackgroundImage = null;
this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cmdCancel.Font = null;
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// frmAskUsername
//
this.AcceptButton = this.cmdOK;
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = null;
this.CancelButton = this.cmdCancel;
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.cmdOK);
this.Controls.Add(this.groupBox1);
this.Font = null;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = null;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAskUsername";
this.Load += new System.EventHandler(this.frmAskUsername_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.TextBox txtUsername;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button cmdOK;
private System.Windows.Forms.Button cmdCancel;
}
}