AbetoDesign_FactuGES2/Source/Modulos/Facturas de proveedor/Views/uViewDetallesFacturaProveedor.dfm

35 lines
1.3 KiB
Plaintext

inherited frViewDetallesFacturaProveedor: TfrViewDetallesFacturaProveedor
inherited cxGrid: TcxGrid
inherited cxGridView: TcxGridDBTableView
inherited cxGridViewCANTIDAD: TcxGridDBColumn
Properties.Alignment.Horz = taRightJustify
end
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
Properties.DecimalPlaces = 4
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
Properties.EditFormat = ',0.0000;-,0.0000'
end
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
Properties.DecimalPlaces = 4
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
Properties.EditFormat = ',0.0000;-,0.0000'
Properties.ReadOnly = False
Options.Editing = True
end
inherited cxGridViewDESCUENTO: TcxGridDBColumn
VisibleForCustomization = False
end
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
end
end
end