AbetoDesign_FactuGES2/Source/Modulos/Albaranes de proveedor/Views/uViewDetallesAlbaranProveedor.dfm

32 lines
1.2 KiB
Plaintext

inherited frViewDetallesAlbaranProveedor: TfrViewDetallesAlbaranProveedor
inherited cxGrid: TcxGrid
inherited cxGridView: TcxGridDBTableView
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
PropertiesClassName = 'TcxTextEditProperties'
Properties.AutoSelect = True
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
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