git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@27 9a1d36f3-7752-2d40-8ccb-50eb49674c68
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
inherited frViewPresupuestoAlbaran: TfrViewPresupuestoAlbaran
|
|
inherited lblNombre: TLabel
|
|
Width = 64
|
|
Caption = 'Presupuesto:'
|
|
end
|
|
inherited edtlReferencia: TcxDBTextEdit
|
|
StyleDisabled.BorderStyle = ebsNone
|
|
end
|
|
inherited ActionList1: TActionList
|
|
inherited actElegirPresupuesto: TAction
|
|
OnExecute = actElegirPresupuestoExecute
|
|
end
|
|
end
|
|
end
|