namespace FietsClient
{
partial class Login
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.UsernameBox = new System.Windows.Forms.TextBox();
this.PasswordBox = new System.Windows.Forms.TextBox();
this.SubmitButton = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.menuBar = new System.Windows.Forms.Panel();
this.connLBL = new System.Windows.Forms.Label();
this.reconnectBTN = new System.Windows.Forms.Button();
this.exit = new System.Windows.Forms.Button();
this.errorLBL = new System.Windows.Forms.Label();
this.menuBar.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(62, 131);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(111, 30);
this.label1.TabIndex = 0;
this.label1.Text = "Username:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(64, 179);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(105, 30);
this.label2.TabIndex = 1;
this.label2.Text = "Password:";
//
// UsernameBox
//
this.UsernameBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.UsernameBox.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.UsernameBox.Location = new System.Drawing.Point(222, 138);
this.UsernameBox.Name = "UsernameBox";
this.UsernameBox.Size = new System.Drawing.Size(223, 20);
this.UsernameBox.TabIndex = 2;
//
// PasswordBox
//
this.PasswordBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.PasswordBox.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PasswordBox.Location = new System.Drawing.Point(222, 186);
this.PasswordBox.Name = "PasswordBox";
this.PasswordBox.PasswordChar = '♥';
this.PasswordBox.Size = new System.Drawing.Size(223, 20);
this.PasswordBox.TabIndex = 3;
this.PasswordBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PasswordBox_KeyDown);
//
// SubmitButton
//
this.SubmitButton.BackColor = System.Drawing.Color.Maroon;
this.SubmitButton.FlatAppearance.BorderSize = 0;
this.SubmitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.SubmitButton.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SubmitButton.ForeColor = System.Drawing.Color.White;
this.SubmitButton.Location = new System.Drawing.Point(-6, 321);
this.SubmitButton.Name = "SubmitButton";
this.SubmitButton.Size = new System.Drawing.Size(495, 41);
this.SubmitButton.TabIndex = 4;
this.SubmitButton.Text = "Submit";
this.SubmitButton.UseVisualStyleBackColor = false;
this.SubmitButton.Click += new System.EventHandler(this.SubmitButton_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Location = new System.Drawing.Point(219, 129);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(229, 37);
this.panel1.TabIndex = 5;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
this.panel2.Location = new System.Drawing.Point(219, 177);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(229, 37);
this.panel2.TabIndex = 6;
//
// menuBar
//
this.menuBar.BackColor = System.Drawing.Color.White;
this.menuBar.Controls.Add(this.connLBL);
this.menuBar.Controls.Add(this.reconnectBTN);
this.menuBar.Controls.Add(this.exit);
this.menuBar.Location = new System.Drawing.Point(-6, 0);
this.menuBar.Name = "menuBar";
this.menuBar.Size = new System.Drawing.Size(495, 27);
this.menuBar.TabIndex = 6;
this.menuBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.menuBar_MouseDown);
//
// connLBL
//
this.connLBL.AutoSize = true;
this.connLBL.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.connLBL.ForeColor = System.Drawing.Color.DarkRed;
this.connLBL.Location = new System.Drawing.Point(168, 5);
this.connLBL.Name = "connLBL";
this.connLBL.Size = new System.Drawing.Size(0, 17);
this.connLBL.TabIndex = 8;
//
// reconnectBTN
//
this.reconnectBTN.BackColor = System.Drawing.Color.Transparent;
this.reconnectBTN.BackgroundImage = global::FietsClient.Properties.Resources.FeatureIconRebootMachines;
this.reconnectBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.reconnectBTN.FlatAppearance.BorderSize = 0;
this.reconnectBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.reconnectBTN.Location = new System.Drawing.Point(8, 1);
this.reconnectBTN.Name = "reconnectBTN";
this.reconnectBTN.Size = new System.Drawing.Size(21, 23);
this.reconnectBTN.TabIndex = 8;
this.reconnectBTN.UseVisualStyleBackColor = false;
this.reconnectBTN.Click += new System.EventHandler(this.reconnectBTN_Click);
//
// exit
//
this.exit.BackColor = System.Drawing.Color.Transparent;
this.exit.FlatAppearance.BorderSize = 0;
this.exit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.exit.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.exit.Location = new System.Drawing.Point(461, -3);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(29, 29);
this.exit.TabIndex = 7;
this.exit.Text = "X";
this.exit.UseVisualStyleBackColor = false;
this.exit.Click += new System.EventHandler(this.exit_Click);
//
// errorLBL
//
this.errorLBL.AutoSize = true;
this.errorLBL.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.errorLBL.Location = new System.Drawing.Point(66, 251);
this.errorLBL.Name = "errorLBL";
this.errorLBL.Size = new System.Drawing.Size(0, 17);
this.errorLBL.TabIndex = 7;
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Moccasin;
this.ClientSize = new System.Drawing.Size(484, 361);
this.Controls.Add(this.errorLBL);
this.Controls.Add(this.SubmitButton);
this.Controls.Add(this.PasswordBox);
this.Controls.Add(this.UsernameBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.menuBar);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Login";
this.Text = "Login";
this.Load += new System.EventHandler(this.Login_Load);
this.menuBar.ResumeLayout(false);
this.menuBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox UsernameBox;
private System.Windows.Forms.TextBox PasswordBox;
private System.Windows.Forms.Button SubmitButton;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel menuBar;
private System.Windows.Forms.Button exit;
private System.Windows.Forms.Label errorLBL;
private System.Windows.Forms.Button reconnectBTN;
private System.Windows.Forms.Label connLBL;
}
}