git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1050 0c75b7a4-871f-7646-8a2f-f78d34cc349f
118 lines
2.8 KiB
Plaintext
118 lines
2.8 KiB
Plaintext
inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente
|
|
inherited ToolBar1: TToolBar
|
|
Height = 100
|
|
ExplicitHeight = 100
|
|
inherited ToolButton14: TToolButton
|
|
Wrap = False
|
|
end
|
|
inherited ToolButton9: TToolButton [5]
|
|
Left = 121
|
|
Top = 22
|
|
ExplicitLeft = 121
|
|
ExplicitTop = 22
|
|
end
|
|
inherited FontName: TJvFontComboBox [6]
|
|
Left = 266
|
|
Top = 22
|
|
ExplicitLeft = 266
|
|
ExplicitTop = 22
|
|
end
|
|
inherited UpDown1: TUpDown
|
|
Left = 411
|
|
Top = 22
|
|
ExplicitLeft = 411
|
|
ExplicitTop = 22
|
|
end
|
|
inherited ToolButton13: TToolButton
|
|
Left = 0
|
|
Top = 22
|
|
Wrap = True
|
|
ExplicitLeft = 0
|
|
ExplicitTop = 22
|
|
ExplicitHeight = 27
|
|
end
|
|
inherited ToolButton6: TToolButton
|
|
Left = 0
|
|
Top = 49
|
|
ExplicitLeft = 0
|
|
ExplicitTop = 49
|
|
end
|
|
inherited FontSize: TEdit [10]
|
|
Left = 66
|
|
Top = 49
|
|
Width = 58
|
|
ExplicitLeft = 66
|
|
ExplicitTop = 49
|
|
ExplicitWidth = 58
|
|
end
|
|
inherited ToolButton7: TToolButton [11]
|
|
Left = 124
|
|
Top = 49
|
|
ExplicitLeft = 124
|
|
ExplicitTop = 49
|
|
end
|
|
inherited ToolButton11: TToolButton [12]
|
|
Left = 191
|
|
Top = 49
|
|
ExplicitLeft = 191
|
|
ExplicitTop = 49
|
|
end
|
|
inherited ToolButton12: TToolButton [13]
|
|
Left = 0
|
|
Top = 49
|
|
Wrap = True
|
|
ExplicitLeft = 0
|
|
ExplicitTop = 49
|
|
ExplicitHeight = 27
|
|
end
|
|
inherited ToolButton10: TToolButton
|
|
Left = 0
|
|
Top = 76
|
|
ExplicitLeft = 0
|
|
ExplicitTop = 76
|
|
end
|
|
inherited ToolButton8: TToolButton [15]
|
|
Left = 125
|
|
Top = 76
|
|
ExplicitLeft = 125
|
|
ExplicitTop = 76
|
|
end
|
|
end
|
|
inherited cxGrid: TcxGrid
|
|
Top = 126
|
|
Height = 178
|
|
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
|
|
Top = 100
|
|
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
|