2011-11-14 17:40:41 +00:00
|
|
|
inherited frViewDetallesFacturaProveedor: TfrViewDetallesFacturaProveedor
|
|
|
|
|
inherited cxGrid: TcxGrid
|
|
|
|
|
inherited cxGridView: TcxGridDBTableView
|
|
|
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
end
|
2022-06-23 15:49:41 +00:00
|
|
|
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
2022-06-23 15:49:41 +00:00
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
2011-11-14 17:40:41 +00:00
|
|
|
Properties.ReadOnly = False
|
|
|
|
|
Options.Editing = True
|
2022-06-23 15:49:41 +00:00
|
|
|
end
|
|
|
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
2011-11-14 17:40:41 +00:00
|
|
|
VisibleForCustomization = False
|
|
|
|
|
end
|
2022-06-23 15:49:41 +00:00
|
|
|
inherited cxGridViewIMP_UNIDAD_DTO: TcxGridDBColumn
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
|
|
|
|
end
|
|
|
|
|
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000;-,0.0000'
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|