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

117 lines
4.8 KiB
C#

namespace ShareX.UploadersLib
{
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));
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();
this.pbPuush = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pbPuush)).BeginInit();
this.SuspendLayout();
//
// lblPassword
//
resources.ApplyResources(this.lblPassword, "lblPassword");
this.lblPassword.Name = "lblPassword";
//
// lblEmail
//
resources.ApplyResources(this.lblEmail, "lblEmail");
this.lblEmail.Name = "lblEmail";
//
// txtEmail
//
resources.ApplyResources(this.txtEmail, "txtEmail");
this.txtEmail.Name = "txtEmail";
//
// txtPassword
//
resources.ApplyResources(this.txtPassword, "txtPassword");
this.txtPassword.Name = "txtPassword";
this.txtPassword.UseSystemPasswordChar = true;
//
// btnLogin
//
resources.ApplyResources(this.btnLogin, "btnLogin");
this.btnLogin.Name = "btnLogin";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// llForgottenPassword
//
resources.ApplyResources(this.llForgottenPassword, "llForgottenPassword");
this.llForgottenPassword.Name = "llForgottenPassword";
this.llForgottenPassword.TabStop = true;
this.llForgottenPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llForgottenPassword_LinkClicked);
//
// pbPuush
//
this.pbPuush.Image = global::ShareX.UploadersLib.Properties.Resources.puush_256;
resources.ApplyResources(this.pbPuush, "pbPuush");
this.pbPuush.Name = "pbPuush";
this.pbPuush.TabStop = false;
//
// PuushLoginForm
//
this.AcceptButton = this.btnLogin;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.pbPuush);
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);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PuushLoginForm";
((System.ComponentModel.ISupportInitialize)(this.pbPuush)).EndInit();
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;
private System.Windows.Forms.PictureBox pbPuush;
}
}