namespace compabetov2 { partial class AgregarLogin1 { /// /// 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() { this.txtNombre = new System.Windows.Forms.TextBox(); this.txtContra = new System.Windows.Forms.TextBox(); this.txtContraConf = new System.Windows.Forms.TextBox(); this.cbTipo = new System.Windows.Forms.ComboBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); 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(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // txtNombre // this.txtNombre.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNombre.Location = new System.Drawing.Point(237, 253); this.txtNombre.Margin = new System.Windows.Forms.Padding(4); this.txtNombre.Name = "txtNombre"; this.txtNombre.Size = new System.Drawing.Size(459, 42); this.txtNombre.TabIndex = 2; // // txtContra // this.txtContra.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtContra.Location = new System.Drawing.Point(237, 347); this.txtContra.Margin = new System.Windows.Forms.Padding(4); this.txtContra.Name = "txtContra"; this.txtContra.PasswordChar = '*'; this.txtContra.Size = new System.Drawing.Size(459, 42); this.txtContra.TabIndex = 3; // // txtContraConf // this.txtContraConf.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtContraConf.Location = new System.Drawing.Point(237, 439); this.txtContraConf.Margin = new System.Windows.Forms.Padding(4); this.txtContraConf.Name = "txtContraConf"; this.txtContraConf.PasswordChar = '*'; this.txtContraConf.Size = new System.Drawing.Size(455, 42); this.txtContraConf.TabIndex = 4; // // cbTipo // this.cbTipo.Font = new System.Drawing.Font("Poppins", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbTipo.FormattingEnabled = true; this.cbTipo.Items.AddRange(new object[] { "admin", "empleado"}); this.cbTipo.Location = new System.Drawing.Point(309, 502); this.cbTipo.Margin = new System.Windows.Forms.Padding(4); this.cbTipo.Name = "cbTipo"; this.cbTipo.Size = new System.Drawing.Size(160, 44); this.cbTipo.TabIndex = 5; this.cbTipo.Text = "empleado"; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox2.Image = global::compabetov2.Properties.Resources.check1; this.pictureBox2.Location = new System.Drawing.Point(487, 497); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(100, 69); this.pictureBox2.TabIndex = 24; this.pictureBox2.TabStop = false; this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1; this.pictureBox1.Location = new System.Drawing.Point(596, 497); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(100, 69); this.pictureBox1.TabIndex = 23; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(340, 209); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(247, 40); this.label1.TabIndex = 25; this.label1.Text = "Nombre de Usuario:"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(377, 303); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(160, 40); this.label2.TabIndex = 26; this.label2.Text = "Contraseña:"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(320, 395); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(282, 40); this.label3.TabIndex = 27; this.label3.Text = "Confirmar contraseña:"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(230, 502); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 40); this.label4.TabIndex = 28; this.label4.Text = "Tipo:"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(377, 148); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(180, 40); this.label5.TabIndex = 29; this.label5.Text = "Agregar Login"; // // AgregarLogin1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255))))); this.BackgroundImage = global::compabetov2.Properties.Resources.Form; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(933, 669); this.ControlBox = false; this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.cbTipo); this.Controls.Add(this.txtContraConf); this.Controls.Add(this.txtContra); this.Controls.Add(this.txtNombre); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "AgregarLogin1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtNombre; private System.Windows.Forms.TextBox txtContra; private System.Windows.Forms.TextBox txtContraConf; private System.Windows.Forms.ComboBox cbTipo; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; 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; } }