namespace HDIPMk2Streaming
{
partial class PasswordForm
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.TxBxPassword = new System.Windows.Forms.TextBox();
this.BtnEnter = new System.Windows.Forms.Button();
this.BtnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(233, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Please enter password to open advanced menu";
//
// TxBxPassword
//
this.TxBxPassword.Location = new System.Drawing.Point(62, 36);
this.TxBxPassword.Name = "TxBxPassword";
this.TxBxPassword.PasswordChar = '*';
this.TxBxPassword.Size = new System.Drawing.Size(127, 20);
this.TxBxPassword.TabIndex = 1;
this.TxBxPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
//
// BtnEnter
//
this.BtnEnter.Location = new System.Drawing.Point(62, 62);
this.BtnEnter.Name = "BtnEnter";
this.BtnEnter.Size = new System.Drawing.Size(127, 23);
this.BtnEnter.TabIndex = 2;
this.BtnEnter.Text = "Enter";
this.BtnEnter.UseVisualStyleBackColor = true;
this.BtnEnter.Click += new System.EventHandler(this.BtnEnter_Click);
//
// BtnCancel
//
this.BtnCancel.Location = new System.Drawing.Point(62, 91);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(127, 23);
this.BtnCancel.TabIndex = 3;
this.BtnCancel.Text = "Cancel";
this.BtnCancel.UseVisualStyleBackColor = true;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// PasswordForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ScrollBar;
this.ClientSize = new System.Drawing.Size(253, 126);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnEnter);
this.Controls.Add(this.TxBxPassword);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "PasswordForm";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox TxBxPassword;
private System.Windows.Forms.Button BtnEnter;
private System.Windows.Forms.Button BtnCancel;
}
}