git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@4 f33bb606-9f5c-448d-9c99-757f00063c96
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
inherited frViewPedidosFacturaProveedor: TfrViewPedidosFacturaProveedor
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
object cxGridViewID_FACTURA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_FACTURA'
|
|
end
|
|
object cxGridViewID_PEDIDO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_PEDIDO'
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewFECHA_PEDIDO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FECHA_PEDIDO'
|
|
end
|
|
object cxGridViewPROVEEDOR: TcxGridDBColumn
|
|
DataBinding.FieldName = 'PROVEEDOR'
|
|
end
|
|
object cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
|
DataBinding.FieldName = 'IMPORTE_TOTAL'
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
inherited ToolButton1: TToolButton
|
|
ExplicitWidth = 62
|
|
end
|
|
inherited ToolButton4: TToolButton
|
|
ExplicitWidth = 74
|
|
end
|
|
inherited ToolButton2: TToolButton
|
|
ExplicitWidth = 67
|
|
end
|
|
inherited ToolButton7: TToolButton
|
|
ExplicitWidth = 117
|
|
end
|
|
end
|
|
end
|