mediatek86/Mediatek86/View/PageConnexion.Designer.cs

166 lines
No EOL
7.4 KiB
C#

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