From 611df34cd4fb0c9e6976dd35fcd1cd522aecab42 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 10 Sep 2008 16:49:24 +0000 Subject: [PATCH] Ticket #107 -> Cambiar el signo en las fichas del importe del descuento. git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@584 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Source/GUIBase/uViewTotales.dfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GUIBase/uViewTotales.dfm b/Source/GUIBase/uViewTotales.dfm index 95b56827..04ae4ef6 100644 --- a/Source/GUIBase/uViewTotales.dfm +++ b/Source/GUIBase/uViewTotales.dfm @@ -19,7 +19,6 @@ inherited frViewTotales: TfrViewTotales TabOrder = 0 TabStop = False AutoContentSizes = [acsWidth, acsHeight] - ExplicitWidth = 832 object Bevel1: TBevel Left = 104 Top = 109 @@ -50,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