개정판 136851cb
issue #000 search processing modify
KCOM/Controls/SearchPanel.xaml | ||
---|---|---|
3 | 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | 4 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
5 | 5 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
6 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
|
6 | 7 |
xmlns:local="clr-namespace:KCOM.Controls" |
7 | 8 |
mc:Ignorable="d" Background="White" |
8 | 9 |
d:DesignHeight="900" d:DesignWidth="300"> |
9 | 10 |
<Grid Margin="10"> |
11 |
|
|
10 | 12 |
<Grid.RowDefinitions> |
11 | 13 |
<RowDefinition Height="Auto"/> |
12 | 14 |
<RowDefinition Height="*"/> |
... | ... | |
23 | 25 |
</Grid> |
24 | 26 |
<GroupBox Header="Option List"> |
25 | 27 |
<StackPanel Margin="1"> |
26 |
<CheckBox Content="Current page only" Margin="3" x:Name="chkCurrentPageOnly" IsChecked="True"/>
|
|
28 |
<CheckBox Content="Current page only" Margin="3" x:Name="chkCurrentPageOnly" IsChecked="True"/> |
|
27 | 29 |
</StackPanel> |
28 | 30 |
</GroupBox> |
29 | 31 |
<GroupBox Header="Search Mode"> |
... | ... | |
37 | 39 |
|
38 | 40 |
<!--<TextBlock Text="Search word or phase in the current document, and list the result" Margin="20,20" TextWrapping="WrapWithOverflow" Foreground="#FF7C7C7C" FontSize="12"/>--> |
39 | 41 |
</StackPanel> |
42 |
|
|
40 | 43 |
<ListBox x:Name="lstSearchWord" Grid.Row="1" BorderThickness="1" Margin="0,10" ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
41 | 44 |
ItemsSource="{Binding SearchSet}" SelectionChanged="lstSearchWord_SelectionChanged"> |
42 | 45 |
<ListBox.Template> |
... | ... | |
78 | 81 |
x:Name="btnSearchPDFDownload"/> |
79 | 82 |
</StackPanel> |
80 | 83 |
</Border> |
84 |
<telerik:RadBusyIndicator x:Name="searchIndicator" |
|
85 |
FontSize="20" |
|
86 |
Grid.RowSpan="2" |
|
87 |
DisplayAfter="0" |
|
88 |
IsBusy="False" |
|
89 |
telerik:StyleManager.Theme="Office2016" |
|
90 |
BusyContent="Searching..."/> |
|
91 |
|
|
81 | 92 |
</Grid> |
82 | 93 |
</UserControl> |
내보내기 Unified diff