Nuevos Diseños

This commit is contained in:
Michael Robles
2024-01-23 00:43:18 -07:00
parent f522f00107
commit 0e8161d9ff
20 changed files with 2061 additions and 177 deletions
+4 -4
View File
@@ -69,7 +69,7 @@
//
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(328, 299);
this.txtContra.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtContra.Margin = new System.Windows.Forms.Padding(4);
this.txtContra.Name = "txtContra";
this.txtContra.PasswordChar = '*';
this.txtContra.Size = new System.Drawing.Size(309, 42);
@@ -80,7 +80,7 @@
//
this.txtConfi.Font = new System.Drawing.Font("Poppins", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtConfi.Location = new System.Drawing.Point(321, 429);
this.txtConfi.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtConfi.Margin = new System.Windows.Forms.Padding(4);
this.txtConfi.Name = "txtConfi";
this.txtConfi.PasswordChar = '*';
this.txtConfi.Size = new System.Drawing.Size(316, 42);
@@ -116,7 +116,7 @@
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(350, 157);
this.label3.Location = new System.Drawing.Point(339, 168);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(271, 40);
@@ -141,7 +141,7 @@
this.Controls.Add(this.label1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "ModificarContra";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();