|
555 | 555 | <TextBox x:Name="Tb_Info_Dim" HorizontalAlignment="Left" Margin="362,65,0,0" TextWrapping="Wrap" |
556 | 556 | VerticalAlignment="Top" Width="130" IsReadOnly="True" Height="20" Background="Black" |
557 | 557 | Foreground="White" TextAlignment="Center" |
558 | | - Text="{Binding CurrentQuery.Dim, ElementName=Wnd_Main, IsAsync=True, Mode=OneWay, |
| 558 | + Text="{Binding CurrentQuery.DimensionString, ElementName=Wnd_Main, IsAsync=True, Mode=OneWay, |
559 | 559 | UpdateSourceTrigger=PropertyChanged}" /> |
560 | | - |
561 | 560 | <Image x:Name="Img_Status" HorizontalAlignment="Left" Height="20px" Width="20px" |
562 | 561 | Margin="10,5,0,0" |
563 | 562 | VerticalAlignment="Top" Stretch="None" Grid.Row="1" /> |
564 | | - |
565 | | - <ProgressBar x:Name="Pb_Status" HorizontalAlignment="Left" Height="10" Margin="4,54,0,0" |
566 | | - VerticalAlignment="Top" Width="100" Minimum="0" Maximum="100" Grid.Row="1" /> |
567 | 563 | <ListView x:Name="Lv_Results" Margin="0,120,0,0" |
568 | 564 | MouseDoubleClick="Lv_Results_MouseDoubleClick" |
569 | 565 | Foreground="White" |
|
666 | 662 |
|
667 | 663 | </ListView> |
668 | 664 |
|
669 | | - <Image x:Name="Img_Type" Width="20px" Height="20px" Stretch="None" Margin="48,5,0,0" |
670 | | - HorizontalAlignment="Left" VerticalAlignment="Top" Grid.Row="1" /> |
671 | | - |
672 | | - <TextBlock x:Name="Tb_Status" HorizontalAlignment="Left" Margin="4,33,0,0" |
| 665 | + <TextBlock x:Name="Tb_Status" HorizontalAlignment="Left" Margin="10,28,0,0" |
673 | 666 | VerticalAlignment="Top" Foreground="White" FontStyle="Italic" Grid.Row="1" |
674 | 667 | Text="{Binding CurrentQuery.Status, UpdateSourceTrigger=PropertyChanged, ElementName=Wnd_Main}" /> |
675 | 668 |
|
676 | | - <TextBlock x:Name="Tb_Status2" HorizontalAlignment="Left" Margin="115,49,0,0" |
| 669 | + <!-- |
| 670 | + <TextBlock x:Name="Tb_Status2" HorizontalAlignment="Left" Margin="95,28,0,0" |
677 | 671 | VerticalAlignment="Top" Foreground="White" Grid.Row="1" TextDecorations="Underline" |
678 | 672 | Text="{Binding CurrentQuery.Status2, UpdateSourceTrigger=PropertyChanged,ElementName=Wnd_Main}" |
679 | 673 | MaxWidth="400" /> |
| 674 | + --> |
| 675 | + |
| 676 | + <Image x:Name="Img_Type" Width="20px" Height="20px" Stretch="None" Margin="48,5,0,0" |
| 677 | + HorizontalAlignment="Left" VerticalAlignment="Top" Grid.Row="1" /> |
680 | 678 |
|
681 | 679 | <Button x:Name="Btn_Filter" Content="Filter" HorizontalAlignment="Left" Margin="585,0,0,0" |
682 | 680 | VerticalAlignment="Center" Click="Btn_Filter_Click" |
|
705 | 703 | <ProgressBar x:Name="Pb_Preview" Grid.Column="1" HorizontalAlignment="Right" Height="10" |
706 | 704 | Margin="0,105,174,0" Grid.Row="1" VerticalAlignment="Top" Width="320" |
707 | 705 | Value="{Binding CurrentResult.PreviewProgress}" /> |
| 706 | + |
| 707 | + <Label x:Name="Lb_SelUrl" Content="Item" HorizontalAlignment="Left" Margin="4,59,0,0" |
| 708 | + VerticalAlignment="Top" Height="26" Foreground="White" |
| 709 | + Background="{DynamicResource {x:Static SystemColors.ControlDarkDarkBrushKey}}" Width="50" HorizontalContentAlignment="Center" |
| 710 | + Grid.Row="1" FontWeight="Bold" /> |
| 711 | + |
| 712 | + <TextBox x:Name="Tb_SelUrl" HorizontalAlignment="Left" Margin="57,61,0,0" |
| 713 | + VerticalAlignment="Top" Width="435" IsReadOnly="True" Height="20" Foreground="White" Background="Black" |
| 714 | + Text="{Binding CurrentResult.Result.Url, Converter={StaticResource urlConverter}, ElementName=Wnd_Main, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}" |
| 715 | + Grid.Row="1" MouseDoubleClick="Tb_SelUrl_MouseDoubleClick" /> |
| 716 | + |
| 717 | + <Label x:Name="Lb_SelInfo" Content="Info" HorizontalAlignment="Left" Margin="4,87,0,0" |
| 718 | + VerticalAlignment="Top" Height="26" FontWeight="Bold" Foreground="White" |
| 719 | + Background="{DynamicResource {x:Static SystemColors.ControlDarkDarkBrushKey}}" HorizontalContentAlignment="Center" Width="50" |
| 720 | + Grid.Row="1" /> |
| 721 | + |
| 722 | + <TextBox x:Name="Tb_SelInfo_Type" HorizontalAlignment="Left" Margin="57,89,0,0" TextWrapping="Wrap" |
| 723 | + VerticalAlignment="Top" Width="130" IsReadOnly="True" Height="20" Background="Black" |
| 724 | + Foreground="White" TextAlignment="Center" |
| 725 | + Text="{Binding CurrentResult.Status, ElementName=Wnd_Main, FallbackValue={x:Null}, IsAsync=True, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}" |
| 726 | + Grid.Row="1" /> |
| 727 | + |
| 728 | + <TextBox x:Name="Tb_SelInfo_Size" HorizontalAlignment="Left" Margin="210,89,0,0" |
| 729 | + TextWrapping="Wrap" |
| 730 | + VerticalAlignment="Top" Width="130" IsReadOnly="True" Height="20" Background="Black" |
| 731 | + Foreground="White" TextAlignment="Center" |
| 732 | + Text="..." |
| 733 | + Grid.Row="1" /> |
| 734 | + |
| 735 | + <TextBox x:Name="Tb_SelInfo_Dim" HorizontalAlignment="Left" Margin="362,89,0,0" TextWrapping="Wrap" |
| 736 | + VerticalAlignment="Top" Width="130" IsReadOnly="True" Height="20" Background="Black" |
| 737 | + Foreground="White" TextAlignment="Center" |
| 738 | + Text="{Binding CurrentResult.DimensionString, ElementName=Wnd_Main, IsAsync=True, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}" |
| 739 | + Grid.Row="1" /> |
708 | 740 |
|
709 | 741 | </Grid> |
710 | 742 | </TabItem> |
|
0 commit comments