mediatek86/projet/View/PageConnexion.Designer.cs

159 lines
No EOL
6.1 KiB
C#

namespace projet.View
{
partial class PageConnexion
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.PictureBox pictureBoxHeader;
private System.Windows.Forms.Label labelTitle;
private System.Windows.Forms.Label labelLogin;
private System.Windows.Forms.TextBox textBoxLogin;
private System.Windows.Forms.Label labelPassword;
private System.Windows.Forms.TextBox textBoxPassword;
private System.Windows.Forms.CheckBox checkBoxRemember;
private System.Windows.Forms.LinkLabel linkLabelForgot;
private System.Windows.Forms.Button buttonLogin;
/// <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()
{
pictureBoxHeader = new PictureBox();
labelTitle = new Label();
labelLogin = new Label();
textBoxLogin = new TextBox();
labelPassword = new Label();
textBoxPassword = new TextBox();
checkBoxRemember = new CheckBox();
linkLabelForgot = new LinkLabel();
buttonLogin = new Button();
((System.ComponentModel.ISupportInitialize)pictureBoxHeader).BeginInit();
SuspendLayout();
//
// pictureBoxHeader
//
pictureBoxHeader.BackColor = Color.SteelBlue;
pictureBoxHeader.Dock = DockStyle.Top;
pictureBoxHeader.Location = new Point(0, 0);
pictureBoxHeader.Name = "pictureBoxHeader";
pictureBoxHeader.Size = new Size(886, 200);
pictureBoxHeader.SizeMode = PictureBoxSizeMode.CenterImage;
pictureBoxHeader.TabIndex = 0;
pictureBoxHeader.TabStop = false;
//
// labelTitle
//
labelTitle.Anchor = AnchorStyles.Top;
labelTitle.Font = new Font("Segoe UI", 24F);
labelTitle.Location = new Point(150, 203);
labelTitle.Name = "labelTitle";
labelTitle.Size = new Size(600, 50);
labelTitle.TabIndex = 1;
labelTitle.Text = "Page de connection";
labelTitle.TextAlign = ContentAlignment.MiddleCenter;
//
// labelLogin
//
labelLogin.AutoSize = true;
labelLogin.Font = new Font("Segoe UI", 14F);
labelLogin.Location = new Point(150, 300);
labelLogin.Name = "labelLogin";
labelLogin.Size = new Size(68, 25);
labelLogin.TabIndex = 2;
labelLogin.Text = "Login :";
//
// textBoxLogin
//
textBoxLogin.Location = new Point(300, 300);
textBoxLogin.Name = "textBoxLogin";
textBoxLogin.Size = new Size(200, 23);
textBoxLogin.TabIndex = 3;
textBoxLogin.TextChanged += textBoxLogin_TextChanged;
//
// labelPassword
//
labelPassword.AutoSize = true;
labelPassword.Font = new Font("Segoe UI", 14F);
labelPassword.Location = new Point(150, 350);
labelPassword.Name = "labelPassword";
labelPassword.Size = new Size(100, 25);
labelPassword.TabIndex = 4;
labelPassword.Text = "Password :";
//
// textBoxPassword
//
textBoxPassword.Location = new Point(300, 350);
textBoxPassword.Name = "textBoxPassword";
textBoxPassword.Size = new Size(200, 23);
textBoxPassword.TabIndex = 5;
textBoxPassword.UseSystemPasswordChar = true;
//
// checkBoxRemember
//
checkBoxRemember.Location = new Point(150, 400);
checkBoxRemember.Name = "checkBoxRemember";
checkBoxRemember.Size = new Size(125, 24);
checkBoxRemember.TabIndex = 6;
checkBoxRemember.Text = "Rester connecté";
//
// linkLabelForgot
//
linkLabelForgot.LinkColor = Color.Blue;
linkLabelForgot.Location = new Point(150, 430);
linkLabelForgot.Name = "linkLabelForgot";
linkLabelForgot.Size = new Size(125, 23);
linkLabelForgot.TabIndex = 7;
linkLabelForgot.TabStop = true;
linkLabelForgot.Text = "Mot de passe oublié";
//
// buttonLogin
//
buttonLogin.Location = new Point(150, 470);
buttonLogin.Name = "buttonLogin";
buttonLogin.Size = new Size(100, 23);
buttonLogin.TabIndex = 8;
buttonLogin.Text = "Se connecter";
//
// Form1
//
ClientSize = new Size(886, 600);
Controls.Add(pictureBoxHeader);
Controls.Add(labelTitle);
Controls.Add(labelLogin);
Controls.Add(textBoxLogin);
Controls.Add(labelPassword);
Controls.Add(textBoxPassword);
Controls.Add(checkBoxRemember);
Controls.Add(linkLabelForgot);
Controls.Add(buttonLogin);
FormBorderStyle = FormBorderStyle.FixedSingle;
MaximizeBox = false;
Name = "Form1";
((System.ComponentModel.ISupportInitialize)pictureBoxHeader).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
}
}