ShareX/ShareX.UploadersLib/Forms/PuushLoginForm.Designer.cs

117 lines
4.8 KiB
C#
Raw Normal View History

2016-06-20 18:44:21 +12:00
namespace ShareX.UploadersLib
2016-06-12 06:54:14 +12:00
{
partial class PuushLoginForm
{
/// <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(PuushLoginForm));
2016-06-12 06:54:14 +12:00
this.lblPassword = new System.Windows.Forms.Label();
this.lblEmail = new System.Windows.Forms.Label();
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.btnLogin = new System.Windows.Forms.Button();
this.llForgottenPassword = new System.Windows.Forms.LinkLabel();
2016-06-20 18:44:21 +12:00
this.pbPuush = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pbPuush)).BeginInit();
2016-06-12 06:54:14 +12:00
this.SuspendLayout();
//
// lblPassword
//
resources.ApplyResources(this.lblPassword, "lblPassword");
2016-06-12 06:54:14 +12:00
this.lblPassword.Name = "lblPassword";
//
// lblEmail
//
resources.ApplyResources(this.lblEmail, "lblEmail");
2016-06-12 06:54:14 +12:00
this.lblEmail.Name = "lblEmail";
//
// txtEmail
//
resources.ApplyResources(this.txtEmail, "txtEmail");
2016-06-12 06:54:14 +12:00
this.txtEmail.Name = "txtEmail";
//
// txtPassword
//
resources.ApplyResources(this.txtPassword, "txtPassword");
2016-06-12 06:54:14 +12:00
this.txtPassword.Name = "txtPassword";
this.txtPassword.UseSystemPasswordChar = true;
//
// btnLogin
//
resources.ApplyResources(this.btnLogin, "btnLogin");
2016-06-12 06:54:14 +12:00
this.btnLogin.Name = "btnLogin";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// llForgottenPassword
//
resources.ApplyResources(this.llForgottenPassword, "llForgottenPassword");
2016-06-12 06:54:14 +12:00
this.llForgottenPassword.Name = "llForgottenPassword";
this.llForgottenPassword.TabStop = true;
this.llForgottenPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llForgottenPassword_LinkClicked);
//
2016-06-20 18:44:21 +12:00
// pbPuush
2016-06-12 06:54:14 +12:00
//
2016-06-20 18:44:21 +12:00
this.pbPuush.Image = global::ShareX.UploadersLib.Properties.Resources.puush_256;
resources.ApplyResources(this.pbPuush, "pbPuush");
2016-06-20 18:44:21 +12:00
this.pbPuush.Name = "pbPuush";
this.pbPuush.TabStop = false;
2016-06-12 06:54:14 +12:00
//
// PuushLoginForm
//
this.AcceptButton = this.btnLogin;
resources.ApplyResources(this, "$this");
2020-07-11 21:17:31 +12:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
2016-06-12 06:54:14 +12:00
this.BackColor = System.Drawing.SystemColors.Window;
2016-06-20 18:44:21 +12:00
this.Controls.Add(this.pbPuush);
2016-06-12 06:54:14 +12:00
this.Controls.Add(this.llForgottenPassword);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtEmail);
this.Controls.Add(this.lblEmail);
this.Controls.Add(this.lblPassword);
2016-06-20 18:44:21 +12:00
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
2016-06-12 06:54:14 +12:00
this.Name = "PuushLoginForm";
2016-06-20 18:44:21 +12:00
((System.ComponentModel.ISupportInitialize)(this.pbPuush)).EndInit();
2016-06-12 06:54:14 +12:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.Label lblEmail;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.LinkLabel llForgottenPassword;
2016-06-20 18:44:21 +12:00
private System.Windows.Forms.PictureBox pbPuush;
2016-06-12 06:54:14 +12:00
}
}