ConstruccionesCNJ_FactuGES/Modulos/Presupuestos/Views/uViewDetallesPresupuesto.dfm
2007-06-21 15:50:59 +00:00

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