|
|
|
@ -122,24 +122,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Grid.Row="5" Grid.Column="0" Orientation="Horizontal" HorizontalAlignment="Left" Margin="50 0 0 0">
|
|
|
|
|
<Ellipse Width="30" Height="30" Visibility="Hidden"/>
|
|
|
|
|
<Ellipse x:Name="UnpackStatus2" VerticalAlignment="Center" Width="30" Height="30" Fill="Red"/>
|
|
|
|
|
<TextBlock Text="设备请求叫料信号:" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Width="200" Foreground="White"/>
|
|
|
|
|
<TextBlock x:Name="UnpackStatus2" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
<!--<TextBlock x:Name="UnpackStatus2" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>-->
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel Grid.Row="5" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="50 0 0 0">
|
|
|
|
|
<Ellipse Width="30" Height="30" Visibility="Hidden"/>
|
|
|
|
|
<Ellipse x:Name="UnpackStatus3" VerticalAlignment="Center" Width="30" Height="30" Fill="Red"/>
|
|
|
|
|
<TextBlock Text="物料到位请求翻转信号:" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Width="200" Foreground="White"/>
|
|
|
|
|
<TextBlock x:Name="UnpackStatus3" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
<!--<TextBlock x:Name="UnpackStatus3" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>-->
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel Grid.Row="6" Grid.Column="0" Orientation="Horizontal" HorizontalAlignment="Left" Margin="50 0 0 0">
|
|
|
|
|
<Ellipse Width="30" Height="30" Visibility="Hidden"/>
|
|
|
|
|
<Ellipse x:Name="UnpackStatus4" VerticalAlignment="Center" Width="30" Height="30" Fill="Red"/>
|
|
|
|
|
<TextBlock Text="设备投料允许翻转信号:" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Width="200" Foreground="White"/>
|
|
|
|
|
<TextBlock x:Name="UnpackStatus4" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
<!--<TextBlock x:Name="UnpackStatus4" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>-->
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="50 0 0 0">
|
|
|
|
|
<Ellipse Width="30" Height="30" Visibility="Hidden"/>
|
|
|
|
|
<Ellipse x:Name="UnpackStatus5" VerticalAlignment="Center" Width="30" Height="30" Fill="Red"/>
|
|
|
|
|
<TextBlock Text="请求移走空托盘信号:" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Width="200" Foreground="White"/>
|
|
|
|
|
<TextBlock x:Name="UnpackStatus5" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
<!--<TextBlock x:Name="UnpackStatus5" Text="False" FontSize="20" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>-->
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
<StackPanel x:Name="UnpackBackColor" Grid.Row="0" Grid.Column="2" Orientation="Horizontal" Background="Green" Height="50">
|
|
|
|
|