|
@@ -20,14 +20,14 @@
|
|
|
<cus:DialogContent.Content>
|
|
|
<Grid Grid.Row="1">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="212"/>
|
|
|
+ <ColumnDefinition Width="244"/>
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid Grid.Column="0" VerticalAlignment="Top">
|
|
|
<cus:PageTurningPreview x:Name="ConverterPreview" Loaded="ConverterPreview_Loaded"/>
|
|
|
</Grid>
|
|
|
<Grid Grid.Column="1">
|
|
|
- <StackPanel Orientation="Vertical" Margin="16,2,0,0">
|
|
|
+ <StackPanel Orientation="Vertical" Margin="0,2,0,0">
|
|
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Left" Visibility="Collapsed">
|
|
|
<TextBlock Text="Layout Settings" Style="{StaticResource PropertyHeaderLv2}" Height="20" HorizontalAlignment="Left"/>
|
|
|
<StackPanel Orientation="Vertical" Margin="0,8,0,0">
|
|
@@ -47,7 +47,7 @@
|
|
|
<CheckBox Name="OCRCheckBox" Margin="0,8,0,0" IsChecked="{Binding OCRCheckBoxIsCheckBox}" Padding="8,0,0,0">
|
|
|
<TextBlock Text="Recognize text if needed"/>
|
|
|
</CheckBox>
|
|
|
- <ComboBox IsEnabled="{Binding ElementName=OCRCheckBox,Path=IsChecked}" Margin="0,8,0,0" Width="228" Height="32" HorizontalAlignment="Left" SelectedIndex="{Binding LanguageSelectedIndex}">
|
|
|
+ <ComboBox IsEnabled="{Binding ElementName=OCRCheckBox,Path=IsChecked}" Margin="0,8,0,0" Width="208" Height="32" HorizontalAlignment="Left" SelectedIndex="{Binding LanguageSelectedIndex}">
|
|
|
<ComboBoxItem Content="Chinese Simplified"/>
|
|
|
<ComboBoxItem Content="Chinese Traditional"/>
|
|
|
<ComboBoxItem Content="English"/>
|
|
@@ -57,7 +57,7 @@
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Vertical" Margin="0,0,0,0">
|
|
|
<TextBlock Text="{Binding T_PageRange}" Height="20" Style="{StaticResource PropertyHeaderLv2}" HorizontalAlignment="Left"/>
|
|
|
- <cus:WritableComboBox x:Name="PageRangeComboBox" Margin="0,8,0,0" Width="228" Height="32" HorizontalAlignment="Left" IsCurrentPage="True" Text="{Binding PageRangeText, Mode=TwoWay}" MaxPageRange="{Binding MaxPageRange}" SelectedIndex="{Binding PageRangeSelectIndex, Mode=TwoWay}" Loaded="PageRangeComboBox_Loaded">
|
|
|
+ <cus:WritableComboBox x:Name="PageRangeComboBox" Margin="0,8,0,0" Width="208" Height="32" HorizontalAlignment="Left" IsCurrentPage="True" Text="{Binding PageRangeText, Mode=TwoWay}" MaxPageRange="{Binding MaxPageRange}" SelectedIndex="{Binding PageRangeSelectIndex, Mode=TwoWay}" Loaded="PageRangeComboBox_Loaded">
|
|
|
<i:Interaction.Triggers>
|
|
|
<i:EventTrigger EventName="SelectionChanged">
|
|
|
<i:InvokeCommandAction Command="{Binding CmbPageSelectionChanged}" CommandParameter="{Binding ElementName=ConverterPreview}" />
|