|
|
<UserControl x:Class="MaterialTraceabilityUI.DieCuttingProcess"
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
xmlns:local="clr-namespace:MaterialTraceabilityUI"
|
|
|
mc:Ignorable="d"
|
|
|
d:DesignHeight="560" d:DesignWidth="1280"
|
|
|
Background="#F0F7FF" Loaded="UserControl_Loaded">
|
|
|
<Border CornerRadius="15">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="70*"/>
|
|
|
<RowDefinition Height="50*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Margin="0,5,0,0" Width="880" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="100"/>
|
|
|
<RowDefinition Height="100"/>
|
|
|
<RowDefinition Height="100"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<UniformGrid Grid.Row="0" Columns="4" Margin="0,5" Width="880">
|
|
|
<Border x:Name="upMaterial_1" BorderThickness="1,1,1,1" BorderBrush="#DBE6FA" Background="#F0F7FF" CornerRadius="5" Margin="5,0,-5,-0.333" Width="220" MouseDown="upMaterial_1_MouseDown">
|
|
|
<StackPanel Margin="5,0" Width="200">
|
|
|
<TextBlock Text="左放卷轴" FontSize="15" Foreground="#666867" HorizontalAlignment="Center"/>
|
|
|
<TextBlock x:Name="SFC_1" Text="SFC:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="RFID_1" Text="RFID:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="EA_1" Text="EA:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border x:Name="upMaterial_2" BorderThickness="1,1,1,1" BorderBrush="#DBE6FA" Background="#F0F7FF" CornerRadius="5" Margin="15,0,-15,-0.333" Width="220" MouseDown="upMaterial_2_MouseDown">
|
|
|
<StackPanel Margin="5,0">
|
|
|
<TextBlock Text="右放卷轴" FontSize="15" Foreground="#666867" HorizontalAlignment="Center"/>
|
|
|
<TextBlock x:Name="SFC_2" Text="SFC:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="RFID_2" Text="RFID:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="EA_2" Text="EA:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
|
|
|
<Border BorderThickness="1,1,1,1" BorderBrush="Gray" Background="#F0F7FF" VerticalAlignment="Center" CornerRadius="5" Margin="5,0" Width="110" Height="50">
|
|
|
<StackPanel Width="120" Height="50" Margin="5,0" HorizontalAlignment="Center">
|
|
|
<RadioButton Content="左放卷下料" Width="120" Height="50" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="Red" IsChecked="True" VerticalAlignment="Center" RenderTransformOrigin="0.502,0.5" Click="LeftFinish_Cilck"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border BorderThickness="1,1,1,1" BorderBrush="Gray" Background="#F0F7FF" VerticalAlignment="Center" HorizontalAlignment="Left" CornerRadius="5" Margin="5,0" Width="110" Height="50">
|
|
|
<StackPanel Width="120" Height="50" Margin="5,0" HorizontalAlignment="Center">
|
|
|
<RadioButton Content="右放卷下料" Width="120" Height="50" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="Red" IsChecked="True" VerticalAlignment="Center" RenderTransformOrigin="0.502,0.5" Click="RightFinish_Cilck"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
</UniformGrid>
|
|
|
<UniformGrid Columns="4" Grid.Row="1" Margin="0,5" Width="880">
|
|
|
<Border x:Name="down_1" BorderThickness="1,1,1,1" BorderBrush="#DBE6FA" Background="#F0F7FF" CornerRadius="5" Margin="5,0,-5,-0.333" Width="220">
|
|
|
<StackPanel Margin="5,5" >
|
|
|
<!--MouseDown="StackPanel_MouseDown"-->
|
|
|
<TextBlock Text="上收卷位左轴" FontSize="15" Foreground="#666867" HorizontalAlignment="Center"/>
|
|
|
<TextBlock x:Name="SFC_3" Text="SFC:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="RFID_3" Text="RFID:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="EA_3" Text="EA:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border x:Name="down_2" BorderThickness="1,1,1,1" BorderBrush="#DBE6FA" Background="#F0F7FF" CornerRadius="5" Margin="15,0,-15,-0.333" Width="220" >
|
|
|
<!--MouseDown="down_2_MouseDown"-->
|
|
|
<StackPanel Margin="5,5">
|
|
|
<TextBlock Text="上收卷位右轴" FontSize="15" Foreground="#666867" HorizontalAlignment="Center"/>
|
|
|
<TextBlock x:Name="SFC_4" Text="SFC:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="RFID_4" Text="RFID:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="EA_4" Text="EA:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border x:Name="upMateria" BorderThickness="1,1,1,1" BorderBrush="Gray" Background="#F0F7FF" VerticalAlignment="Center" CornerRadius="5" Margin="5,0" Width="110" Height="50">
|
|
|
<StackPanel Width="120" Height="50" Margin="5,0" HorizontalAlignment="Center">
|
|
|
<RadioButton Content="上左收卷下料" Width="120" Height="50" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="Red" IsChecked="True" VerticalAlignment="Center" RenderTransformOrigin="0.502,0.5" Click="UpLeftFinish_Cilck"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border BorderThickness="1,1,1,1" BorderBrush="Gray" Background="#F0F7FF" VerticalAlignment="Center" HorizontalAlignment="Left" CornerRadius="5" Margin="5,0" Width="110" Height="50">
|
|
|
<StackPanel Width="120" Height="50" Margin="5,0" HorizontalAlignment="Center">
|
|
|
<RadioButton Content="上右收卷下料" Width="120" Height="50" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="Red" IsChecked="True" VerticalAlignment="Center" RenderTransformOrigin="0.502,0.5" Click="UpRightFinish_Cilck"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
</UniformGrid>
|
|
|
<UniformGrid Columns="4" Grid.Row="2" Margin="0,5" Width="880">
|
|
|
<Border x:Name="down_e" BorderThickness="1,1,1,1" BorderBrush="#DBE6FA" Background="#F0F7FF" CornerRadius="5" Margin="5,0,-5,-0.333" Width="220">
|
|
|
<StackPanel Margin="5,5">
|
|
|
<TextBlock Text="下收卷位左轴" FontSize="15" Foreground="#666867" HorizontalAlignment="Center"/>
|
|
|
<TextBlock x:Name="SFC_5" Text="SFC:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="RFID_5" Text="RFID:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="EA_5" Text="EA:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border x:Name="down_4" BorderThickness="1,1,1,1" BorderBrush="#DBE6FA" Background="#F0F7FF" CornerRadius="5" Margin="15,0,-15,-0.333" Width="220" >
|
|
|
<!--MouseDown="down_4_MouseDown"-->
|
|
|
<StackPanel Margin="5,5">
|
|
|
<TextBlock Text="下收卷位右轴" FontSize="15" Foreground="#666867" HorizontalAlignment="Center"/>
|
|
|
<TextBlock x:Name="SFC_6" Text="SFC:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="RFID_6" Text="RFID:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
<TextBlock x:Name="EA_6" Text="EA:" TextWrapping="Wrap" Foreground="#5985EA" Margin="0,2"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border BorderThickness="1,1,1,1" BorderBrush="Gray" Background="#F0F7FF" VerticalAlignment="Center" CornerRadius="5" Margin="5,0" Width="110" Height="50">
|
|
|
<StackPanel Width="120" Height="50" Margin="5,0" HorizontalAlignment="Center">
|
|
|
<RadioButton Content="下左收卷下料" Width="120" Height="50" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="Red" IsChecked="True" VerticalAlignment="Center" RenderTransformOrigin="0.502,0.5" Click="DownLeftFinish_Cilck"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
<Border BorderThickness="1,1,1,1" BorderBrush="Gray" Background="#F0F7FF" VerticalAlignment="Center" HorizontalAlignment="Left" CornerRadius="5" Margin="5,0" Width="110" Height="50">
|
|
|
<StackPanel Width="120" Height="50" Margin="5,0" HorizontalAlignment="Center">
|
|
|
<RadioButton Content="下右收卷下料" Width="120" Height="50" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="Red" IsChecked="True" VerticalAlignment="Center" RenderTransformOrigin="0.502,0.5" Click="DownRightFinish_Cilck"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
</UniformGrid>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Margin="0,5,0,0" Width="350" Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="160"/>
|
|
|
<RowDefinition Height="160"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel>
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="130"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Margin="0,5,0,0" Width="350" Orientation="Horizontal" HorizontalAlignment="Left" Background="#007dfa">
|
|
|
<RadioButton Content="MES日志" Margin="5,0" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="White" IsChecked="True" VerticalAlignment="Center" CommandParameter="OrderRecordControl" Command="{Binding RecordChangeContentCommand}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="1">
|
|
|
<ListBox x:Name="MesLog" Foreground="Gray" HorizontalAlignment="Left" Height="120" VerticalAlignment="Center" Width="350" ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden" BorderThickness="0"/>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="1" Margin="0,0,0,0">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="17*"/>
|
|
|
<ColumnDefinition Width="53*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="130"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Margin="0,5,0,0" Width="350" Orientation="Horizontal" HorizontalAlignment="Left" Background="#007dfa" Grid.ColumnSpan="2">
|
|
|
<RadioButton Content="PLC日志" Margin="5,0" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="White" IsChecked="True" VerticalAlignment="Center" CommandParameter="MesLogControl" Command="{Binding LogChangeContentCommand}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="1" Grid.ColumnSpan="2">
|
|
|
<ListBox x:Name="PlcLog" Foreground="Gray" HorizontalAlignment="Left" Height="115" VerticalAlignment="Center" Width="350" ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden" BorderThickness="0"/>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
|
|
|
<!--<StackPanel Grid.Row="1" Height="200" Width="250" Background="White" Margin="0,5,0,10" Orientation="Horizontal" HorizontalAlignment="Left" >
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="170"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Margin="0,0,0,0" Width="250" Orientation="Horizontal" HorizontalAlignment="Left" Background="#007dfa">
|
|
|
<RadioButton Content="设备状态" Margin="5,0" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="White" IsChecked="True" VerticalAlignment="Center" CommandParameter="MesLogControl" Command="{Binding LogChangeContentCommand}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="1" Height="200">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="309*"/>
|
|
|
<ColumnDefinition Width="41*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="50"/>
|
|
|
<RowDefinition Height="50"/>
|
|
|
<RowDefinition Height="50"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<UniformGrid Columns="2" Margin="10,5,0,0" Grid.ColumnSpan="2">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus1" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTA" Text="左放卷轴" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus2" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTB" Text="右放卷轴" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
</UniformGrid>
|
|
|
<UniformGrid Columns="2" Grid.Row="1" Margin="10,4,0,0" Grid.ColumnSpan="2">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus3" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTC" Text="上左收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus4" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTD" Text="上右收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
</UniformGrid>
|
|
|
|
|
|
<UniformGrid Columns="2" Grid.Row="2" Margin="10,3,0,0" Grid.ColumnSpan="2">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus5" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTE" Text="下左收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus6" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTF" Text="下右收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
</UniformGrid>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>-->
|
|
|
|
|
|
<StackPanel Grid.Row="1" Orientation="Horizontal" VerticalAlignment="Bottom">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="20*"/>
|
|
|
<ColumnDefinition Width="55*"/>
|
|
|
<ColumnDefinition Width="450"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<StackPanel Grid.Column="0" Height="210" Background="White" Margin="0,5,0,10" Orientation="Horizontal" HorizontalAlignment="Left" >
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="170"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Margin="0,0,0,0" Width="250" Orientation="Horizontal" HorizontalAlignment="Left" Background="#007dfa">
|
|
|
<RadioButton Content="设备状态" Margin="5,0" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="White" IsChecked="True" VerticalAlignment="Center" CommandParameter="MesLogControl" Command="{Binding LogChangeContentCommand}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="1" Height="200">
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="309*"/>
|
|
|
<ColumnDefinition Width="41*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="50"/>
|
|
|
<RowDefinition Height="50"/>
|
|
|
<RowDefinition Height="50"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<UniformGrid Columns="2" Margin="10,5,0,0" Grid.ColumnSpan="2">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus1" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTA" Text="左放卷轴" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus2" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTB" Text="右放卷轴" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
</UniformGrid>
|
|
|
<UniformGrid Columns="2" Grid.Row="1" Margin="10,4,0,0" Grid.ColumnSpan="2">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus3" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTC" Text="上左收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus4" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTD" Text="上右收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
</UniformGrid>
|
|
|
|
|
|
<UniformGrid Columns="2" Grid.Row="2" Margin="10,3,0,0" Grid.ColumnSpan="2">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus5" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTE" Text="下左收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
<Border Width="30" Height="30" CornerRadius="15">
|
|
|
<Border.Background>
|
|
|
<ImageBrush x:Name="EquipStatus6" ImageSource="Assets/Images/失败-01.png"/>
|
|
|
</Border.Background>
|
|
|
</Border>
|
|
|
<TextBlock x:Name="TestTF" Text="下右收卷" VerticalAlignment="Center" Foreground="Red" FontSize="15" Margin="10,0"/>
|
|
|
</StackPanel>
|
|
|
</UniformGrid>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Column="1" Height="210" Background="White" Margin="5,5,5,10" HorizontalAlignment="Center">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="180"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Margin="0,0,0,0" Width="555" Orientation="Horizontal" HorizontalAlignment="Left" Background="#007dfa">
|
|
|
<RadioButton Content="RFID日志" Margin="5,0" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="White" IsChecked="True" VerticalAlignment="Center" CommandParameter="MesLogControl" Command="{Binding LogChangeContentCommand}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="1" x:Name="listbox">
|
|
|
<ListBox x:Name="RfidLog" Foreground="Gray" HorizontalAlignment="Left" Height="{Binding Path=ActualHeight,ElementName=listbox}" VerticalAlignment="Center" Width="555" ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden" BorderThickness="0"/>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Column="2" Width="450" Height="210" Background="White" Margin="5,5,0,10" HorizontalAlignment="Center">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="180"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<StackPanel Margin="0,0,0,0" Width="450" Orientation="Horizontal" HorizontalAlignment="Left" Background="#007dfa">
|
|
|
<RadioButton Content="报警日志" Margin="5,0" Style="{StaticResource NavRadioButtonStyle}" FontSize="15" Foreground="White" IsChecked="True" VerticalAlignment="Center" CommandParameter="MesLogControl" Command="{Binding LogChangeContentCommand}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="1">
|
|
|
<ListBox x:Name="AlarmLog" Foreground="Red" HorizontalAlignment="Left" Height="{Binding Path=ActualHeight,ElementName=listbox}" VerticalAlignment="Center" Width="450" ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden" BorderThickness="0"/>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</StackPanel>
|
|
|
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
|
|
|
</UserControl>
|
|
|
|