|
|
@@ -40,27 +40,49 @@ |
|
|
|
<DiscreteObjectKeyFrame KeyTime="00:00:01" Value="{x:Static Visibility.Visible}"/> |
|
|
|
<DiscreteObjectKeyFrame KeyTime="00:00:1.2" Value="{x:Static Visibility.Collapsed}"/> |
|
|
|
</ObjectAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="select_color" Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="Lime"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Red"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:2" Value="Lime"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:3" Value="#FF1F4D69"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="unselect_color" Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Lime"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:2" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:3" Value="Yellow"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="gridSplitter" Storyboard.TargetProperty="(Control.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Yellow"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="gridSplitter1" Storyboard.TargetProperty="(Control.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Yellow"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
</Storyboard> |
|
|
|
</ControlTemplate.Resources> |
|
|
|
<Grid Width="60" Height="240" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,0,0,0"> |
|
|
|
<GridSplitter Width="5"></GridSplitter> |
|
|
|
<GridSplitter Width="5" HorizontalAlignment="Left"></GridSplitter> |
|
|
|
<GridSplitter x:Name="gridSplitter" Width="5"></GridSplitter> |
|
|
|
<GridSplitter x:Name="gridSplitter1" Width="5" HorizontalAlignment="Left"></GridSplitter> |
|
|
|
<Border x:Name="select_color" Background="#FF1F4D69" Visibility="Collapsed"></Border> |
|
|
|
<Border x:Name="unselect_color" Background="#FF1F4D69" Visibility="Collapsed"></Border> |
|
|
|
<StackPanel> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color }" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel VerticalAlignment="Bottom" Margin="0,0,0,20"> |
|
|
|
<Grid x:Name="c1" Width="40" Height="27" > |
|
|
@@ -284,27 +306,49 @@ |
|
|
|
<DiscreteObjectKeyFrame KeyTime="00:00:01" Value="{x:Static Visibility.Visible}"/> |
|
|
|
<DiscreteObjectKeyFrame KeyTime="00:00:1.2" Value="{x:Static Visibility.Collapsed}"/> |
|
|
|
</ObjectAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="select_color" Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="Lime"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Red"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:2" Value="Lime"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:3" Value="#FF1F4D69"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="unselect_color" Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Lime"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:2" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:3" Value="Yellow"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="gridSplitter" Storyboard.TargetProperty="(Control.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Yellow"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetName="gridSplitter1" Storyboard.TargetProperty="(Control.Background).(SolidColorBrush.Color)"> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:00" Value="#FF1F4D69"/> |
|
|
|
<EasingColorKeyFrame KeyTime="00:00:1" Value="Yellow"/> |
|
|
|
</ColorAnimationUsingKeyFrames> |
|
|
|
</Storyboard> |
|
|
|
</ControlTemplate.Resources> |
|
|
|
<Grid Width="60" Height="240" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,0,0,0"> |
|
|
|
<GridSplitter Width="5"></GridSplitter> |
|
|
|
<GridSplitter Width="5" HorizontalAlignment="Left"></GridSplitter> |
|
|
|
<GridSplitter x:Name="gridSplitter" Width="5"></GridSplitter> |
|
|
|
<GridSplitter x:Name="gridSplitter1" Width="5" HorizontalAlignment="Left"></GridSplitter> |
|
|
|
<Border x:Name="select_color" Background="#FF1F4D69" Visibility="Collapsed"></Border> |
|
|
|
<Border x:Name="unselect_color" Background="#FF1F4D69" Visibility="Collapsed"></Border> |
|
|
|
<StackPanel> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{TemplateBinding Foreground}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color }" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=select_color}" Height="5" Margin="5"/> |
|
|
|
<Rectangle Fill="{Binding Background, ElementName=unselect_color}" Height="5" Margin="5"/> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel VerticalAlignment="Bottom" Margin="0,0,0,20"> |
|
|
|
<Grid x:Name="c1" Width="40" Height="27" > |
|
|
@@ -1114,6 +1158,71 @@ |
|
|
|
</Setter.Value> |
|
|
|
</Setter> |
|
|
|
</Style> |
|
|
|
|
|
|
|
<Style x:Key="炒锅" BasedOn="{x:Null}" TargetType="{x:Type TextBox}"> |
|
|
|
<Setter Property="Foreground" Value="#FF1F4D69"/> |
|
|
|
<Setter Property="Text" Value="Start"/> |
|
|
|
<Setter Property="Template"> |
|
|
|
<Setter.Value> |
|
|
|
<ControlTemplate TargetType="{x:Type TextBox}"> |
|
|
|
<ControlTemplate.Resources> |
|
|
|
<Storyboard RepeatBehavior="Forever" x:Key="csd_dh1"> |
|
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="ellipse" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)"> |
|
|
|
<EasingDoubleKeyFrame KeyTime="00:00:00" Value="0"/> |
|
|
|
<EasingDoubleKeyFrame KeyTime="00:00:0.5" Value="90"/> |
|
|
|
<EasingDoubleKeyFrame KeyTime="00:00:1" Value="180"/> |
|
|
|
<EasingDoubleKeyFrame KeyTime="00:00:1.5" Value="270"/> |
|
|
|
<EasingDoubleKeyFrame KeyTime="00:00:2" Value="360"/> |
|
|
|
</DoubleAnimationUsingKeyFrames> |
|
|
|
</Storyboard> |
|
|
|
|
|
|
|
</ControlTemplate.Resources> |
|
|
|
<Grid Width="100" Height="100"> |
|
|
|
<Border Style="{DynamicResource border炒锅2}"> |
|
|
|
<!--<Border x:Name="cai" VerticalAlignment="Top" Width="30" Height="25" Margin="0,10,0,0" Style="{DynamicResource border菜}"> |
|
|
|
</Border>--> |
|
|
|
</Border> |
|
|
|
<Ellipse x:Name="ellipse" StrokeThickness="5" Width="50" Height="50" RenderTransformOrigin="0.5,0.5" Margin="5,-3,0,0" VerticalAlignment="Top"> |
|
|
|
<Ellipse.RenderTransform> |
|
|
|
<TransformGroup> |
|
|
|
<ScaleTransform/> |
|
|
|
<SkewTransform AngleY="-0"/> |
|
|
|
<RotateTransform/> |
|
|
|
<TranslateTransform/> |
|
|
|
</TransformGroup> |
|
|
|
</Ellipse.RenderTransform> |
|
|
|
<Ellipse.Stroke> |
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> |
|
|
|
<GradientStop Color="#CCA48E42"/> |
|
|
|
<GradientStop Color="#CC2D48DA" Offset="1"/> |
|
|
|
<GradientStop Color="#FF3FD256" Offset="0.305"/> |
|
|
|
<GradientStop Color="#FFB12C87" Offset="0.67"/> |
|
|
|
</LinearGradientBrush> |
|
|
|
</Ellipse.Stroke> |
|
|
|
</Ellipse> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
<ControlTemplate.Triggers> |
|
|
|
<Trigger Property="Text" Value="Start"> |
|
|
|
<Setter TargetName="ellipse" Property="Visibility" Value="Visible" /> |
|
|
|
<!--<Setter TargetName="cai" Property="Visibility" Value="Visible" />--> |
|
|
|
<Trigger.EnterActions> |
|
|
|
<BeginStoryboard x:Name="begin_name" Storyboard="{StaticResource csd_dh1}"/> |
|
|
|
</Trigger.EnterActions> |
|
|
|
</Trigger> |
|
|
|
<Trigger Property="Text" Value="Stop"> |
|
|
|
<Trigger.EnterActions> |
|
|
|
<StopStoryboard BeginStoryboardName="begin_name"/> |
|
|
|
</Trigger.EnterActions> |
|
|
|
<Setter TargetName="ellipse" Property="Visibility" Value="Collapsed" /> |
|
|
|
<!--<Setter TargetName="cai" Property="Visibility" Value="Collapsed" />--> |
|
|
|
</Trigger> |
|
|
|
|
|
|
|
</ControlTemplate.Triggers> |
|
|
|
</ControlTemplate> |
|
|
|
</Setter.Value> |
|
|
|
</Setter> |
|
|
|
</Style> |
|
|
|
</ResourceDictionary> |
|
|
|
</UserControl.Resources> |
|
|
|
<Viewbox> |
|
|
@@ -1159,11 +1268,16 @@ |
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<StackPanel> |
|
|
|
<TextBlock Margin="5">滚筒炒锅</TextBlock> |
|
|
|
<TextBox x:Name="guntongchaoguo_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> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
@@ -1276,22 +1390,26 @@ |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<Border Style="{DynamicResource border炒锅}" HorizontalAlignment="Left"> |
|
|
|
<Grid Grid.Column="0" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="45,0,0,20"> |
|
|
|
<TextBox Style="{StaticResource 炒锅}" Text="{Binding wokModel_1.Text,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> |
|
|
|
<TextBlock Style="{DynamicResource 80号字体样式}" FontSize="16" Width="18" Margin="-10,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Bottom">炒锅(1)号</TextBlock> |
|
|
|
</Border> |
|
|
|
<Border Style="{DynamicResource border炒锅}" Grid.Column="1" HorizontalAlignment="Left"> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="45,0,0,20"> |
|
|
|
<TextBox Style="{StaticResource 炒锅}" Text="{Binding wokModel_2.Text,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> |
|
|
|
<TextBlock Style="{DynamicResource 80号字体样式}" FontSize="16" Width="18" Margin="-10,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Bottom">炒锅(2)号</TextBlock> |
|
|
|
</Border> |
|
|
|
<Border Style="{DynamicResource border炒锅}" Grid.Column="2" HorizontalAlignment="Left"> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="2" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="45,0,0,20"> |
|
|
|
<TextBox Style="{StaticResource 炒锅}" Text="{Binding wokModel_3.Text,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> |
|
|
|
<TextBlock Style="{DynamicResource 80号字体样式}" FontSize="16" Width="18" Margin="-10,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Bottom">炒锅(3)号</TextBlock> |
|
|
|
</Border> |
|
|
|
<Border Style="{DynamicResource border炒锅}" Grid.Column="3" HorizontalAlignment="Left"> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="3" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="45,0,0,20"> |
|
|
|
<TextBox Style="{StaticResource 炒锅}" Text="{Binding wokModel_4.Text,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> |
|
|
|
<TextBlock Style="{DynamicResource 80号字体样式}" FontSize="16" Width="18" Margin="-10,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Bottom">炒锅(4)号</TextBlock> |
|
|
|
</Border> |
|
|
|
<Border Style="{DynamicResource border炒锅}" Grid.Column="4" HorizontalAlignment="Left"> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="4" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="45,0,0,20"> |
|
|
|
<TextBox Style="{StaticResource 炒锅}" Text="{Binding wokModel_5.Text,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> |
|
|
|
<TextBlock Style="{DynamicResource 80号字体样式}" FontSize="16" Width="18" Margin="-10,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Bottom">炒锅(5)号</TextBlock> |
|
|
|
</Border> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
<Grid HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="100,0,-40,80" Grid.Column="0"> |
|
|
|
<Rectangle Stroke="#FFFFA400" StrokeDashArray="5 5" Margin="10"/> |
|
|
|
<StackPanel> |
|
|
@@ -1318,7 +1436,6 @@ |
|
|
|
</ListBox> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="100,0,-40,80" Grid.Column="1"> |
|
|
|
<Rectangle Stroke="#FFFFA400" StrokeDashArray="5 5" Margin="10"/> |
|
|
|
<StackPanel> |
|
|
@@ -1345,7 +1462,6 @@ |
|
|
|
</ListBox> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="100,0,-40,80" Grid.Column="2"> |
|
|
|
<Rectangle Stroke="#FFFFA400" StrokeDashArray="5 5" Margin="10"/> |
|
|
|
<StackPanel> |
|
|
@@ -1372,7 +1488,6 @@ |
|
|
|
</ListBox> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="100,0,-40,80" Grid.Column="3"> |
|
|
|
<Rectangle Stroke="#FFFFA400" StrokeDashArray="5 5" Margin="10"/> |
|
|
|
<StackPanel> |
|
|
@@ -1399,7 +1514,6 @@ |
|
|
|
</ListBox> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="100,0,-40,80" Grid.Column="4"> |
|
|
|
<Rectangle Stroke="#FFFFA400" StrokeDashArray="5 5" Margin="10"/> |
|
|
|
<StackPanel> |
|
|
|