jiangjy 1 month ago
parent
commit
c953348784
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Furnace/FurnaceUI/Views/Maintenances/FIMSRobotView.xaml

+ 2 - 2
Furnace/FurnaceUI/Views/Maintenances/FIMSRobotView.xaml

@@ -519,7 +519,7 @@
                     <TextBlock Text="{Binding FIMS2VaccumValveOpenCloseStatus}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16" FontFamily="Arial" VerticalAlignment="Center"/>
                 </Border>
                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0 0 1 1" Background="{DynamicResource Table_BG_Content}" Grid.Row="7" Grid.Column="2" Padding="5,1">
-                    <Button  Content="Open"  Foreground="{DynamicResource FG_Black}" FontSize="16" Height="37" FontFamily="Arial" VerticalAlignment="Center">
+                    <Button  Content="On"  Foreground="{DynamicResource FG_Black}" FontSize="16" Height="37" FontFamily="Arial" VerticalAlignment="Center">
                         <i:Interaction.Triggers>
                             <i:EventTrigger EventName="Click">
                                 <cal:ActionMessage MethodName="SetVaccumValveOpen">
@@ -531,7 +531,7 @@
                     </Button>
                 </Border>
                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0 0 1 1" Background="{DynamicResource Table_BG_Content}" Grid.Row="7" Grid.Column="3" Padding="5,1">
-                    <Button  Content="Close"  Foreground="{DynamicResource FG_Black}" FontSize="16" Height="37" FontFamily="Arial" VerticalAlignment="Center">
+                    <Button  Content="Off"  Foreground="{DynamicResource FG_Black}" FontSize="16" Height="37" FontFamily="Arial" VerticalAlignment="Center">
                         <i:Interaction.Triggers>
                             <i:EventTrigger EventName="Click">
                                 <cal:ActionMessage MethodName="SetVaccumValveOpen">