fix: se redondea solo

This commit is contained in:
fedpo
2024-11-29 02:48:47 +00:00
parent 431da19be6
commit 80c11fbbd3

View File

@@ -93,6 +93,7 @@
// //
// numtotal // numtotal
// //
numtotal.DecimalPlaces = 2;
numtotal.Enabled = false; numtotal.Enabled = false;
numtotal.Location = new Point(202, 351); numtotal.Location = new Point(202, 351);
numtotal.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 }); numtotal.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
@@ -164,6 +165,7 @@
// numCantidad // numCantidad
// //
numCantidad.Location = new Point(586, 355); numCantidad.Location = new Point(586, 355);
numCantidad.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
numCantidad.Name = "numCantidad"; numCantidad.Name = "numCantidad";
numCantidad.Size = new Size(120, 23); numCantidad.Size = new Size(120, 23);
numCantidad.TabIndex = 13; numCantidad.TabIndex = 13;