|
@@ -144,7 +144,7 @@
|
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding _CoolingBuffer1Status}" Background="{Binding CoolingBuffer1Background}" Style="{StaticResource TopPanelStatus}" Width="120" HorizontalAlignment="Center"/>
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding _CoolingBuffer1Status}" Background="{Binding CoolingBuffer1Background}" Style="{StaticResource TopPanelStatus}" Width="120" HorizontalAlignment="Center"/>
|
|
|
</Border>
|
|
</Border>
|
|
|
<Border Visibility="{Binding CoolingBuffer2Enable,Converter={StaticResource boolVisibilityConverter}, ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="Gray" Background="{StaticResource NewBKColor}" Width="141" Height="32">
|
|
<Border Visibility="{Binding CoolingBuffer2Enable,Converter={StaticResource boolVisibilityConverter}, ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="Gray" Background="{StaticResource NewBKColor}" Width="141" Height="32">
|
|
|
- <TextBlock Text="CoolingBuffer2" Background="{Binding CoolingBuffer2Background}" Style="{StaticResource txtStatus}" HorizontalAlignment="Center" />
|
|
|
|
|
|
|
+ <TextBlock Text="CoolingBuffer2" Style="{StaticResource txtStatus}" HorizontalAlignment="Center" />
|
|
|
</Border>
|
|
</Border>
|
|
|
<Border Visibility="{Binding CoolingBuffer2Enable,Converter={StaticResource boolVisibilityConverter}, ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="Gray" VerticalAlignment="Center" Background="{Binding CoolingBuffer2Status}" >
|
|
<Border Visibility="{Binding CoolingBuffer2Enable,Converter={StaticResource boolVisibilityConverter}, ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="Gray" VerticalAlignment="Center" Background="{Binding CoolingBuffer2Status}" >
|
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding _CoolingBuffer2Status}" Background="{Binding CoolingBuffer2Background}" Style="{StaticResource TopPanelStatus}" Width="120" HorizontalAlignment="Center"/>
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding _CoolingBuffer2Status}" Background="{Binding CoolingBuffer2Background}" Style="{StaticResource TopPanelStatus}" Width="120" HorizontalAlignment="Center"/>
|