git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_FactuGES/trunk@4 6cb6b671-b4a0-dd4c-8bdc-3006503d97e9
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
inherited frViewDetallesPresupuesto: TfrViewDetallesPresupuesto
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewTIPO: TcxGridDBColumn
|
|
Properties.OnValidate = cxGridViewTIPOPropertiesValidate
|
|
end
|
|
object cxGridViewDESCUENTO: TcxGridDBColumn [6]
|
|
Caption = 'Dto (%)'
|
|
DataBinding.FieldName = 'DESCUENTO'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.DisplayFormat = '0.00'
|
|
Properties.EditFormat = '#.##'
|
|
Properties.ImmediatePost = True
|
|
Properties.MaxValue = 100.000000000000000000
|
|
end
|
|
end
|
|
end
|
|
inherited TBXDock1: TTBXDock
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
ExplicitWidth = 451
|
|
object TBXItem12: TTBXItem [0]
|
|
Action = actAnadirCapitulo
|
|
end
|
|
end
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
object actAnadirCapitulo: TAction [0]
|
|
Category = 'Operaciones'
|
|
Caption = 'A'#241'adir Cap'#237'tulo'
|
|
OnExecute = actAnadirCapituloExecute
|
|
end
|
|
end
|
|
end
|