2011-11-14 17:40:41 +00:00
|
|
|
inherited frViewContratosClienteBeneficios: TfrViewContratosClienteBeneficios
|
|
|
|
|
OnDestroy = CustomViewDestroy
|
|
|
|
|
inherited cxGrid: TcxGrid
|
|
|
|
|
inherited cxGridView: TcxGridDBTableView
|
|
|
|
|
object cxGridViewID: TcxGridDBColumn
|
|
|
|
|
DataBinding.FieldName = 'ID'
|
|
|
|
|
Visible = False
|
|
|
|
|
VisibleForCustomization = False
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
|
|
|
Caption = 'Referencia'
|
|
|
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewFECHA_CONTRATO: TcxGridDBColumn
|
|
|
|
|
Caption = 'Fecha'
|
|
|
|
|
DataBinding.FieldName = 'FECHA_CONTRATO'
|
|
|
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
|
|
|
end
|
2016-09-05 11:04:01 +00:00
|
|
|
object cxGridViewREFERENCIA_CLIENTE: TcxGridDBColumn
|
|
|
|
|
Caption = 'Ref. Cliente'
|
|
|
|
|
DataBinding.FieldName = 'REFERENCIA_CLIENTE'
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
|
|
|
Caption = 'Cliente'
|
|
|
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewNIF_CIF: TcxGridDBColumn
|
|
|
|
|
Caption = 'NIF/CIF'
|
|
|
|
|
DataBinding.FieldName = 'NIF_CIF'
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewIMPORTE_NETO: TcxGridDBColumn
|
|
|
|
|
Caption = 'Importe neto'
|
|
|
|
|
DataBinding.FieldName = 'IMPORTE_NETO'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewIMPORTE_DESCUENTO: TcxGridDBColumn
|
|
|
|
|
Caption = 'Importe descuento'
|
|
|
|
|
DataBinding.FieldName = 'IMPORTE_DESCUENTO'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewBASE_IMPONIBLE: TcxGridDBColumn
|
|
|
|
|
Caption = 'Base imponible'
|
|
|
|
|
DataBinding.FieldName = 'BASE_IMPONIBLE'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewIMPORTE_FACTURAS_PROVEEDOR: TcxGridDBColumn
|
2012-02-29 18:22:45 +00:00
|
|
|
Caption = 'Imp. fac. proveedor'
|
2011-11-14 17:40:41 +00:00
|
|
|
DataBinding.FieldName = 'IMPORTE_FACTURAS_PROVEEDOR'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewIMPORTE_BENEFICIO: TcxGridDBColumn
|
2012-02-29 18:22:45 +00:00
|
|
|
Caption = 'Imp. beneficio'
|
2011-11-14 17:40:41 +00:00
|
|
|
DataBinding.FieldName = 'IMPORTE_BENEFICIO'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewPORCENTAJE_BENEFICIO: TcxGridDBColumn
|
2012-02-29 18:22:45 +00:00
|
|
|
Caption = '% beneficio'
|
2011-11-14 17:40:41 +00:00
|
|
|
DataBinding.FieldName = 'PORCENTAJE_BENEFICIO'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
|
|
|
end
|
2012-02-29 18:22:45 +00:00
|
|
|
object cxGridViewIMPORTE_FACTURAS_CLIENTE: TcxGridDBColumn
|
|
|
|
|
Caption = 'Imp. fac. cliente'
|
|
|
|
|
DataBinding.FieldName = 'IMPORTE_FACTURAS_CLIENTE'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewIMPORTE_BENEFICIO_REAL: TcxGridDBColumn
|
|
|
|
|
Caption = 'Imp. beneficio real'
|
|
|
|
|
DataBinding.FieldName = 'IMPORTE_BENEFICIO_REAL'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
Properties.DisplayFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
|
|
|
end
|
|
|
|
|
object cxGridViewPORCENTAJE_BENEFICIO_REAL: TcxGridDBColumn
|
|
|
|
|
Caption = '% beneficio real'
|
|
|
|
|
DataBinding.FieldName = 'PORCENTAJE_BENEFICIO_REAL'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
|
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
|
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
|
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
|
|
|
end
|
|
|
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
|
|
|
end
|
|
|
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
|
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
|
|
|
ReportDocument.CreationDate = 40415.784062094910000000
|
|
|
|
|
BuiltInReportLink = True
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|