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
This commit is contained in:
David Arranz 2010-02-09 17:30:42 +00:00
parent 62a8440a92
commit ed6e9fce40
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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