ShareX/ShareX.UploadersLib/Forms/PuushLoginForm.Designer.cs
2016-06-20 09:44:21 +03:00

141 lines
6.4 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()
{
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
//
this.lblPassword.AutoSize = true;
this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPassword.Location = new System.Drawing.Point(13, 152);
this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(71, 16);
this.lblPassword.TabIndex = 1;
this.lblPassword.Text = "Password:";
//
// lblEmail
//
this.lblEmail.AutoSize = true;
this.lblEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEmail.Location = new System.Drawing.Point(13, 96);
this.lblEmail.Name = "lblEmail";
this.lblEmail.Size = new System.Drawing.Size(45, 16);
this.lblEmail.TabIndex = 3;
this.lblEmail.Text = "Email:";
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(16, 120);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(232, 20);
this.txtEmail.TabIndex = 4;
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(16, 176);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Size = new System.Drawing.Size(232, 20);
this.txtPassword.TabIndex = 5;
this.txtPassword.UseSystemPasswordChar = true;
//
// btnLogin
//
this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLogin.Location = new System.Drawing.Point(16, 232);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(232, 32);
this.btnLogin.TabIndex = 6;
this.btnLogin.Text = "Login";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// llForgottenPassword
//
this.llForgottenPassword.AutoSize = true;
this.llForgottenPassword.Location = new System.Drawing.Point(13, 208);
this.llForgottenPassword.Name = "llForgottenPassword";
this.llForgottenPassword.Size = new System.Drawing.Size(106, 13);
this.llForgottenPassword.TabIndex = 7;
this.llForgottenPassword.TabStop = true;
this.llForgottenPassword.Text = "Forgotten password?";
this.llForgottenPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llForgottenPassword_LinkClicked);
//
// pbPuush
//
this.pbPuush.Image = global::ShareX.UploadersLib.Properties.Resources.puush_256;
this.pbPuush.Location = new System.Drawing.Point(0, 0);
this.pbPuush.Name = "pbPuush";
this.pbPuush.Size = new System.Drawing.Size(264, 88);
this.pbPuush.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbPuush.TabIndex = 8;
this.pbPuush.TabStop = false;
//
// PuushLoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(264, 279);
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.Name = "PuushLoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "puush login";
((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;
}
}