2007-10-26 18:19:55 +00:00
|
|
|
inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente
|
2008-01-04 11:16:59 +00:00
|
|
|
inherited ToolBar1: TToolBar
|
2010-02-11 10:15:07 +00:00
|
|
|
inherited FontSize: TEdit
|
2010-02-08 17:38:24 +00:00
|
|
|
Width = 58
|
|
|
|
|
ExplicitWidth = 58
|
|
|
|
|
end
|
2008-02-05 20:38:38 +00:00
|
|
|
end
|
2008-06-19 16:02:11 +00:00
|
|
|
inherited cxGrid: TcxGrid
|
2008-07-22 11:21:06 +00:00
|
|
|
inherited cxGridView: TcxGridDBTableView
|
|
|
|
|
inherited cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
|
|
|
|
DataBinding.FieldName = ''
|
|
|
|
|
end
|
2009-03-27 10:57:28 +00:00
|
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
|
|
|
Visible = True
|
|
|
|
|
end
|
|
|
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
|
|
|
Visible = True
|
|
|
|
|
end
|
2008-07-22 11:21:06 +00:00
|
|
|
end
|
2008-06-19 16:02:11 +00:00
|
|
|
end
|
|
|
|
|
inherited TBXDock1: TTBXDock
|
2009-03-27 10:57:28 +00:00
|
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
|
|
|
object TBXSeparatorItem9: TTBXSeparatorItem
|
|
|
|
|
end
|
|
|
|
|
object TBXItem18: TTBXItem
|
2010-02-08 17:38:24 +00:00
|
|
|
Action = actVariarPrecios
|
2009-03-27 10:57:28 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
inherited ActionListContenido: TActionList
|
|
|
|
|
inherited actAnadirDescuento: TAction
|
|
|
|
|
Caption = 'Linea de descuento'
|
|
|
|
|
end
|
2010-02-08 17:38:24 +00:00
|
|
|
object actVariarPrecios: TAction
|
2009-03-27 10:57:28 +00:00
|
|
|
Category = 'Operaciones'
|
2010-02-08 17:38:24 +00:00
|
|
|
Caption = 'Variar precios'
|
|
|
|
|
OnExecute = actVariarPreciosExecute
|
|
|
|
|
OnUpdate = actVariarPreciosUpdate
|
2009-03-27 10:57:28 +00:00
|
|
|
end
|
2008-06-19 16:02:11 +00:00
|
|
|
end
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|