git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@307 c93665c3-c93d-084d-9b98-7d5f4a9c3376
505 lines
22 KiB
Plaintext
505 lines
22 KiB
Plaintext
inherited frViewInfMargenArticuloGrid: TfrViewInfMargenArticuloGrid
|
|
Width = 794
|
|
Height = 508
|
|
ExplicitWidth = 794
|
|
ExplicitHeight = 508
|
|
object cxGrid: TcxGrid [0]
|
|
Left = 0
|
|
Top = 0
|
|
Width = 794
|
|
Height = 508
|
|
Align = alClient
|
|
TabOrder = 0
|
|
LookAndFeel.Kind = lfStandard
|
|
LookAndFeel.NativeStyle = True
|
|
object cxGridView: TcxGridDBTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
FilterBox.CustomizeDialog = False
|
|
FilterBox.Visible = fvNever
|
|
DataController.Filter.Options = [fcoCaseInsensitive]
|
|
DataController.Filter.OnChanged = cxGridViewDataControllerFilterChanged
|
|
DataController.KeyFieldNames = 'RecID'
|
|
DataController.Options = [dcoAnsiSort, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems.OnSummary = cxGridViewDataControllerSummaryFooterSummaryItemsSummary
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
DataController.Summary.OnAfterSummary = cxGridViewDataControllerSummaryAfterSummary
|
|
DataController.OnGroupingChanged = cxGridViewDataControllerGroupingChanged
|
|
DataController.OnSortingChanged = cxGridViewDataControllerSortingChanged
|
|
OptionsBehavior.CellHints = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsCustomize.ColumnGrouping = False
|
|
OptionsCustomize.ColumnsQuickCustomization = True
|
|
OptionsCustomize.DataRowSizing = True
|
|
OptionsCustomize.GroupRowSizing = True
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.Footer = True
|
|
OptionsView.FooterAutoHeight = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
OptionsView.HeaderEndEllipsis = True
|
|
Styles.FilterBox = cxStyleFilterBox
|
|
Styles.OnGetContentStyle = cxGridViewStylesGetContentStyle
|
|
OnColumnPosChanged = cxGridViewColumnPosChanged
|
|
OnColumnSizeChanged = cxGridViewColumnSizeChanged
|
|
object cxGridViewRecID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'RecID'
|
|
Visible = False
|
|
end
|
|
object cxGridViewID_EMPRESA: TcxGridDBColumn
|
|
Caption = 'Id_empresa'
|
|
DataBinding.FieldName = 'ID_EMPRESA'
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewID_CLIENTE: TcxGridDBColumn
|
|
Caption = 'Id_cliente'
|
|
DataBinding.FieldName = 'ID_CLIENTE'
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewID_FACTURA: TcxGridDBColumn
|
|
Caption = 'Id_factura'
|
|
DataBinding.FieldName = 'ID_FACTURA'
|
|
end
|
|
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
|
Caption = 'Id_articulo'
|
|
DataBinding.FieldName = 'ID_ARTICULO'
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewNIF_CIF_CLIENTE: TcxGridDBColumn
|
|
Caption = 'NIF/CIF cliente'
|
|
DataBinding.FieldName = 'NIF_CIF_CLIENTE'
|
|
end
|
|
object cxGridViewNOMBRE_CLIENTE: TcxGridDBColumn
|
|
Caption = 'Cliente'
|
|
DataBinding.FieldName = 'NOMBRE_CLIENTE'
|
|
end
|
|
object cxGridViewNOMBRE_COMERCIAL_CLIENTE: TcxGridDBColumn
|
|
Caption = 'Nombre comercial cli.'
|
|
DataBinding.FieldName = 'NOMBRE_COMERCIAL_CLIENTE'
|
|
end
|
|
object cxGridViewREFERENCIA_FACTURA: TcxGridDBColumn
|
|
Caption = 'Ref. factura'
|
|
DataBinding.FieldName = 'REFERENCIA_FACTURA'
|
|
end
|
|
object cxGridViewFECHA_FACTURA: TcxGridDBColumn
|
|
Caption = 'Fecha factura'
|
|
DataBinding.FieldName = 'FECHA_FACTURA'
|
|
end
|
|
object cxGridViewNIF_CIF_AGENTE: TcxGridDBColumn
|
|
Caption = 'NIF/CIF agente'
|
|
DataBinding.FieldName = 'NIF_CIF_AGENTE'
|
|
end
|
|
object cxGridViewNOMBRE_AGENTE: TcxGridDBColumn
|
|
Caption = 'Agente'
|
|
DataBinding.FieldName = 'NOMBRE_AGENTE'
|
|
end
|
|
object cxGridViewFAMILIA: TcxGridDBColumn
|
|
Caption = 'Familia'
|
|
DataBinding.FieldName = 'FAMILIA'
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewREFERENCIA_PROV: TcxGridDBColumn
|
|
Caption = 'Ref. proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA_PROV'
|
|
end
|
|
object cxGridViewPROVEEDOR: TcxGridDBColumn
|
|
Caption = 'Proveedor'
|
|
DataBinding.FieldName = 'PROVEEDOR'
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
end
|
|
object cxGridViewCOMISIONABLE: TcxGridDBColumn
|
|
Caption = 'Comisionable'
|
|
DataBinding.FieldName = 'COMISIONABLE'
|
|
end
|
|
object cxGridViewINVENTARIABLE: TcxGridDBColumn
|
|
Caption = 'Inventariable'
|
|
DataBinding.FieldName = 'INVENTARIABLE'
|
|
end
|
|
object cxGridViewIMP_UNIDAD_ULT_VENT: TcxGridDBColumn
|
|
Caption = 'Precio uni. ult. venta'
|
|
DataBinding.FieldName = 'IMP_UNIDAD_ULT_VENT'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO_ULT_VENT: TcxGridDBColumn
|
|
Caption = 'Precio neto ult. venta'
|
|
DataBinding.FieldName = 'IMP_NETO_ULT_VENT'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_PORTE_ULT_VENT: TcxGridDBColumn
|
|
Caption = 'Precio porte ult. venta'
|
|
DataBinding.FieldName = 'IMP_PORTE_ULT_VENT'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_UNIDAD_PRO_VENT: TcxGridDBColumn
|
|
Caption = 'Precio uni. venta pro.'
|
|
DataBinding.FieldName = 'IMP_UNIDAD_PRO_VENT'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO_PRO_VENT: TcxGridDBColumn
|
|
Caption = 'Precio neto venta pro.'
|
|
DataBinding.FieldName = 'IMP_NETO_PRO_VENT'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_PORTE_PRO_VENT: TcxGridDBColumn
|
|
Caption = 'Precio porte venta pro.'
|
|
DataBinding.FieldName = 'IMP_PORTE_PRO_VENT'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_UNIDAD_COMPRA: TcxGridDBColumn
|
|
Caption = 'Precio uni. compra'
|
|
DataBinding.FieldName = 'IMP_UNIDAD_COMPRA'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO_COMPRA: TcxGridDBColumn
|
|
Caption = 'Precio neto compra'
|
|
DataBinding.FieldName = 'IMP_NETO_COMPRA'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_PORTE_COMPRA: TcxGridDBColumn
|
|
Caption = 'Precio porte compra'
|
|
DataBinding.FieldName = 'IMP_PORTE_COMPRA'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_UNIDAD_ULT_COMP: TcxGridDBColumn
|
|
Caption = 'Precio uni. ult. compra'
|
|
DataBinding.FieldName = 'IMP_UNIDAD_ULT_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO_ULT_COMP: TcxGridDBColumn
|
|
Caption = 'Precio neto ult. compra'
|
|
DataBinding.FieldName = 'IMP_NETO_ULT_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_PORTE_ULT_COMP: TcxGridDBColumn
|
|
Caption = 'Precio porte ult. compra'
|
|
DataBinding.FieldName = 'IMP_PORTE_ULT_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_UNIDAD_PRO_COMP: TcxGridDBColumn
|
|
Caption = 'Precio uni. compra pro.'
|
|
DataBinding.FieldName = 'IMP_UNIDAD_PRO_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO_PRO_COMP: TcxGridDBColumn
|
|
Caption = 'Precio neto compra pro.'
|
|
DataBinding.FieldName = 'IMP_NETO_PRO_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_PORTE_PRO_COMP: TcxGridDBColumn
|
|
Caption = 'Precio porte compra pro.'
|
|
DataBinding.FieldName = 'IMP_PORTE_PRO_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_ULT_VENT_COMPRA: TcxGridDBColumn
|
|
Caption = 'Margen ult. venta - compra'
|
|
DataBinding.FieldName = 'IMP_MARGEN_ULT_VENT_COMPRA'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_ULT_VENT_COMPRA: TcxGridDBColumn
|
|
Caption = '% margen ult. venta - compra'
|
|
DataBinding.FieldName = 'POR_MARGEN_ULT_VENT_COMPRA'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
Properties.EditFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_ULT_VENT_ULT_COMP: TcxGridDBColumn
|
|
Caption = 'Margen ult. venta - ult. compra'
|
|
DataBinding.FieldName = 'IMP_MARGEN_ULT_VENT_ULT_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_ULT_VENT_ULT_COMP: TcxGridDBColumn
|
|
Caption = '% margen ult. venta - ult. compra'
|
|
DataBinding.FieldName = 'POR_MARGEN_ULT_VENT_ULT_COMP'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
Properties.EditFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_ULT_VENT_PRO_COMP: TcxGridDBColumn
|
|
Caption = 'Margen ult. venta - compra pro.'
|
|
DataBinding.FieldName = 'IMP_MARGEN_ULT_VENT_PRO_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_ULT_VENT_PRO_COMP: TcxGridDBColumn
|
|
Caption = '% margen ult. venta - compra pro.'
|
|
DataBinding.FieldName = 'POR_MARGEN_ULT_VENT_PRO_COMP'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
Properties.EditFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_PRO_VENT_COMPRA: TcxGridDBColumn
|
|
Caption = 'Margen venta pro. - compra'
|
|
DataBinding.FieldName = 'IMP_MARGEN_PRO_VENT_COMPRA'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_PRO_VENT_COMPRA: TcxGridDBColumn
|
|
Caption = '% margen venta pro. - compra'
|
|
DataBinding.FieldName = 'POR_MARGEN_PRO_VENT_COMPRA'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
Properties.EditFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_PRO_VENT_ULT_COMP: TcxGridDBColumn
|
|
Caption = 'Margen venta pro. - ult. compra'
|
|
DataBinding.FieldName = 'IMP_MARGEN_PRO_VENT_ULT_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_PRO_VENT_ULT_COMP: TcxGridDBColumn
|
|
Caption = '% margen venta pro. - ult. compra'
|
|
DataBinding.FieldName = 'POR_MARGEN_PRO_VENT_ULT_COMP'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
Properties.EditFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_PRO_VENT_PRO_COMP: TcxGridDBColumn
|
|
Caption = 'Margen venta pro. - compra pro.'
|
|
DataBinding.FieldName = 'IMP_MARGEN_PRO_VENT_PRO_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_PRO_VENT_PRO_COMP: TcxGridDBColumn
|
|
Caption = '% margen venta pro. - compra pro.'
|
|
DataBinding.FieldName = 'POR_MARGEN_PRO_VENT_PRO_COMP'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
Properties.EditFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_ULT_COMP: TcxGridDBColumn
|
|
Caption = 'Margen venta - ult. compra'
|
|
DataBinding.FieldName = 'IMP_MARGEN_ULT_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_ULT_COMP: TcxGridDBColumn
|
|
Caption = '% margen venta - ult. compra'
|
|
DataBinding.FieldName = 'POR_MARGEN_ULT_COMP'
|
|
PropertiesClassName = 'TcxCalcEditProperties'
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_PRO_COMP: TcxGridDBColumn
|
|
Caption = 'Margen venta - compra pro.'
|
|
DataBinding.FieldName = 'IMP_MARGEN_PRO_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPOR_MARGEN_PRO_COMP: TcxGridDBColumn
|
|
Caption = '% margen venta - compra pro.'
|
|
DataBinding.FieldName = 'POR_MARGEN_PRO_COMP'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewID_DETALLE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_DETALLE'
|
|
PropertiesClassName = 'TcxMaskEditProperties'
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewIMP_UNIDAD: TcxGridDBColumn
|
|
Caption = 'Precio uni. venta'
|
|
DataBinding.FieldName = 'IMP_UNIDAD'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO: TcxGridDBColumn
|
|
Caption = 'Precio neto venta'
|
|
DataBinding.FieldName = 'IMP_NETO'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_PORTE: TcxGridDBColumn
|
|
Caption = 'Precio porte venta'
|
|
DataBinding.FieldName = 'IMP_PORTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taLeftJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Caption = 'Cantidad'
|
|
DataBinding.FieldName = 'CANTIDAD'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_TOTAL: TcxGridDBColumn
|
|
Caption = 'Importe total'
|
|
DataBinding.FieldName = 'IMP_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO_ULT_COM_TOTAL: TcxGridDBColumn
|
|
Caption = 'Imp. ult. com. total'
|
|
DataBinding.FieldName = 'IMP_NETO_ULT_COM_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_NETO_PRO_COM_TOTAL: TcxGridDBColumn
|
|
Caption = 'Imp. com. pro. total'
|
|
DataBinding.FieldName = 'IMP_NETO_PRO_COM_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_ULT_COMP_TOTAL: TcxGridDBColumn
|
|
Caption = 'Margen venta - ult. com. total'
|
|
DataBinding.FieldName = 'IMP_MARGEN_ULT_COMP_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewIMP_MARGEN_PRO_COMP_TOTAL: TcxGridDBColumn
|
|
Caption = 'Margen venta - com. pro. total'
|
|
DataBinding.FieldName = 'IMP_MARGEN_PRO_COMP_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
object cxGridLevel: TcxGridLevel
|
|
GridView = cxGridView
|
|
end
|
|
end
|
|
inherited dxPrintStyleManager1: TdxPrintStyleManager
|
|
inherited dxPrintStyleManager1Style1: TdxPSPrintStyle
|
|
BuiltInStyle = True
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxPrinterLinkcxGrid: TdxGridReportLink
|
|
Component = cxGrid
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
object cxStyleRepository1: TcxStyleRepository
|
|
Left = 16
|
|
Top = 48
|
|
PixelsPerInch = 96
|
|
object cxStyleRed: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clRed
|
|
end
|
|
object cxStyleBlue: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clBlue
|
|
end
|
|
object cxStyleFilterBox: TcxStyle
|
|
AssignedValues = [svColor, svTextColor]
|
|
Color = clInfoBk
|
|
TextColor = clWindowText
|
|
end
|
|
end
|
|
end
|