Tecsitel_FactuGES2/Source/Modulos/Presupuestos de cliente/Views/uViewDetallesPresupuestoCliente.dfm

64 lines
1.7 KiB
Plaintext

inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente
inherited ToolBar1: TToolBar
inherited ToolButton11: TToolButton [11]
Left = 0
ExplicitLeft = 0
end
inherited ToolButton6: TToolButton [12]
Left = 141
ExplicitLeft = 141
end
inherited ToolButton8: TToolButton [13]
Left = 207
ExplicitLeft = 207
end
inherited FontSize: TEdit [14]
Left = 290
Width = 58
ExplicitLeft = 290
ExplicitWidth = 58
end
inherited UpDown1: TUpDown [15]
Left = 348
ExplicitLeft = 348
end
end
inherited cxGrid: TcxGrid
ExplicitTop = 121
inherited cxGridView: TcxGridDBTableView
inherited cxGridViewPOSICION: TcxGridDBColumn
Visible = True
end
inherited cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
DataBinding.FieldName = ''
end
inherited cxGridViewDESCUENTO: TcxGridDBColumn
Visible = True
end
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
Visible = True
end
end
end
inherited TBXDock1: TTBXDock
inherited TBXToolbar1: TTBXToolbar
object TBXSeparatorItem9: TTBXSeparatorItem
end
object TBXItem18: TTBXItem
Action = actVariarPrecios
end
end
end
inherited ActionListContenido: TActionList
inherited actAnadirDescuento: TAction
Caption = 'Linea de descuento'
end
object actVariarPrecios: TAction
Category = 'Operaciones'
Caption = 'Variar precios'
OnExecute = actVariarPreciosExecute
OnUpdate = actVariarPreciosUpdate
end
end
end