fix: se redondea solo
This commit is contained in:
2
Vista/FrmFactura.Designer.cs
generated
2
Vista/FrmFactura.Designer.cs
generated
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user