liyijie 2 years ago
parent
commit
b36b9475bf

+ 2 - 2
PDF Office/Views/Dialog/ConverterDialogs/ConverterWordDialog.xaml

@@ -31,10 +31,10 @@
                         <StackPanel Orientation="Vertical" Margin="0,16,0,0" HorizontalAlignment="Left">
                             <TextBlock Text="版面设置:" Width="60" Height="20" HorizontalAlignment="Left"/>
                             <StackPanel Orientation="Horizontal" Margin="0,7,0,0">
-                                <RadioButton Name="FlowingTextRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=FlowingTextRadioBtn,Path=Name}" IsChecked="True">
+                                <RadioButton Name="FlowingTextRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=FlowingTextRadioBtn,Path=Name}" IsEnabled="False">
                                     <TextBlock Text="保留流排文本"/>
                                 </RadioButton>
-                                <RadioButton  Margin="15,0,0,0" Name="PageLayoutRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=PageLayoutRadioBtn,Path=Name}">
+                                <RadioButton  Margin="15,0,0,0" Name="PageLayoutRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=PageLayoutRadioBtn,Path=Name}" IsChecked="True">
                                     <TextBlock Text="保留页面布局"/>
                                 </RadioButton>
                             </StackPanel>

+ 2 - 2
PDF Office/Views/Dialog/HomePageToolsDialogs/HomePageBatchProcessing/HomePageConverter/HomePageConverterWord.xaml

@@ -7,10 +7,10 @@
         <StackPanel Orientation="Vertical" Margin="0,16,0,0" HorizontalAlignment="Left" Width="245">
             <TextBlock Text="版面设置:" Width="60" Height="20" HorizontalAlignment="Left"/>
             <StackPanel Orientation="Horizontal" Margin="0,7,0,0">
-                <RadioButton Name="FlowingTextRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=FlowingTextRadioBtn,Path=Name}" IsChecked="True">
+                <RadioButton Name="FlowingTextRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=FlowingTextRadioBtn,Path=Name}" IsEnabled="False">
                     <TextBlock Text="保留流排文本"/>
                 </RadioButton>
-                <RadioButton  Margin="16,0,0,0" Name="PageLayoutRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=PageLayoutRadioBtn,Path=Name}">
+                <RadioButton  Margin="16,0,0,0" Name="PageLayoutRadioBtn" Command="{Binding RadioButtonCommand}" CommandParameter="{Binding ElementName=PageLayoutRadioBtn,Path=Name}"  IsChecked="True" >
                     <TextBlock Text="保留页面布局"/>
                 </RadioButton>
             </StackPanel>