Contactos: cambio en los "uses".
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@225 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
9092beef66
commit
d51e1fe077
@ -48,6 +48,10 @@ object fEditorGruposCliente: TfEditorGruposCliente
|
||||
TabOrder = 0
|
||||
object TabSheet1: TTabSheet
|
||||
Caption = 'Grupos de cliente'
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
object Label1: TLabel
|
||||
Left = 10
|
||||
Top = 12
|
||||
|
||||
@ -29,7 +29,7 @@ uses
|
||||
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
||||
Dialogs, DB, StdCtrls, DBCtrls, uDADataTable, ActnList,
|
||||
uIEditorGruposCliente, uCustomEditor, uGUIBase, ExtCtrls,
|
||||
ComCtrls, uBizGruposCliente, uGruposClienteController;
|
||||
ComCtrls, uBizGruposCliente, uGruposClienteController, uDAInterfaces;
|
||||
|
||||
type
|
||||
TfEditorGruposCliente = class(TCustomEditor, IEditorGruposCliente)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user