From 223a67bed2815d834615aa5cdea576834092e790 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 3 Oct 2008 19:04:24 +0000 Subject: [PATCH] uViewTotales -> Cambiar el signo en las fichas del importe del descuento. git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@316 f4e31baf-9722-1c47-927c-6f952f962d4b --- Source/GUIBase/uViewTotales.dfm | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/GUIBase/uViewTotales.dfm b/Source/GUIBase/uViewTotales.dfm index b3d3d26d..3e8e4c8f 100644 --- a/Source/GUIBase/uViewTotales.dfm +++ b/Source/GUIBase/uViewTotales.dfm @@ -49,6 +49,7 @@ inherited frViewTotales: TfrViewTotales Enabled = False ParentFont = False Properties.Alignment.Horz = taRightJustify + Properties.DisplayFormat = '-,0.00 '#8364';,0.00 '#8364 Properties.ReadOnly = True Properties.UseLeftAlignmentOnEditing = False Properties.UseThousandSeparator = True