estadisticas terminadas con detalle del mejor vendedor

This commit is contained in:
Carlos Sandoval
2024-06-30 03:09:38 -06:00
parent d81f706053
commit 8e6571fbc9
15 changed files with 469 additions and 311 deletions
+3 -1
View File
@@ -39,7 +39,7 @@
this.panelVentas.AutoScroll = true;
this.panelVentas.Location = new System.Drawing.Point(23, 48);
this.panelVentas.Name = "panelVentas";
this.panelVentas.Size = new System.Drawing.Size(393, 547);
this.panelVentas.Size = new System.Drawing.Size(422, 547);
this.panelVentas.TabIndex = 0;
//
// lbContador
@@ -84,7 +84,9 @@
this.Controls.Add(this.lbContador);
this.Controls.Add(this.panelVentas);
this.Name = "RegistroVentas";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "RegistroVentas";
this.Load += new System.EventHandler(this.RegistroVentas_Load);
this.ResumeLayout(false);
this.PerformLayout();