|
@@ -19,12 +19,12 @@
|
|
|
|
|
|
<Grid IsEnabled="{Binding PictureToPDFGridIsEnabled}">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="632"/>
|
|
|
+ <ColumnDefinition Width="632*"/>
|
|
|
<ColumnDefinition Width="260"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid Grid.Column="0">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="482"/>
|
|
|
+ <RowDefinition Height="482*"/>
|
|
|
<RowDefinition Height="72"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid Grid.Row="0" AllowDrop="True"
|
|
@@ -128,12 +128,12 @@
|
|
|
</Grid>
|
|
|
<Grid Grid.Column="1" Background="WhiteSmoke" IsEnabled="{Binding SetPictureToPDFGridIsEnabled}">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="1*"/>
|
|
|
<RowDefinition Height="2*"/>
|
|
|
<RowDefinition Height="72"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <StackPanel Margin="15,23,0,0">
|
|
|
+ <Grid Grid.Row="0" Margin="15,23,0,0">
|
|
|
+ <StackPanel >
|
|
|
<TextBlock Text="导出"/>
|
|
|
<StackPanel Margin="0,8,0,0">
|
|
|
<RadioButton Name="NewFilesRadioButtom" Click="RadioButton_Click" IsChecked="True">
|
|
@@ -154,8 +154,8 @@
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <StackPanel Margin="15,0,0,0">
|
|
|
+ <Grid Grid.Row="1" Margin="15,0,0,0">
|
|
|
+ <StackPanel >
|
|
|
<TextBlock Text="OCR"/>
|
|
|
<CheckBox Name="NeedOCRCheckBox" Margin="0,7,0,0">
|
|
|
<TextBlock Text="在需要时识别文本"/>
|