git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@440 0c75b7a4-871f-7646-8a2f-f78d34cc349f
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
|