131 lines
3.1 KiB
Plaintext
131 lines
3.1 KiB
Plaintext
inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente
|
|
inherited ToolBar1: TToolBar
|
|
Height = 73
|
|
ExplicitHeight = 73
|
|
inherited ToolButton3: TToolButton
|
|
Wrap = False
|
|
end
|
|
inherited ToolButton4: TToolButton
|
|
Left = 278
|
|
Top = 0
|
|
ExplicitLeft = 278
|
|
ExplicitTop = 0
|
|
end
|
|
inherited ToolButton14: TToolButton
|
|
Left = 334
|
|
Top = 0
|
|
ExplicitLeft = 334
|
|
ExplicitTop = 0
|
|
end
|
|
inherited FontName: TJvFontComboBox
|
|
Top = 22
|
|
ExplicitTop = 22
|
|
end
|
|
inherited FontSize: TEdit
|
|
Top = 22
|
|
Width = 58
|
|
ExplicitTop = 22
|
|
ExplicitWidth = 58
|
|
end
|
|
inherited UpDown1: TUpDown
|
|
Left = 203
|
|
Top = 22
|
|
ExplicitLeft = 203
|
|
ExplicitTop = 22
|
|
end
|
|
inherited ToolButton13: TToolButton
|
|
Left = 220
|
|
Top = 22
|
|
ExplicitLeft = 220
|
|
ExplicitTop = 22
|
|
end
|
|
inherited ToolButton6: TToolButton
|
|
Left = 228
|
|
Top = 22
|
|
ExplicitLeft = 228
|
|
ExplicitTop = 22
|
|
end
|
|
inherited ToolButton7: TToolButton
|
|
Left = 294
|
|
Top = 22
|
|
ExplicitLeft = 294
|
|
ExplicitTop = 22
|
|
end
|
|
inherited ToolButton8: TToolButton
|
|
Left = 361
|
|
Top = 22
|
|
ExplicitLeft = 361
|
|
ExplicitTop = 22
|
|
end
|
|
inherited ToolButton12: TToolButton
|
|
Left = 0
|
|
Top = 22
|
|
Wrap = True
|
|
ExplicitLeft = 0
|
|
ExplicitTop = 22
|
|
ExplicitHeight = 27
|
|
end
|
|
inherited ToolButton9: TToolButton
|
|
Left = 0
|
|
Top = 49
|
|
ExplicitLeft = 0
|
|
ExplicitTop = 49
|
|
end
|
|
inherited ToolButton10: TToolButton
|
|
Left = 145
|
|
Top = 49
|
|
ExplicitLeft = 145
|
|
ExplicitTop = 49
|
|
end
|
|
inherited ToolButton11: TToolButton
|
|
Left = 270
|
|
Top = 49
|
|
ExplicitLeft = 270
|
|
ExplicitTop = 49
|
|
end
|
|
end
|
|
inherited cxGrid: TcxGrid
|
|
Top = 99
|
|
Height = 205
|
|
ExplicitTop = 99
|
|
ExplicitHeight = 205
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewTIPO: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
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
|
|
Top = 73
|
|
ExplicitTop = 73
|
|
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
|