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/ListadoContabilidad.dfm

65 lines
1.7 KiB
Plaintext
Raw Normal View History

inherited frListadoContabilidad: TfrListadoContabilidad
Width = 643
Entidad = entListadoContabilidad
inherited Titulo: TRdxPanelTituloOperacion
Width = 643
Caption = 'Listar informe de contabilidad'
end
inherited pnlDatos: TRdxPanel
Width = 643
Height = 107
inherited cDatos: TRdxCabecera
Width = 643
Caption = 'Par<61>metros para el listado de contabilidad'
end
inherited eInformacion: TLabel
Caption =
'Introduzca el intervalo de fechas para generar el informe de con' +
'tabilidad:'
end
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 = 129
Width = 643
Height = 316
end
end