You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
200 lines
10 KiB
200 lines
10 KiB
3 years ago
|
namespace AMES_AP
|
||
|
{
|
||
|
partial class Login
|
||
|
{
|
||
|
/// <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(Login));
|
||
|
this.txtUserName = new MaterialSkin.Controls.MaterialTextBox2();
|
||
|
this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel();
|
||
|
this.txtPassword = new MaterialSkin.Controls.MaterialTextBox2();
|
||
|
this.cbxRemember = new MaterialSkin.Controls.MaterialCheckbox();
|
||
|
this.btnLogin = new MaterialSkin.Controls.MaterialButton();
|
||
|
this.lblErrorMessage = new MaterialSkin.Controls.MaterialLabel();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// txtUserName
|
||
|
//
|
||
|
this.txtUserName.AnimateReadOnly = false;
|
||
|
this.txtUserName.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
|
this.txtUserName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
|
||
|
this.txtUserName.Depth = 0;
|
||
|
this.txtUserName.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||
|
this.txtUserName.HideSelection = true;
|
||
|
this.txtUserName.Hint = "帳號";
|
||
|
this.txtUserName.LeadingIcon = null;
|
||
|
this.txtUserName.Location = new System.Drawing.Point(16, 142);
|
||
|
this.txtUserName.MaxLength = 32767;
|
||
|
this.txtUserName.MouseState = MaterialSkin.MouseState.OUT;
|
||
|
this.txtUserName.Name = "txtUserName";
|
||
|
this.txtUserName.PasswordChar = '\0';
|
||
|
this.txtUserName.PrefixSuffixText = null;
|
||
|
this.txtUserName.ReadOnly = false;
|
||
|
this.txtUserName.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
|
this.txtUserName.SelectedText = "";
|
||
|
this.txtUserName.SelectionLength = 0;
|
||
|
this.txtUserName.SelectionStart = 0;
|
||
|
this.txtUserName.ShortcutsEnabled = true;
|
||
|
this.txtUserName.Size = new System.Drawing.Size(392, 48);
|
||
|
this.txtUserName.TabIndex = 0;
|
||
|
this.txtUserName.TabStop = false;
|
||
|
this.txtUserName.Text = "1";
|
||
|
this.txtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||
|
this.txtUserName.TrailingIcon = null;
|
||
|
this.txtUserName.UseSystemPasswordChar = false;
|
||
|
//
|
||
|
// materialLabel1
|
||
|
//
|
||
|
this.materialLabel1.AutoSize = true;
|
||
|
this.materialLabel1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.materialLabel1.Depth = 0;
|
||
|
this.materialLabel1.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||
|
this.materialLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
|
this.materialLabel1.Location = new System.Drawing.Point(159, 103);
|
||
|
this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
|
||
|
this.materialLabel1.Name = "materialLabel1";
|
||
|
this.materialLabel1.Size = new System.Drawing.Size(66, 19);
|
||
|
this.materialLabel1.TabIndex = 1;
|
||
|
this.materialLabel1.Text = "Welcome";
|
||
|
//
|
||
|
// txtPassword
|
||
|
//
|
||
|
this.txtPassword.AnimateReadOnly = false;
|
||
|
this.txtPassword.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
|
this.txtPassword.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
|
||
|
this.txtPassword.Depth = 0;
|
||
|
this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||
|
this.txtPassword.HideSelection = true;
|
||
|
this.txtPassword.Hint = "密碼";
|
||
|
this.txtPassword.LeadingIcon = null;
|
||
|
this.txtPassword.Location = new System.Drawing.Point(16, 202);
|
||
|
this.txtPassword.MaxLength = 32767;
|
||
|
this.txtPassword.MouseState = MaterialSkin.MouseState.OUT;
|
||
|
this.txtPassword.Name = "txtPassword";
|
||
|
this.txtPassword.PasswordChar = '●';
|
||
|
this.txtPassword.PrefixSuffixText = null;
|
||
|
this.txtPassword.ReadOnly = false;
|
||
|
this.txtPassword.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
|
this.txtPassword.SelectedText = "";
|
||
|
this.txtPassword.SelectionLength = 0;
|
||
|
this.txtPassword.SelectionStart = 0;
|
||
|
this.txtPassword.ShortcutsEnabled = true;
|
||
|
this.txtPassword.Size = new System.Drawing.Size(392, 48);
|
||
|
this.txtPassword.TabIndex = 2;
|
||
|
this.txtPassword.TabStop = false;
|
||
|
this.txtPassword.Text = "1";
|
||
|
this.txtPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||
|
this.txtPassword.TrailingIcon = null;
|
||
|
this.txtPassword.UseSystemPasswordChar = true;
|
||
|
//
|
||
|
// cbxRemember
|
||
|
//
|
||
|
this.cbxRemember.AutoSize = true;
|
||
|
this.cbxRemember.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.cbxRemember.Depth = 0;
|
||
|
this.cbxRemember.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
||
|
this.cbxRemember.Location = new System.Drawing.Point(16, 254);
|
||
|
this.cbxRemember.Margin = new System.Windows.Forms.Padding(0);
|
||
|
this.cbxRemember.MouseLocation = new System.Drawing.Point(-1, -1);
|
||
|
this.cbxRemember.MouseState = MaterialSkin.MouseState.HOVER;
|
||
|
this.cbxRemember.Name = "cbxRemember";
|
||
|
this.cbxRemember.ReadOnly = false;
|
||
|
this.cbxRemember.Ripple = true;
|
||
|
this.cbxRemember.Size = new System.Drawing.Size(137, 37);
|
||
|
this.cbxRemember.TabIndex = 4;
|
||
|
this.cbxRemember.Text = "Remember Me";
|
||
|
this.cbxRemember.UseVisualStyleBackColor = false;
|
||
|
//
|
||
|
// btnLogin
|
||
|
//
|
||
|
this.btnLogin.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
|
this.btnLogin.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||
|
this.btnLogin.Depth = 0;
|
||
|
this.btnLogin.HighEmphasis = true;
|
||
|
this.btnLogin.Icon = null;
|
||
|
this.btnLogin.Location = new System.Drawing.Point(162, 306);
|
||
|
this.btnLogin.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||
|
this.btnLogin.MouseState = MaterialSkin.MouseState.HOVER;
|
||
|
this.btnLogin.Name = "btnLogin";
|
||
|
this.btnLogin.NoAccentTextColor = System.Drawing.Color.Empty;
|
||
|
this.btnLogin.Size = new System.Drawing.Size(64, 36);
|
||
|
this.btnLogin.TabIndex = 5;
|
||
|
this.btnLogin.Text = "Login";
|
||
|
this.btnLogin.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
||
|
this.btnLogin.UseAccentColor = false;
|
||
|
this.btnLogin.UseVisualStyleBackColor = true;
|
||
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
||
|
//
|
||
|
// lblErrorMessage
|
||
|
//
|
||
|
this.lblErrorMessage.AutoSize = true;
|
||
|
this.lblErrorMessage.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.lblErrorMessage.Depth = 0;
|
||
|
this.lblErrorMessage.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||
|
this.lblErrorMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
|
this.lblErrorMessage.Location = new System.Drawing.Point(100, 342);
|
||
|
this.lblErrorMessage.MouseState = MaterialSkin.MouseState.HOVER;
|
||
|
this.lblErrorMessage.Name = "lblErrorMessage";
|
||
|
this.lblErrorMessage.Size = new System.Drawing.Size(1, 0);
|
||
|
this.lblErrorMessage.TabIndex = 6;
|
||
|
//
|
||
|
// Login
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(424, 415);
|
||
|
this.Controls.Add(this.lblErrorMessage);
|
||
|
this.Controls.Add(this.btnLogin);
|
||
|
this.Controls.Add(this.cbxRemember);
|
||
|
this.Controls.Add(this.txtPassword);
|
||
|
this.Controls.Add(this.materialLabel1);
|
||
|
this.Controls.Add(this.txtUserName);
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.MaximizeBox = false;
|
||
|
this.Name = "Login";
|
||
|
this.Padding = new System.Windows.Forms.Padding(2, 51, 2, 2);
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "Login Form";
|
||
|
this.Load += new System.EventHandler(this.Login_Load);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private MaterialSkin.Controls.MaterialTextBox2 txtUserName;
|
||
|
private MaterialSkin.Controls.MaterialLabel materialLabel1;
|
||
|
private MaterialSkin.Controls.MaterialTextBox2 txtPassword;
|
||
|
private MaterialSkin.Controls.MaterialCheckbox cbxRemember;
|
||
|
private MaterialSkin.Controls.MaterialButton btnLogin;
|
||
|
private MaterialSkin.Controls.MaterialLabel lblErrorMessage;
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|