|
@@ -36,10 +36,10 @@
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="200"></RowDefinition>
|
|
|
<RowDefinition Height="1"></RowDefinition>
|
|
|
- <RowDefinition Height="450"></RowDefinition>
|
|
|
+ <RowDefinition Height="250"></RowDefinition>
|
|
|
<RowDefinition Height="150"></RowDefinition>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <GroupBox Grid.Row="4" Grid.Column="0" Header="Controls" Height="100" Margin="5,0,5,0">
|
|
|
+ <GroupBox Grid.Row="3" Grid.Column="0" Header="Controls" Height="100" Margin="5,0,5,0">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="40"></RowDefinition>
|
|
@@ -55,32 +55,8 @@
|
|
|
<Ellipse Grid.Row="1" Grid.Column="1" Margin="0,7,-15,7" Width="16" Height="16" Fill="{Binding CommonSafetyData.HaltButtonRight,Converter={StaticResource boolToGreenRedColor}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
- <GroupBox Grid.Row="0" Grid.RowSpan="2" Header="Scheduler/Job Status" Height="190" VerticalAlignment="Top" Margin="5,0,5,0">
|
|
|
- <Grid>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="40"></RowDefinition>
|
|
|
- <RowDefinition Height="40"></RowDefinition>
|
|
|
- <RowDefinition Height="40"></RowDefinition>
|
|
|
- <RowDefinition Height="40"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="150"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="100"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="100"></ColumnDefinition>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Row="0" Grid.Column="0" Content="Schedule Mode" VerticalAlignment="Center" FontWeight="Bold" Margin="25,0,0,0"/>
|
|
|
- <Label Grid.Row="2" Grid.Column="0" Content="Processing State" VerticalAlignment="Center" FontWeight="Bold" Margin="25,0,0,0"/>
|
|
|
- <Border Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="70" VerticalAlignment="Center" HorizontalAlignment="Right" >
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=TotalFlow}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="3" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="70" VerticalAlignment="Center" HorizontalAlignment="Right" >
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=TotalFlow}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Button Grid.Row="1" Grid.Column="1" Style="{StaticResource SysBtnStyle}" Content="Pause" Width="75" Height="25" HorizontalAlignment="Center" Command="{Binding ResetCommand}" Margin="0,0,0,0"></Button>
|
|
|
- <Button Grid.Row="1" Grid.Column="3" Style="{StaticResource SysBtnStyle}" Content="Resi,e" Width="75" Height="25" HorizontalAlignment="Center" Command="{Binding ResetCommand}" Margin="0,0,0,0"></Button>
|
|
|
- </Grid>
|
|
|
- </GroupBox>
|
|
|
- <GroupBox Grid.Row="2" Grid.RowSpan="2" Header="Safety I/O" VerticalAlignment="Top" Margin="5,0,5,0">
|
|
|
+
|
|
|
+ <GroupBox Grid.Row="0" Grid.RowSpan="3" Header="Safety I/O" VerticalAlignment="Top" Margin="5,0,5,0">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="1"></RowDefinition>
|
|
@@ -389,12 +365,12 @@
|
|
|
<Label Grid.Row="3" Grid.Column="0" Content="Sammple #1 Leak Detect" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
<Label Grid.Row="4" Grid.Column="0" Content="Sammple #2 Leak Detect" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
<Label Grid.Row="5" Grid.Column="0" Content="Frame Containment Leak Detect" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="0" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding IsProcessTransMoving,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Ellipse Grid.Row="1" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding IsProcessTransMoving,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Ellipse Grid.Row="2" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding IsLoaderMoving,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Ellipse Grid.Row="3" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding IsPufsMoving,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Ellipse Grid.Row="4" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding IsSRDsMoving,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Ellipse Grid.Row="5" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding IsLoaderTransMoving,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Ellipse Grid.Row="0" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell12LeakDetected,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Ellipse Grid.Row="1" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell34LeakDetected,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Ellipse Grid.Row="2" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.VacuumPrewetLeakDetected,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Ellipse Grid.Row="3" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.SampleStation1LeakDetected,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Ellipse Grid.Row="4" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.SampleStation2LeakDetected,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Ellipse Grid.Row="5" Grid.Column="1" Margin="60,0,0,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.FrameContainmentLeakDetected,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
|
|
@@ -427,13 +403,13 @@
|
|
|
<Label Grid.Row="4" Grid.Column="0" Content="VPW Vacuum Pump" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
<Label Grid.Row="5" Grid.Column="0" Content="VPW Booster Pump" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
<Label Grid.Row="6" Grid.Column="0" Content="EXT Fluid Enable" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="0" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsPuf1VerticalOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="1" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsPuf1VerticalOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="2" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsPuf1RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="3" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsPuf1FlipOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="4" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsPuf2VerticalOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="5" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsPuf2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="6" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsPuf2FlipOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="0" Grid.Column="1" Width="16" Height="16" Fill="{Binding CommonSafetyData.Reservoir12CAPumpEdm,Converter={StaticResource boolToRedGreenColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="1" Grid.Column="1" Width="16" Height="16" Fill="{Binding CommonSafetyData.Reservoir34CAPumpEdm,Converter={StaticResource boolToRedGreenColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="2" Grid.Column="1" Width="16" Height="16" Fill="{Binding CommonSafetyData.ResDegas1PumpEdm,Converter={StaticResource boolToRedGreenColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="3" Grid.Column="1" Width="16" Height="16" Fill="{Binding CommonSafetyData.ResDegas2PumpEdm,Converter={StaticResource boolToRedGreenColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="4" Grid.Column="1" Width="16" Height="16" Fill="{Binding CommonSafetyData.VpwVacuumPumpEdm,Converter={StaticResource boolToRedGreenColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="5" Grid.Column="1" Width="16" Height="16" Fill="{Binding CommonSafetyData.VpwBoosterPumpEdm,Converter={StaticResource boolToRedGreenColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="6" Grid.Column="1" Width="16" Height="16" Fill="{Binding CommonSafetyData.ExtFluidEnableEdm,Converter={StaticResource boolToRedGreenColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
@@ -450,13 +426,13 @@
|
|
|
<RowDefinition Height="40"></RowDefinition>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Label Grid.Row="0" Grid.Column="0" Content="Reservoir 1 CA" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="0" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.PufVerticalSafeSto,Converter={StaticResource boolToYellowColor2}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
+ <Ellipse Grid.Row="0" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.Reservoir1CALevelHigh,Converter={StaticResource boolToGreenRedColor}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
<Label Grid.Row="1" Grid.Column="0" Content="Reservoir 2 CA" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="1" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.PufVerticalSafeSls,Converter={StaticResource boolToYellowColor2}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
+ <Ellipse Grid.Row="1" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.Reservoir2CALevelHigh,Converter={StaticResource boolToGreenRedColor}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
<Label Grid.Row="2" Grid.Column="0" Content="Reservoir 3 CA" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="2" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.Puf1FlipRotationSafeSto,Converter={StaticResource boolToYellowColor2}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
+ <Ellipse Grid.Row="2" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.Reservoir3CALevelHigh,Converter={StaticResource boolToGreenRedColor}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
<Label Grid.Row="3" Grid.Column="0" Content="Reservoir 4 CA" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="3" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.Puf2FlipRotationSafeSto,Converter={StaticResource boolToYellowColor2}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
+ <Ellipse Grid.Row="3" Grid.Column="1" Margin="0,0,-32,0" Width="16" Height="16" Fill="{Binding CommonSafetyData.Reservoir4CALevelHigh,Converter={StaticResource boolToGreenRedColor}}" Stroke="Silver" HorizontalAlignment="Right"/>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
</Grid>
|
|
@@ -505,25 +481,25 @@
|
|
|
<Label Grid.Row="11" Grid.Column="0" Content="SRD Cell 2 Rotate" Margin="5,0,0,0" FontWeight="Bold" VerticalAlignment="Center"/>
|
|
|
|
|
|
<Ellipse Grid.Row="2" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsVpw1RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="2" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="2" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.VpwCell1RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="3" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsVpw2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="3" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdArmDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="3" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.VpwCell2RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="4" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="4" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="4" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell1RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="5" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="5" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="5" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell2RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="6" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="6" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="6" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell3RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="7" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="7" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="7" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell4RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="8" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="8" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="8" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell12VerticalStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="9" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="9" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="9" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.PlatingCell34VerticalStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="10" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="10" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="10" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.Srd1RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
<Ellipse Grid.Row="11" Grid.Column="1" Width="16" Height="16" Fill="{Binding IsSrd2RotationOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
- <Ellipse Grid.Row="11" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.SrdRotationDisable,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
+ <Ellipse Grid.Row="11" Grid.Column="2" Width="16" Height="16" Fill="{Binding CommonSafetyData.Srd2RotationStoEdm,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Center"/>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
</Grid>
|