git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@992 0c75b7a4-871f-7646-8a2f-f78d34cc349f
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente
|
|
inherited ToolBar1: TToolBar
|
|
inherited FontSize: TEdit
|
|
Width = 58
|
|
ExplicitWidth = 58
|
|
end
|
|
end
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
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
|