estadisticas terminadas con detalle del mejor vendedor
This commit is contained in:
Generated
+3
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user