This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
Tecsitel_FactuGES/Clientes/ListadoFacturasCliPenIVA.dfm

48 lines
1.2 KiB
Plaintext
Raw Normal View History

inherited frListadoFacturasCliPenIVA: TfrListadoFacturasCliPenIVA
inherited pnlDatos: TRdxPanel
Height = 88
object Label1: TLabel
Left = 40
Top = 72
Width = 44
Height = 13
Caption = 'Desde el '
end
object Label2: TLabel
Left = 216
Top = 72
Width = 41
Height = 13
Caption = 'hasta el '
end
object FechaIni: TcxDateEdit
Left = 88
Top = 68
Width = 121
Height = 21
Properties.DateButtons = [btnToday]
Properties.ImmediatePost = True
Properties.InputKind = ikMask
Properties.OnValidate = FechaIniPropertiesValidate
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
TabOrder = 0
end
object FechaFin: TcxDateEdit
Left = 260
Top = 68
Width = 121
Height = 21
Properties.DateButtons = [btnToday]
Properties.ImmediatePost = True
Properties.InputKind = ikMask
Properties.OnValidate = FechaFinPropertiesValidate
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
TabOrder = 1
end
end
inherited pnlVistaPrevia: TPanel
Top = 110
Height = 335
end
end