error extrano solucionado

This commit is contained in:
carlos
2024-01-16 23:36:36 -06:00
parent 038bb92384
commit adf9065d25
12 changed files with 39 additions and 41 deletions
+1
View File
@@ -1,6 +1,7 @@
# Carpeta de salida de compilación # Carpeta de salida de compilación
/bin/ /bin/
/obj/ /obj/
obj/
# Archivos temporales # Archivos temporales
*.user *.user
+1
View File
@@ -1,6 +1,7 @@
# Carpeta de salida de compilación # Carpeta de salida de compilación
/bin/ /bin/
/obj/ /obj/
obj/
# Archivos temporales # Archivos temporales
*.user *.user
+3 -2
View File
@@ -1,7 +1,8 @@
{ {
"ExpandedNodes": [ "ExpandedNodes": [
"" "",
"\\database"
], ],
"SelectedNode": "\\Solution.sln", "SelectedNode": "\\database\\DAO.cs",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
+33 -30
View File
@@ -46,10 +46,10 @@
// //
this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = global::compabetov2.Properties.Resources.Group_1; this.pictureBox1.Image = global::compabetov2.Properties.Resources.Group_1;
this.pictureBox1.Location = new System.Drawing.Point(1219, 433); this.pictureBox1.Location = new System.Drawing.Point(914, 352);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(584, 103); this.pictureBox1.Size = new System.Drawing.Size(438, 84);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0; this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false; this.pictureBox1.TabStop = false;
@@ -59,10 +59,10 @@
// //
this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
this.pictureBox2.Image = global::compabetov2.Properties.Resources.Group_1; this.pictureBox2.Image = global::compabetov2.Properties.Resources.Group_1;
this.pictureBox2.Location = new System.Drawing.Point(1219, 668); this.pictureBox2.Location = new System.Drawing.Point(914, 543);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(584, 103); this.pictureBox2.Size = new System.Drawing.Size(438, 84);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 1; this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false; this.pictureBox2.TabStop = false;
@@ -70,23 +70,21 @@
// txtusuario // txtusuario
// //
this.txtusuario.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtusuario.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtusuario.Font = new System.Drawing.Font("Poppins SemiBold", 24F, System.Drawing.FontStyle.Bold); this.txtusuario.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold);
this.txtusuario.Location = new System.Drawing.Point(1235, 457); this.txtusuario.Location = new System.Drawing.Point(926, 371);
this.txtusuario.Margin = new System.Windows.Forms.Padding(4);
this.txtusuario.Name = "txtusuario"; this.txtusuario.Name = "txtusuario";
this.txtusuario.Size = new System.Drawing.Size(539, 60); this.txtusuario.Size = new System.Drawing.Size(404, 37);
this.txtusuario.TabIndex = 2; this.txtusuario.TabIndex = 2;
this.txtusuario.TextChanged += new System.EventHandler(this.txtusuario_TextChanged); this.txtusuario.TextChanged += new System.EventHandler(this.txtusuario_TextChanged);
// //
// txtcontraseña // txtcontraseña
// //
this.txtcontraseña.BorderStyle = System.Windows.Forms.BorderStyle.None; 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.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold);
this.txtcontraseña.Location = new System.Drawing.Point(1235, 695); this.txtcontraseña.Location = new System.Drawing.Point(926, 565);
this.txtcontraseña.Margin = new System.Windows.Forms.Padding(4);
this.txtcontraseña.Name = "txtcontraseña"; this.txtcontraseña.Name = "txtcontraseña";
this.txtcontraseña.PasswordChar = '*'; this.txtcontraseña.PasswordChar = '*';
this.txtcontraseña.Size = new System.Drawing.Size(539, 60); this.txtcontraseña.Size = new System.Drawing.Size(404, 37);
this.txtcontraseña.TabIndex = 3; this.txtcontraseña.TabIndex = 3;
// //
// label1 // label1
@@ -95,9 +93,10 @@
this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 80F); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 80F);
this.label1.ForeColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(1012, 9); this.label1.Location = new System.Drawing.Point(759, 7);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(811, 153); this.label1.Size = new System.Drawing.Size(645, 120);
this.label1.TabIndex = 4; this.label1.TabIndex = 4;
this.label1.Text = "Compa Beto"; this.label1.Text = "Compa Beto";
// //
@@ -107,9 +106,10 @@
this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 40F); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 40F);
this.label2.ForeColor = System.Drawing.Color.Transparent; this.label2.ForeColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(1261, 186); this.label2.Location = new System.Drawing.Point(946, 151);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(431, 76); this.label2.Size = new System.Drawing.Size(353, 63);
this.label2.TabIndex = 5; this.label2.TabIndex = 5;
this.label2.Text = "Iniciar Sesión"; this.label2.Text = "Iniciar Sesión";
// //
@@ -119,9 +119,10 @@
this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
this.label3.ForeColor = System.Drawing.Color.Transparent; this.label3.ForeColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(1228, 304); this.label3.Location = new System.Drawing.Point(921, 247);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(492, 39); this.label3.Size = new System.Drawing.Size(394, 31);
this.label3.TabIndex = 6; this.label3.TabIndex = 6;
this.label3.Text = "Ingresa tu usuario y contraseña"; this.label3.Text = "Ingresa tu usuario y contraseña";
this.label3.Click += new System.EventHandler(this.label3_Click); this.label3.Click += new System.EventHandler(this.label3_Click);
@@ -132,9 +133,10 @@
this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
this.label4.ForeColor = System.Drawing.Color.Transparent; this.label4.ForeColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(1043, 457); this.label4.Location = new System.Drawing.Point(782, 371);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(135, 39); this.label4.Size = new System.Drawing.Size(108, 31);
this.label4.TabIndex = 7; this.label4.TabIndex = 7;
this.label4.Text = "Usuario"; this.label4.Text = "Usuario";
this.label4.Click += new System.EventHandler(this.label4_Click); this.label4.Click += new System.EventHandler(this.label4_Click);
@@ -145,9 +147,10 @@
this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
this.label5.ForeColor = System.Drawing.Color.Transparent; this.label5.ForeColor = System.Drawing.Color.Transparent;
this.label5.Location = new System.Drawing.Point(971, 695); this.label5.Location = new System.Drawing.Point(728, 565);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(193, 39); this.label5.Size = new System.Drawing.Size(155, 31);
this.label5.TabIndex = 8; this.label5.TabIndex = 8;
this.label5.Text = "Contraseña"; this.label5.Text = "Contraseña";
// //
@@ -155,10 +158,10 @@
// //
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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.ForeColor = System.Drawing.Color.RoyalBlue;
this.button1.Location = new System.Drawing.Point(1371, 831); this.button1.Location = new System.Drawing.Point(1028, 675);
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1"; this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(279, 65); this.button1.Size = new System.Drawing.Size(209, 53);
this.button1.TabIndex = 10; this.button1.TabIndex = 10;
this.button1.Text = "Iniciar Sesión"; this.button1.Text = "Iniciar Sesión";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
@@ -166,11 +169,11 @@
// //
// login // login
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::compabetov2.Properties.Resources.Menu; this.BackgroundImage = global::compabetov2.Properties.Resources.Menu;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1924, 1055); this.ClientSize = new System.Drawing.Size(1303, 749);
this.Controls.Add(this.button1); this.Controls.Add(this.button1);
this.Controls.Add(this.label5); this.Controls.Add(this.label5);
this.Controls.Add(this.label4); this.Controls.Add(this.label4);
@@ -182,7 +185,7 @@
this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox1);
this.DoubleBuffered = true; this.DoubleBuffered = true;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "login"; this.Name = "login";
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.