136 lines
5.0 KiB
Plaintext
136 lines
5.0 KiB
Plaintext
|
|
inherited frViewContratosClienteBeneficios: TfrViewContratosClienteBeneficios
|
||
|
|
OnDestroy = CustomViewDestroy
|
||
|
|
inherited cxGrid: TcxGrid
|
||
|
|
RootLevelOptions.DetailTabsPosition = dtpTop
|
||
|
|
OnActiveTabChanged = cxGridActiveTabChanged
|
||
|
|
inherited cxGridView: TcxGridDBTableView
|
||
|
|
DataController.Summary.FooterSummaryItems = <
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
Column = cxGridViewIMPORTE_BENEFICIO
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
Column = cxGridViewIMPORTE_FACTURAS_PROVEEDOR
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
Column = cxGridViewBASE_IMPONIBLE
|
||
|
|
end>
|
||
|
|
object cxGridViewID: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'ID'
|
||
|
|
Visible = False
|
||
|
|
VisibleForCustomization = False
|
||
|
|
end
|
||
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
||
|
|
Caption = 'Referencia'
|
||
|
|
DataBinding.FieldName = 'REFERENCIA'
|
||
|
|
end
|
||
|
|
object cxGridViewREF_CONTENIDO: TcxGridDBColumn
|
||
|
|
Caption = 'ref. contenido'
|
||
|
|
DataBinding.FieldName = 'REFERENCIA_CLIENTE'
|
||
|
|
end
|
||
|
|
object cxGridViewFECHA_CONTRATO: TcxGridDBColumn
|
||
|
|
Caption = 'Fecha'
|
||
|
|
DataBinding.FieldName = 'FECHA_CONTRATO'
|
||
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
||
|
|
end
|
||
|
|
object cxGridViewSITUACION: TcxGridDBColumn
|
||
|
|
Caption = 'Situaci'#243'n'
|
||
|
|
DataBinding.FieldName = 'SITUACION'
|
||
|
|
end
|
||
|
|
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
|
||
|
|
FooterAlignmentHorz = taRightJustify
|
||
|
|
end
|
||
|
|
object cxGridViewIMPORTE_FACTURAS_PROVEEDOR: TcxGridDBColumn
|
||
|
|
Caption = 'Importe facturas proveedor'
|
||
|
|
DataBinding.FieldName = 'IMPORTE_FACTURAS_PROVEEDOR'
|
||
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||
|
|
Properties.Alignment.Horz = taRightJustify
|
||
|
|
FooterAlignmentHorz = taRightJustify
|
||
|
|
end
|
||
|
|
object cxGridViewIMPORTE_BENEFICIO: TcxGridDBColumn
|
||
|
|
Caption = 'Importe beneficio'
|
||
|
|
DataBinding.FieldName = 'IMPORTE_BENEFICIO'
|
||
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||
|
|
Properties.Alignment.Horz = taRightJustify
|
||
|
|
FooterAlignmentHorz = taRightJustify
|
||
|
|
end
|
||
|
|
object cxGridViewPORCENTAJE_BENEFICIO: TcxGridDBColumn
|
||
|
|
Caption = 'Porcentaje beneficio'
|
||
|
|
DataBinding.FieldName = 'PORCENTAJE_BENEFICIO'
|
||
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||
|
|
Properties.Alignment.Horz = taRightJustify
|
||
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
||
|
|
end
|
||
|
|
object cxGridViewVENDEDOR: TcxGridDBColumn
|
||
|
|
Caption = 'Vendedor'
|
||
|
|
DataBinding.FieldName = 'VENDEDOR'
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited cxGridLevel: TcxGridLevel
|
||
|
|
Caption = 'Todos'
|
||
|
|
end
|
||
|
|
object cxGridPendientes: TcxGridLevel
|
||
|
|
Caption = 'Pendientes'
|
||
|
|
end
|
||
|
|
object cxGridTerminados: TcxGridLevel
|
||
|
|
Caption = 'Terminados'
|
||
|
|
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
|