Nuevos Cambios
This commit is contained in:
Generated
+3
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user