bajar cambios
This commit is contained in:
Generated
+1
-1
@@ -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;
|
||||
|
||||
+5
-3
@@ -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)
|
||||
@@ -76,9 +78,9 @@ namespace compabetov2
|
||||
|
||||
private void FlowLayoutPanel3_MouseUp(object sender, MouseEventArgs e)
|
||||
{
|
||||
|
||||
|
||||
lastPoint = new Point(e.X, e.Y);
|
||||
flowLayoutPanel3.Capture = true;
|
||||
flowLayoutPanel3.Capture =false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user