Commit c8d06527 authored by Claes Sjofors's avatar Claes Sjofors

NMpsCellData visibility of attributes changed

parent a295169f
...@@ -72,7 +72,7 @@ SObject NMps:Class ...@@ -72,7 +72,7 @@ SObject NMps:Class
Object Data_ObjId $Attribute 2 Object Data_ObjId $Attribute 2
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$ObjId" Attr TypeRef = "pwrs:Type-$ObjId"
Attr Flags |= PWR_MASK_INVISIBLE Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE Attr Flags |= PWR_MASK_STATE
EndBody EndBody
EndObject EndObject
...@@ -82,7 +82,7 @@ SObject NMps:Class ...@@ -82,7 +82,7 @@ SObject NMps:Class
Object Data_Front $Attribute 3 Object Data_Front $Attribute 3
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_INVISIBLE Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE Attr Flags |= PWR_MASK_STATE
EndBody EndBody
EndObject EndObject
...@@ -92,7 +92,7 @@ SObject NMps:Class ...@@ -92,7 +92,7 @@ SObject NMps:Class
Object Data_Back $Attribute 4 Object Data_Back $Attribute 4
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_INVISIBLE Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE Attr Flags |= PWR_MASK_STATE
EndBody EndBody
EndObject EndObject
...@@ -112,7 +112,7 @@ SObject NMps:Class ...@@ -112,7 +112,7 @@ SObject NMps:Class
Object Data_Select $Attribute 6 Object Data_Select $Attribute 6
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_INVISIBLE Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_STATE Attr Flags |= PWR_MASK_STATE
EndBody EndBody
EndObject EndObject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment