Nuevos Cambios

This commit is contained in:
Michael Robles
2024-01-03 22:14:24 -07:00
parent 55ae2ea079
commit 0bb28bfcf6
24 changed files with 248 additions and 483 deletions
+3 -2
View File
@@ -72,17 +72,18 @@
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.Margin = new System.Windows.Forms.Padding(4);
this.txtusuario.Name = "txtusuario";
this.txtusuario.Size = new System.Drawing.Size(539, 60);
this.txtusuario.TabIndex = 2;
this.txtusuario.TextChanged += new System.EventHandler(this.txtusuario_TextChanged);
//
// 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.Margin = new System.Windows.Forms.Padding(4);
this.txtcontraseña.Name = "txtcontraseña";
this.txtcontraseña.PasswordChar = '*';
this.txtcontraseña.Size = new System.Drawing.Size(539, 60);