Pedidos a proveedor -> Cuando se abre un pedido ya entregado, el apartado de dirección de entrega no salía como sólo lectura.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@500 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2008-08-04 14:02:19 +00:00
parent b676953419
commit 4334153e70
2 changed files with 4 additions and 3 deletions

View File

@ -84,7 +84,7 @@ inherited frViewDireccionEntregaPedidoProv: TfrViewDireccionEntregaPedidoProv
Left = 25
Top = 133
Width = 551
Height = 264
Height = 257
AutoSize = False
BevelKind = bkFlat
TabOrder = 5
@ -154,7 +154,7 @@ inherited frViewDireccionEntregaPedidoProv: TfrViewDireccionEntregaPedidoProv
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 7
Width = 506
Width = 334
end
object dxLayoutGroup1: TdxLayoutGroup
ShowCaption = False

View File

@ -297,7 +297,8 @@ begin
if ReadOnly then
begin
rdxDestino1.Enabled := False;
rdxDestino2.Enabled := False;
rdxDestino2.Enabled := False;
RadioButton1.Enabled := False;
end;
end;