using System.Windows.Forms;
namespace UtopiaAttService
{
partial class LoginForm
{
///
/// 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.txt_username = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.txt_password = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.btn_login = new MaterialSkin.Controls.MaterialRaisedButton();
this.cb_remember = new MaterialSkin.Controls.MaterialCheckBox();
this.pb_ShowPassword = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pb_ShowPassword)).BeginInit();
this.SuspendLayout();
//
// txt_username
//
this.txt_username.Depth = 0;
this.txt_username.Hint = "Username";
this.txt_username.Location = new System.Drawing.Point(22, 88);
this.txt_username.MouseState = MaterialSkin.MouseState.HOVER;
this.txt_username.Name = "txt_username";
this.txt_username.PasswordChar = '\0';
this.txt_username.SelectedText = "";
this.txt_username.SelectionLength = 0;
this.txt_username.SelectionStart = 0;
this.txt_username.Size = new System.Drawing.Size(162, 23);
this.txt_username.TabIndex = 1;
this.txt_username.UseSystemPasswordChar = false;
//
// txt_password
//
this.txt_password.Depth = 0;
this.txt_password.Hint = "Password";
this.txt_password.Location = new System.Drawing.Point(22, 130);
this.txt_password.MouseState = MaterialSkin.MouseState.HOVER;
this.txt_password.Name = "txt_password";
this.txt_password.PasswordChar = '*';
this.txt_password.SelectedText = "";
this.txt_password.SelectionLength = 0;
this.txt_password.SelectionStart = 0;
this.txt_password.Size = new System.Drawing.Size(162, 23);
this.txt_password.TabIndex = 2;
this.txt_password.UseSystemPasswordChar = false;
//
// btn_login
//
this.btn_login.Depth = 0;
this.btn_login.Location = new System.Drawing.Point(247, 199);
this.btn_login.MouseState = MaterialSkin.MouseState.HOVER;
this.btn_login.Name = "btn_login";
this.btn_login.Primary = true;
this.btn_login.Size = new System.Drawing.Size(97, 38);
this.btn_login.TabIndex = 3;
this.btn_login.Text = "Login";
this.btn_login.UseVisualStyleBackColor = true;
this.btn_login.Click += new System.EventHandler(this.btn_login_Click);
//
// cb_remember
//
this.cb_remember.AutoSize = true;
this.cb_remember.Depth = 0;
this.cb_remember.Font = new System.Drawing.Font("Roboto", 10F);
this.cb_remember.Location = new System.Drawing.Point(15, 159);
this.cb_remember.Margin = new System.Windows.Forms.Padding(0);
this.cb_remember.MouseLocation = new System.Drawing.Point(-1, -1);
this.cb_remember.MouseState = MaterialSkin.MouseState.HOVER;
this.cb_remember.Name = "cb_remember";
this.cb_remember.Ripple = true;
this.cb_remember.Size = new System.Drawing.Size(97, 30);
this.cb_remember.TabIndex = 4;
this.cb_remember.Text = "Remember";
this.cb_remember.UseVisualStyleBackColor = true;
//
// pb_ShowPassword
//
this.pb_ShowPassword.Image = global::UtopiaAttSoftware.Properties.Resources.eye;
this.pb_ShowPassword.Location = new System.Drawing.Point(190, 128);
this.pb_ShowPassword.Name = "pb_ShowPassword";
this.pb_ShowPassword.Size = new System.Drawing.Size(25, 25);
this.pb_ShowPassword.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pb_ShowPassword.TabIndex = 5;
this.pb_ShowPassword.TabStop = false;
this.pb_ShowPassword.Click += new System.EventHandler(this.pb_ShowPassword_Click);
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(356, 293);
this.Controls.Add(this.pb_ShowPassword);
this.Controls.Add(this.cb_remember);
this.Controls.Add(this.btn_login);
this.Controls.Add(this.txt_password);
this.Controls.Add(this.txt_username);
this.Name = "LoginForm";
this.Text = "LOGIN";
((System.ComponentModel.ISupportInitialize)(this.pb_ShowPassword)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MaterialSkin.Controls.MaterialSingleLineTextField txt_username;
private MaterialSkin.Controls.MaterialSingleLineTextField txt_password;
private MaterialSkin.Controls.MaterialRaisedButton btn_login;
private MaterialSkin.Controls.MaterialCheckBox cb_remember;
private System.Windows.Forms.PictureBox pb_ShowPassword;
}
}