134 lines
6.3 KiB
C#
134 lines
6.3 KiB
C#
|
|
namespace UWS
|
|
{
|
|
partial class LoginPage
|
|
{
|
|
/// <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(LoginPage));
|
|
this.lb_username = new System.Windows.Forms.Label();
|
|
this.lb_password = new System.Windows.Forms.Label();
|
|
this.txt_username = new System.Windows.Forms.TextBox();
|
|
this.txt_pass = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btn_login = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// lb_username
|
|
//
|
|
this.lb_username.AutoSize = true;
|
|
this.lb_username.BackColor = System.Drawing.Color.Transparent;
|
|
this.lb_username.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lb_username.Location = new System.Drawing.Point(89, 88);
|
|
this.lb_username.Name = "lb_username";
|
|
this.lb_username.Size = new System.Drawing.Size(101, 20);
|
|
this.lb_username.TabIndex = 5;
|
|
this.lb_username.Text = "Username :";
|
|
//
|
|
// lb_password
|
|
//
|
|
this.lb_password.AutoSize = true;
|
|
this.lb_password.BackColor = System.Drawing.Color.Transparent;
|
|
this.lb_password.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lb_password.Location = new System.Drawing.Point(94, 114);
|
|
this.lb_password.Name = "lb_password";
|
|
this.lb_password.Size = new System.Drawing.Size(96, 20);
|
|
this.lb_password.TabIndex = 6;
|
|
this.lb_password.Text = "Password :";
|
|
//
|
|
// txt_username
|
|
//
|
|
this.txt_username.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txt_username.Location = new System.Drawing.Point(190, 82);
|
|
this.txt_username.Name = "txt_username";
|
|
this.txt_username.Size = new System.Drawing.Size(181, 26);
|
|
this.txt_username.TabIndex = 7;
|
|
//
|
|
// txt_pass
|
|
//
|
|
this.txt_pass.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txt_pass.Location = new System.Drawing.Point(190, 114);
|
|
this.txt_pass.Name = "txt_pass";
|
|
this.txt_pass.PasswordChar = '*';
|
|
this.txt_pass.Size = new System.Drawing.Size(181, 26);
|
|
this.txt_pass.TabIndex = 8;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(111, 27);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(279, 29);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "Utopia Weighing Scale";
|
|
//
|
|
// btn_login
|
|
//
|
|
this.btn_login.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btn_login.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btn_login.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_login.Location = new System.Drawing.Point(213, 156);
|
|
this.btn_login.Name = "btn_login";
|
|
this.btn_login.Size = new System.Drawing.Size(74, 35);
|
|
this.btn_login.TabIndex = 11;
|
|
this.btn_login.Text = "Login";
|
|
this.btn_login.UseVisualStyleBackColor = false;
|
|
this.btn_login.Click += new System.EventHandler(this.btn_login_Click);
|
|
//
|
|
// LoginPage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::UWS.Properties.Resources.BG;
|
|
this.ClientSize = new System.Drawing.Size(490, 253);
|
|
this.Controls.Add(this.btn_login);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txt_pass);
|
|
this.Controls.Add(this.txt_username);
|
|
this.Controls.Add(this.lb_password);
|
|
this.Controls.Add(this.lb_username);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "LoginPage";
|
|
this.Text = "UWS Login";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lb_username;
|
|
private System.Windows.Forms.Label lb_password;
|
|
private System.Windows.Forms.TextBox txt_username;
|
|
private System.Windows.Forms.TextBox txt_pass;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btn_login;
|
|
}
|
|
} |