This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES2/Source/Modulos/Contactos/Views/uViewAgente.pas

30 lines
897 B
ObjectPascal

unit uViewAgente;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uViewContacto, dxLayoutLookAndFeels, DB, uDADataTable,
dxLayoutControl, cxMemo, cxDBEdit, cxContainer, cxEdit, cxTextEdit, cxControls,
cxMaskEdit, cxSpinEdit, ImgList, PngImageList, ActnList, cxHyperLinkEdit,
Buttons, PngSpeedButton, cxDropDownEdit, cxCalendar, cxGraphics,
uDAInterfaces, cxLookupEdit, cxDBLookupEdit, cxDBLookupComboBox;
type
IViewAgente = interface(IViewContacto)
['{2A575DFD-24EE-4C8E-A152-AAFEA6ECB53B}']
end;
TfrViewAgente = class(TfrViewContacto, IViewAgente)
eFechaAltaEmpresa: TcxDBDateEdit;
dxLayoutControlContactoItem23: TdxLayoutItem;
eFechaBaja: TcxDBDateEdit;
dxLayoutControlContactoItem24: TdxLayoutItem;
eCausaBaja: TcxDBTextEdit;
end;
implementation
{$R *.dfm}
end.