From ed6e9fce40ad692cb96c2e56b897c1e663156f7c Mon Sep 17 00:00:00 2001 From: david Date: Tue, 9 Feb 2010 17:30:42 +0000 Subject: [PATCH] Tarea #349 -> En la pantalla de colores que el intro funcione como tabulador como en el programa antiguo git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@90 f33bb606-9f5c-448d-9c99-757f00063c96 --- Source/GUIBase/uEditorColores.dfm | 6 ++++++ Source/GUIBase/uEditorColores.pas | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Source/GUIBase/uEditorColores.dfm b/Source/GUIBase/uEditorColores.dfm index bcdb7f9..435e606 100644 --- a/Source/GUIBase/uEditorColores.dfm +++ b/Source/GUIBase/uEditorColores.dfm @@ -136,6 +136,12 @@ inherited fEditorColores: TfEditorColores Height = 13 Caption = 'Color 12:' end + object JvEnterAsTab1: TJvEnterAsTab + Left = 170 + Top = 6 + Width = 28 + Height = 28 + end object eColor1: TcxDBTextEdit Left = 21 Top = 39 diff --git a/Source/GUIBase/uEditorColores.pas b/Source/GUIBase/uEditorColores.pas index 94b1242..0610400 100644 --- a/Source/GUIBase/uEditorColores.pas +++ b/Source/GUIBase/uEditorColores.pas @@ -6,7 +6,7 @@ uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uDialogBase, ActnList, StdCtrls, ExtCtrls, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, cxTextEdit, - cxDBEdit, DB, uDAInterfaces, uDADataTable; + cxDBEdit, DB, uDAInterfaces, uDADataTable, JvExControls, JvEnterTab; type TfEditorColores = class(TfDialogBase) @@ -35,6 +35,7 @@ type Label11: TLabel; Label12: TLabel; Label13: TLabel; + JvEnterAsTab1: TJvEnterAsTab; procedure actAceptarExecute(Sender: TObject); procedure actCancelarExecute(Sender: TObject); private