|
|
|
@ -133,76 +133,146 @@
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Border Grid.Row="0" Background="#FFFFFF" CornerRadius="5" Margin="0,0,0,10">
|
|
|
|
|
<Canvas x:Name="canvasTrack" >
|
|
|
|
|
<Canvas x:Name="canvasTrack" Margin="100,20,0,0">
|
|
|
|
|
<!-- 轨道 -->
|
|
|
|
|
<Rectangle Width="880" Height="100" Fill="Transparent" Stroke="Black" StrokeThickness="2" RadiusX="50" RadiusY="50"
|
|
|
|
|
Canvas.Left="70" Canvas.Top="50"/>
|
|
|
|
|
<!--<Rectangle Width="880" Height="100" Fill="Transparent" Stroke="Black" StrokeThickness="2" RadiusX="50" RadiusY="50"
|
|
|
|
|
Canvas.Left="10" Canvas.Top="50"/>
|
|
|
|
|
|
|
|
|
|
<!-- 站点 -->
|
|
|
|
|
<Rectangle x:Name="station1" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="105" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
--><!-- 站点 --><!--
|
|
|
|
|
<Rectangle x:Name="station1" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="5" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="1"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station2" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="175" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station2" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="55" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="2"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station3" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="245" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station3" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="105" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="3"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station4" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="315" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station4" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="155" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="4"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station5" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="385" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station5" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="205" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="5"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station6" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="455" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station6" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="255" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="6"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station7" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="525" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station7" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="305" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="7"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station8" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="595" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station8" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="355" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="8"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station9" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="665" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle x:Name="station9" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="405" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="9"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station10" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
<Rectangle x:Name="station10" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="455" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="10"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station11" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="505" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="11"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station12" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="555" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="12"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station13" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="605" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="13"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station14" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="655" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="14"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station15" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="705" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="15"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station16" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="755" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="16"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station17" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="805" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="17"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station18" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="855" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="18"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station19" Width="35" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="905" Canvas.Top="25" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="19"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>-->
|
|
|
|
|
|
|
|
|
|
<!--<Rectangle x:Name="station10" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="105" Canvas.Top="155" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="10"/>
|
|
|
|
@ -216,6 +286,13 @@ Canvas.Left="175" Canvas.Top="155" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>
|
|
|
|
|
|
|
|
|
|
<Rectangle x:Name="station12" Width="50" Height="20" Fill="Gray" RadiusX="5" RadiusY="5"
|
|
|
|
|
Canvas.Left="245" Canvas.Top="155" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<Rectangle.ToolTip>
|
|
|
|
|
<TextBlock Text="12"/>
|
|
|
|
|
</Rectangle.ToolTip>
|
|
|
|
|
</Rectangle>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Canvas>
|
|
|
|
@ -301,7 +378,7 @@ Canvas.Left="175" Canvas.Top="155" Stroke="Transparent" StrokeThickness="1">
|
|
|
|
|
<TextBlock Text="实时位置" Foreground="Gray" FontSize="16" FontWeight="Black" VerticalAlignment="Center"/>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" >
|
|
|
|
|
<TextBlock Text="A05-1" Foreground="Black" FontSize="24" FontWeight="Black" VerticalAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="{Binding RealPlcAddress}" Foreground="Black" FontSize="24" FontWeight="Black" VerticalAlignment="Center"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|