|
|
@@ -506,11 +506,21 @@ |
|
|
|
<Setter.Value> |
|
|
|
<ControlTemplate TargetType="{x:Type TextBox}"> |
|
|
|
<Grid Width="60" Height="55"> |
|
|
|
|
|
|
|
<Ellipse x:Name="name_11" VerticalAlignment="Bottom" Visibility="Collapsed" Margin="0,0,0,0" Fill="#FF9E4C4C" Stroke="#FF9E4141" Width="60" Height="20"></Ellipse> |
|
|
|
<Ellipse x:Name="name_12" VerticalAlignment="Bottom" Visibility="Collapsed" Margin="0,0,0,5" Fill="#FFAD2121" Stroke="#FF9E4141" Width="40" Height="10"></Ellipse> |
|
|
|
<Ellipse x:Name="name_21" VerticalAlignment="Bottom" Visibility="Visible" Margin="0,0,0,0" Fill="#FF4CA756" Stroke="#FF419E53" Width="60" Height="20"></Ellipse> |
|
|
|
<Ellipse x:Name="name_22" VerticalAlignment="Bottom" Visibility="Visible" Margin="0,0,0,5" Fill="#FF1CAB3F" Stroke="#FF2D842A" Width="40" Height="10"></Ellipse> |
|
|
|
<Border x:Name="chezi" Style="{DynamicResource border车}" Width="60" Height="60" HorizontalAlignment="Right" VerticalAlignment="Top"></Border> |
|
|
|
<Border x:Name="chezi" Style="{DynamicResource border车}" Margin="0,-3,0,0" Width="60" Height="60" HorizontalAlignment="Right" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5"> |
|
|
|
<Border.RenderTransform> |
|
|
|
<TransformGroup> |
|
|
|
<ScaleTransform ScaleX="-0.8" ScaleY="-0.6"/> |
|
|
|
<SkewTransform/> |
|
|
|
<RotateTransform Angle="185"/> |
|
|
|
<TranslateTransform X="1" Y="0.5"/> |
|
|
|
</TransformGroup> |
|
|
|
</Border.RenderTransform> |
|
|
|
</Border> |
|
|
|
</Grid> |
|
|
|
<ControlTemplate.Triggers> |
|
|
|
<Trigger Property="Text" Value="Yes"> |
|
|
@@ -634,7 +644,7 @@ |
|
|
|
<Style x:Key="运输车新" BasedOn="{x:Null}" TargetType="{x:Type TextBox}"> |
|
|
|
<Setter Property="Foreground" Value="#FF1F4D69"/> |
|
|
|
<Setter Property="Tag" Value="Stop"/> |
|
|
|
<Setter Property="Text" Value="Yes"/> |
|
|
|
<Setter Property="Text" Value="CaiYes"/> |
|
|
|
<Setter Property="Template"> |
|
|
|
<Setter.Value> |
|
|
|
<ControlTemplate TargetType="{x:Type TextBox}"> |
|
|
@@ -850,9 +860,11 @@ |
|
|
|
</TransformGroup> |
|
|
|
</Grid.RenderTransform> |
|
|
|
<Border Style="{DynamicResource border车}" Width="60" Height="60" HorizontalAlignment="Right"></Border> |
|
|
|
<Grid HorizontalAlignment="Right" VerticalAlignment="Top" x:Name="caiping"> |
|
|
|
<Border Margin="0,50,15,0" Width="20" Height="10" Style="{DynamicResource border菜}"></Border> |
|
|
|
<Border Margin="0,50,5,0" Width="20" Height="10" Style="{DynamicResource border菜}"></Border> |
|
|
|
<Grid HorizontalAlignment="Right" VerticalAlignment="Center" Margin="20,-35,10,0" x:Name="caiping"> |
|
|
|
<Grid x:Name="c1" VerticalAlignment="Top" Width="40" Height="60"> |
|
|
|
<Border Style="{DynamicResource border碗}" Margin="0,-10,0,-6"></Border> |
|
|
|
<Border x:Name="cai" VerticalAlignment="Top" Margin="0,0,0,0" Style="{DynamicResource border菜}"></Border> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
<Grid x:Name="biaoji" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,20,0,0"> |
|
|
|
<Path x:Name="path1" Visibility="Collapsed" Data="M142.25,37 L128.75,44 146.40385,53.25" Fill="#26ECCE09" HorizontalAlignment="Right" Height="17" Margin="128,37,54,0" Stroke="#7FECCE09" StrokeThickness="3" Stretch="Fill" VerticalAlignment="Top" Width="18"/> |
|
|
@@ -866,9 +878,15 @@ |
|
|
|
<!--#region 是否有物品--> |
|
|
|
<Trigger Property="Text" Value="Yes"> |
|
|
|
<Setter TargetName="caiping" Property="Visibility" Value="Visible" /> |
|
|
|
<Setter TargetName="cai" Property="Visibility" Value="Visible" /> |
|
|
|
</Trigger> |
|
|
|
<Trigger Property="Text" Value="No"> |
|
|
|
<Setter TargetName="caiping" Property="Visibility" Value="Collapsed" /> |
|
|
|
<Setter TargetName="cai" Property="Visibility" Value="Visible" /> |
|
|
|
</Trigger> |
|
|
|
<Trigger Property="Text" Value="OnllYes"> |
|
|
|
<Setter TargetName="caiping" Property="Visibility" Value="Visible" /> |
|
|
|
<Setter TargetName="cai" Property="Visibility" Value="Collapsed" /> |
|
|
|
</Trigger> |
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
@@ -1138,7 +1156,9 @@ |
|
|
|
<StackPanel> |
|
|
|
<TextBlock Margin="5">小车?物品</TextBlock> |
|
|
|
<TextBox x:Name="xiaochewuping_text" Margin="5">1</TextBox> |
|
|
|
<Button Margin="5" Click="Button_Click" Tag="有物品" Cursor="Hand">有物品</Button> |
|
|
|
<Button Margin="5" Click="Button_Click" Tag="有菜和碗" Cursor="Hand">有菜和碗</Button> |
|
|
|
<Button Margin="5" Click="Button_Click" Tag="只有碗" Cursor="Hand">只有碗</Button> |
|
|
|
|
|
|
|
<Button Margin="5" Click="Button_Click" Tag="无物品" Cursor="Hand">无物品</Button> |
|
|
|
|
|
|
|
|
|
|
@@ -1146,7 +1166,7 @@ |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
<!--#region 墙体--> |
|
|
@@ -1406,8 +1426,8 @@ |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
<!--#region 滚筒线,IsEnabled True代表有菜 false 空碗.Text:Start 执行动画 Tag:代表传输带上有几个菜碗--> |
|
|
@@ -1454,6 +1474,6 @@ |
|
|
|
<TextBox Style="{StaticResource 停车位}" Margin="0,25,0,0" Text="{Binding ParkingPileModel_6.Text,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/> |
|
|
|
</StackPanel> |
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
</UserControl> |