|
|
|
@ -56,8 +56,8 @@
|
|
|
|
|
<ContentControl Content="{Binding UserContent}"/>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
<DockPanel Grid.Row="2" Margin="5 0 5 3">
|
|
|
|
|
<Border BorderBrush="#0288d1" BorderThickness="1" CornerRadius="5" HorizontalAlignment="Stretch" VerticalAlignment="Bottom">
|
|
|
|
|
<DockPanel Grid.Row="2" Margin="5 0 5 3">
|
|
|
|
|
<Border BorderBrush="#0288d1" BorderThickness="1" CornerRadius="5" HorizontalAlignment="Stretch" VerticalAlignment="Bottom">
|
|
|
|
|
<Grid>
|
|
|
|
|
<StackPanel Grid.Row="1" Height="50" Orientation="Horizontal" Margin="5 0" HorizontalAlignment="Left">
|
|
|
|
|
<Button Content="发泡线监控" Height="40" x:Name="OldBoxFoamPage" FontSize="18" Margin="2 0" Command="{Binding SwitchPagesCommand}" CommandParameter="{Binding Name,ElementName=OldBoxFoamPage}" />
|
|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
<Button Content="最小化" Height="40" x:Name="Minimized" FontSize="18" Margin="2 0" Command="{Binding FormControlCommand}" CommandParameter="{Binding Name,ElementName=Minimized}" Background="#FF9900" BorderBrush="#FF9900" />
|
|
|
|
|
<Button Content="退 出" Height="40" x:Name="Exit" Margin="2 0" FontSize="18" Command="{Binding FormControlCommand}" CommandParameter="{Binding Name,ElementName=Exit}" Background="#FF0033" BorderBrush="#FF0033"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel Height="50" Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
|
|
<StackPanel Height="50" Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
|
|
<Border.Background>
|
|
|
|
|
<ImageBrush x:Name="MesDbStatus" ImageSource="{Binding MesUIIcon}"/>
|
|
|
|
@ -110,14 +110,14 @@
|
|
|
|
|
<ImageBrush ImageSource="{Binding PlcUIIcon[4]}"/>
|
|
|
|
|
</Border.Background>
|
|
|
|
|
</Border>
|
|
|
|
|
<TextBlock Text="1#发泡机PLC" VerticalAlignment="Center" Foreground="{Binding PlcUIColor[4]}" FontSize="18" Margin="10,0"/>
|
|
|
|
|
<TextBlock Text="1#发泡机PLC" VerticalAlignment="Center" Foreground="Red" FontSize="18" Margin="10,0"/>
|
|
|
|
|
|
|
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
|
|
<Border.Background>
|
|
|
|
|
<ImageBrush ImageSource="{Binding PlcUIIcon[5]}"/>
|
|
|
|
|
</Border.Background>
|
|
|
|
|
</Border>
|
|
|
|
|
<TextBlock Text="2#发泡机PLC" VerticalAlignment="Center" Foreground="{Binding PlcUIColor[5]}" FontSize="18" Margin="10,0"/>
|
|
|
|
|
<TextBlock Text="2#发泡机PLC" VerticalAlignment="Center" Foreground="Red" FontSize="18" Margin="10,0"/>
|
|
|
|
|
|
|
|
|
|
<!--<Border Width="30" Height="30" CornerRadius="15">
|
|
|
|
|
<Border.Background>
|
|
|
|
|