using EFCDesk.Classes;
namespace EFCDesk
{
partial class Login
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
pictureBox1 = new PictureBox();
label2 = new Label();
buttonInicioSesion = new Button();
label3 = new Label();
buttonOpciones = new Button();
label1 = new Label();
txtUsuario = new TextBox();
textBoxContrasenia = new TextBox();
Ver = new FontAwesome.Sharp.IconPictureBox();
iconUser = new FontAwesome.Sharp.IconPictureBox();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
((System.ComponentModel.ISupportInitialize)Ver).BeginInit();
((System.ComponentModel.ISupportInitialize)iconUser).BeginInit();
SuspendLayout();
//
// pictureBox1
//
pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image");
pictureBox1.Location = new Point(12, 15);
pictureBox1.Margin = new Padding(4);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(102, 118);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Century Gothic", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label2.Location = new Point(126, 77);
label2.Margin = new Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new Size(107, 21);
label2.TabIndex = 3;
label2.Text = "Contraseña:";
//
// buttonInicioSesion
//
buttonInicioSesion.BackgroundImage = (Image)resources.GetObject("buttonInicioSesion.BackgroundImage");
buttonInicioSesion.Cursor = Cursors.Hand;
buttonInicioSesion.FlatStyle = FlatStyle.Flat;
buttonInicioSesion.ForeColor = Color.White;
buttonInicioSesion.Location = new Point(12, 150);
buttonInicioSesion.Margin = new Padding(4);
buttonInicioSesion.Name = "buttonInicioSesion";
buttonInicioSesion.Size = new Size(385, 38);
buttonInicioSesion.TabIndex = 5;
buttonInicioSesion.Text = "Iniciar Sesión";
buttonInicioSesion.UseVisualStyleBackColor = true;
buttonInicioSesion.Click += buttonInicioSesion_Click;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Century Gothic", 9F, FontStyle.Regular, GraphicsUnit.Point, 0);
label3.ForeColor = SystemColors.AppWorkspace;
label3.Location = new Point(12, 201);
label3.Name = "label3";
label3.Size = new Size(77, 17);
label3.TabIndex = 6;
label3.Text = "Aduanasoft";
//
// buttonOpciones
//
buttonOpciones.Cursor = Cursors.Hand;
buttonOpciones.FlatAppearance.BorderSize = 0;
buttonOpciones.FlatStyle = FlatStyle.Flat;
buttonOpciones.Font = new Font("Century Gothic", 9F, FontStyle.Regular, GraphicsUnit.Point, 0);
buttonOpciones.ForeColor = Color.DodgerBlue;
buttonOpciones.Location = new Point(280, 191);
buttonOpciones.Margin = new Padding(3, 4, 3, 4);
buttonOpciones.Name = "buttonOpciones";
buttonOpciones.Size = new Size(90, 29);
buttonOpciones.TabIndex = 7;
buttonOpciones.Text = "Opciones";
buttonOpciones.UseVisualStyleBackColor = true;
buttonOpciones.Click += buttonOpciones_Click;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Century Gothic", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label1.Location = new Point(126, 15);
label1.Margin = new Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new Size(70, 21);
label1.TabIndex = 8;
label1.Text = "Usuario:";
//
// txtUsuario
//
txtUsuario.Location = new Point(126, 39);
txtUsuario.Name = "txtUsuario";
txtUsuario.Size = new Size(241, 27);
txtUsuario.TabIndex = 9;
txtUsuario.TextAlign = HorizontalAlignment.Center;
//
// textBoxContrasenia
//
textBoxContrasenia.Location = new Point(126, 101);
textBoxContrasenia.Name = "textBoxContrasenia";
textBoxContrasenia.Size = new Size(241, 27);
textBoxContrasenia.TabIndex = 10;
textBoxContrasenia.TextAlign = HorizontalAlignment.Center;
textBoxContrasenia.UseSystemPasswordChar = true;
textBoxContrasenia.KeyDown += textBoxContrasenia_KeyDown_1;
//
// Ver
//
Ver.BackColor = Color.White;
Ver.ForeColor = Color.Black;
Ver.IconChar = FontAwesome.Sharp.IconChar.Eye;
Ver.IconColor = Color.Black;
Ver.IconFont = FontAwesome.Sharp.IconFont.Solid;
Ver.IconSize = 25;
Ver.Location = new Point(373, 101);
Ver.Name = "Ver";
Ver.Size = new Size(25, 25);
Ver.SizeMode = PictureBoxSizeMode.CenterImage;
Ver.TabIndex = 11;
Ver.TabStop = false;
Ver.MouseLeave += Ver_MouseLeave;
Ver.MouseHover += Ver_MouseHover;
//
// iconUser
//
iconUser.BackColor = Color.White;
iconUser.ForeColor = Color.Black;
iconUser.IconChar = FontAwesome.Sharp.IconChar.User;
iconUser.IconColor = Color.Black;
iconUser.IconFont = FontAwesome.Sharp.IconFont.Solid;
iconUser.IconSize = 25;
iconUser.Location = new Point(373, 39);
iconUser.Name = "iconUser";
iconUser.Size = new Size(25, 25);
iconUser.SizeMode = PictureBoxSizeMode.CenterImage;
iconUser.TabIndex = 12;
iconUser.TabStop = false;
//
// Login
//
AutoScaleDimensions = new SizeF(9F, 19F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
ClientSize = new Size(410, 226);
Controls.Add(iconUser);
Controls.Add(Ver);
Controls.Add(textBoxContrasenia);
Controls.Add(txtUsuario);
Controls.Add(label1);
Controls.Add(buttonOpciones);
Controls.Add(label3);
Controls.Add(buttonInicioSesion);
Controls.Add(label2);
Controls.Add(pictureBox1);
Font = new Font("Century Gothic", 12F, FontStyle.Bold, GraphicsUnit.Point, 0);
FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4);
MaximizeBox = false;
Name = "Login";
StartPosition = FormStartPosition.CenterScreen;
Text = "Expediente Electrónico";
Shown += Login_Shown;
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
((System.ComponentModel.ISupportInitialize)Ver).EndInit();
((System.ComponentModel.ISupportInitialize)iconUser).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private PictureBox pictureBox1;
private Label label2;
private Button buttonInicioSesion;
private Label label3;
private Button buttonOpciones;
private Label label1;
private TextBox txtUsuario;
private TextBox textBoxContrasenia;
private FontAwesome.Sharp.IconPictureBox Ver;
private FontAwesome.Sharp.IconPictureBox iconUser;
}
}