This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Albaranes de cliente/Cliente/uViewPresupuestoAlbaran.dfm
2007-06-21 16:02:50 +00:00

17 lines
423 B
Plaintext

inherited frViewPresupuestoAlbaran: TfrViewPresupuestoAlbaran
inherited lblNombre: TLabel
Width = 64
Caption = 'Presupuesto:'
end
inherited edtlReferencia: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone
Height = 21
Width = 245
end
inherited ActionList1: TActionList
inherited actElegirPresupuesto: TAction
OnExecute = actElegirPresupuestoExecute
end
end
end