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:
parent
b676953419
commit
4334153e70
@ -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
|
||||
|
||||
@ -297,7 +297,8 @@ begin
|
||||
if ReadOnly then
|
||||
begin
|
||||
rdxDestino1.Enabled := False;
|
||||
rdxDestino2.Enabled := False;
|
||||
rdxDestino2.Enabled := False;
|
||||
RadioButton1.Enabled := False;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user