bajar cambios

This commit is contained in:
Michael Robles
2024-07-07 11:24:11 -07:00
parent 637fafc656
commit e04f2b793a
10 changed files with 6 additions and 4 deletions
Binary file not shown.
+1 -1
View File
@@ -312,7 +312,7 @@
this.btnFiar.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F);
this.btnFiar.ForeColor = System.Drawing.Color.Transparent;
this.btnFiar.Location = new System.Drawing.Point(1213, 210);
this.btnFiar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnFiar.Margin = new System.Windows.Forms.Padding(4);
this.btnFiar.Name = "btnFiar";
this.btnFiar.Size = new System.Drawing.Size(151, 54);
this.btnFiar.TabIndex = 19;
+4 -2
View File
@@ -26,6 +26,7 @@ namespace compabetov2
{
private int numeroPagina = 1; // Variable para rastrear el número de página actual
private Point lastPoint;
private Point lastAutoScrollPosition;
private List<Variante> productos;
public decimal total = 0;
private LoginModel loginPrincipal;
@@ -40,6 +41,7 @@ namespace compabetov2
getData();
llenarLayout();
llenarComBox();
InitializeFlowLayout();
this.loginPrincipal = loginPrincipal;
}
@@ -57,7 +59,7 @@ namespace compabetov2
private void FlowLayoutPanel3_MouseDown(object sender, MouseEventArgs e)
{
lastPoint = new Point(e.X, e.Y);
flowLayoutPanel3.Capture = true;
flowLayoutPanel3.Capture = false;
}
private void FlowLayoutPanel3_MouseMove(object sender, MouseEventArgs e)
@@ -78,7 +80,7 @@ namespace compabetov2
{
lastPoint = new Point(e.X, e.Y);
flowLayoutPanel3.Capture = true;
flowLayoutPanel3.Capture =false;
}
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.