Browse Source

correct UI role control

JET-GZX 2 days ago
parent
commit
1ea1ffa5e7

+ 1 - 1
VirgoUI/Models/Recipe/Sequence/SequenceView.xaml

@@ -9,7 +9,7 @@
              xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
              xmlns:local="clr-namespace:VirgoUI.Client.Models.Recipe"
              xmlns:controls="clr-namespace:OpenSEMI.Controls.Controls;assembly=OpenSEMI.Ctrlib"
-             mc:Ignorable="d"   IsEnabled="{Binding PageEnabled}"
+             mc:Ignorable="d"   
              d:DesignHeight="450" d:DesignWidth="1200">
 
     <UserControl.Resources>

+ 1 - 1
VirgoUI/Models/Utility/Role/RoleView.xaml

@@ -6,7 +6,7 @@
              xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
              xmlns:ControlLib="http://OpenSEMI.Ctrlib.com/presentation"     
              xmlns:ts="clr-namespace:OpenSEMI.ClientBase.Command"
-             xmlns:cal="http://www.caliburn.org"  IsEnabled="{Binding PageEnabled}"
+             xmlns:cal="http://www.caliburn.org"  
              xmlns:command="clr-namespace:OpenSEMI.ClientBase.Command">
     <UserControl.Resources>
         <Style x:Key="ViewEnabledBtn" TargetType="{x:Type Button}" BasedOn="{StaticResource ResourceKey={x:Type Button}}">

+ 1 - 1
VirgoUI/Models/Utility/SystemConfig/SystemConfigView.xaml

@@ -8,7 +8,7 @@
              xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
              xmlns:cal="http://www.caliburn.org"
              xmlns:systemConfig="clr-namespace:VirgoUI.Client.Models.Utility.SystemConfig"
-             mc:Ignorable="d"   IsEnabled="{Binding PageEnabled}"
+             mc:Ignorable="d"   
              d:DesignHeight="450" d:DesignWidth="800">
     <UserControl.Resources>
         <cvt:Null2Bool x:Key="Null2Bool"/>