|
@@ -42,6 +42,7 @@
|
|
|
Padding="8,0,0,0"
|
|
|
Command="{Binding RadioButtonCommand}"
|
|
|
CommandParameter="{Binding ElementName=FlowingTextRadioBtn, Path=Name}"
|
|
|
+ IsChecked="True"
|
|
|
Style="{StaticResource RadioButtonStyleText}">
|
|
|
<TextBlock Text="Retain Flowing Text" />
|
|
|
</RadioButton>
|
|
@@ -51,7 +52,7 @@
|
|
|
Padding="8,0,0,0"
|
|
|
Command="{Binding RadioButtonCommand}"
|
|
|
CommandParameter="{Binding ElementName=PageLayoutRadioBtn, Path=Name}"
|
|
|
- IsChecked="True"
|
|
|
+ IsChecked="False"
|
|
|
Style="{StaticResource RadioButtonStyleText}">
|
|
|
<TextBlock Text="Retain Page Layout" />
|
|
|
</RadioButton>
|
|
@@ -158,15 +159,15 @@
|
|
|
<TextBlock Text="{Binding TextUpgrade}" />
|
|
|
</Underline>
|
|
|
</TextBlock>
|
|
|
- </StackPanel>
|
|
|
+ </StackPanel>
|
|
|
</Grid>
|
|
|
</cus:DialogContent.Content>
|
|
|
<cus:DialogContent.BottmBar>
|
|
|
<Grid>
|
|
|
<!--<Button Background="WhiteSmoke" Width="98" Height="32" Margin="0,0,350,0" Command="{Binding BatchConverterCommand}" Style="{StaticResource btn.sec}">
|
|
|
- <Border>
|
|
|
- <TextBlock Text="批量处理" ></TextBlock>
|
|
|
- </Border>
|
|
|
+ <Border>
|
|
|
+ <TextBlock Text="批量处理" ></TextBlock>
|
|
|
+ </Border>
|
|
|
</Button>-->
|
|
|
<Button
|
|
|
Width="98"
|