From 075d00455323ea276a9aab96be3556fcc0d9983c Mon Sep 17 00:00:00 2001 From: roberto Date: Thu, 4 Dec 2008 10:32:32 +0000 Subject: [PATCH] =?UTF-8?q?Se=20desactiva=20el=20campo=20descuento=20de=20?= =?UTF-8?q?las=20fichas=20de=20cliente=20porque=20ya=20no=20se=20usar?= =?UTF-8?q?=C3=A1=20el=20descuento=20en=20ning=C3=BAn=20lado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@795 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- .../Contactos/Views/uEditorCliente.dfm | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Source/Modulos/Contactos/Views/uEditorCliente.dfm b/Source/Modulos/Contactos/Views/uEditorCliente.dfm index 6f7016ce..c9c2975d 100644 --- a/Source/Modulos/Contactos/Views/uEditorCliente.dfm +++ b/Source/Modulos/Contactos/Views/uEditorCliente.dfm @@ -120,7 +120,7 @@ inherited fEditorCliente: TfEditorCliente inherited pgPaginas: TPageControl Width = 786 Height = 530 - ActivePage = pagGeneral + ActivePage = pagDatosComerciales ExplicitWidth = 786 ExplicitHeight = 530 inherited pagGeneral: TTabSheet @@ -582,6 +582,13 @@ inherited fEditorCliente: TfEditorCliente ExplicitLeft = 595 ExplicitTop = 116 end + inherited dxLayoutGroup1: TdxLayoutGroup + inherited dxLayoutControl1Group3: TdxLayoutGroup + inherited dxLayoutControl1Item1: TdxLayoutItem + Visible = False + end + end + end end end end @@ -619,6 +626,18 @@ inherited fEditorCliente: TfEditorCliente inherited ToolBar1: TToolBar Width = 778 ExplicitWidth = 778 + inherited ToolButton1: TToolButton + ExplicitWidth = 113 + end + inherited ToolButton4: TToolButton + ExplicitWidth = 113 + end + inherited ToolButton2: TToolButton + ExplicitWidth = 113 + end + inherited ToolButton7: TToolButton + ExplicitWidth = 113 + end end end end