namespace compabetov2 { partial class login { /// /// Variable del diseñador necesaria. /// private System.ComponentModel.IContainer components = null; /// /// Limpiar los recursos que se estén usando. /// /// true si los recursos administrados se deben desechar; false en caso contrario. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Código generado por el Diseñador de Windows Forms /// /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido de este método con el editor de código. /// private void InitializeComponent() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.txtusuario = new System.Windows.Forms.TextBox(); this.txtcontraseña = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::compabetov2.Properties.Resources.Group_1; this.pictureBox1.Location = new System.Drawing.Point(1219, 433); this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(584, 103); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = global::compabetov2.Properties.Resources.Group_1; this.pictureBox2.Location = new System.Drawing.Point(1219, 668); this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(584, 103); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 1; this.pictureBox2.TabStop = false; // // txtusuario // this.txtusuario.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtusuario.Font = new System.Drawing.Font("Poppins SemiBold", 24F, System.Drawing.FontStyle.Bold); this.txtusuario.Location = new System.Drawing.Point(1235, 457); this.txtusuario.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtusuario.Name = "txtusuario"; this.txtusuario.Size = new System.Drawing.Size(539, 60); this.txtusuario.TabIndex = 2; // // txtcontraseña // this.txtcontraseña.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtcontraseña.Font = new System.Drawing.Font("Poppins SemiBold", 24F, System.Drawing.FontStyle.Bold); this.txtcontraseña.Location = new System.Drawing.Point(1235, 695); this.txtcontraseña.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtcontraseña.Name = "txtcontraseña"; this.txtcontraseña.PasswordChar = '*'; this.txtcontraseña.Size = new System.Drawing.Size(539, 60); this.txtcontraseña.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 80F); this.label1.ForeColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(1012, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(811, 153); this.label1.TabIndex = 4; this.label1.Text = "Compa Beto"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 40F); this.label2.ForeColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(1261, 186); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(431, 76); this.label2.TabIndex = 5; this.label2.Text = "Iniciar Sesión"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.label3.ForeColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(1228, 304); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(492, 39); this.label3.TabIndex = 6; this.label3.Text = "Ingresa tu usuario y contraseña"; this.label3.Click += new System.EventHandler(this.label3_Click); // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.label4.ForeColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(1043, 457); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(135, 39); this.label4.TabIndex = 7; this.label4.Text = "Usuario"; this.label4.Click += new System.EventHandler(this.label4_Click); // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.label5.ForeColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(971, 695); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(193, 39); this.label5.TabIndex = 8; this.label5.Text = "Contraseña"; // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.Color.RoyalBlue; this.button1.Location = new System.Drawing.Point(1371, 831); this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(279, 65); this.button1.TabIndex = 10; this.button1.Text = "Iniciar Sesión"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // login // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::compabetov2.Properties.Resources.Menu; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1924, 1055); this.Controls.Add(this.button1); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtcontraseña); this.Controls.Add(this.txtusuario); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "login"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Login"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.login_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.TextBox txtusuario; private System.Windows.Forms.TextBox txtcontraseña; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button button1; } }