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