git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES/trunk@4 b68bf8ae-e977-074f-a058-3cfd71dd8f45
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
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
|