46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
|
|
inherited frViewArticulosProveedor: TfrViewArticulosProveedor
|
||
|
|
Width = 644
|
||
|
|
Height = 710
|
||
|
|
ExplicitWidth = 644
|
||
|
|
ExplicitHeight = 710
|
||
|
|
inherited cxGrid: TcxGrid
|
||
|
|
Width = 644
|
||
|
|
Height = 710
|
||
|
|
ExplicitWidth = 644
|
||
|
|
ExplicitHeight = 710
|
||
|
|
inherited cxGridView: TcxGridDBTableView
|
||
|
|
object cxGridViewID: TcxGridDBColumn [0]
|
||
|
|
DataBinding.FieldName = 'ID'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewCOMISIONABLE: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'COMISIONABLE'
|
||
|
|
end
|
||
|
|
object cxGridViewNOMBRE_PROVEEDOR: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'NOMBRE_PROVEEDOR'
|
||
|
|
end
|
||
|
|
object cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
||
|
|
end
|
||
|
|
object cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'PRECIO_COSTE'
|
||
|
|
end
|
||
|
|
object cxGridViewPRECIO_PORTE: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'PRECIO_PORTE'
|
||
|
|
end
|
||
|
|
object cxGridViewDESCUENTO: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'DESCUENTO'
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited dsDataSource: TDADataSource
|
||
|
|
Left = 56
|
||
|
|
Top = 96
|
||
|
|
end
|
||
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
||
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
||
|
|
BuiltInReportLink = True
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|