|
@@ -33,18 +33,17 @@
|
|
<TextBlock
|
|
<TextBlock
|
|
Height="20"
|
|
Height="20"
|
|
Style="{StaticResource PropertyHeaderLv2}"
|
|
Style="{StaticResource PropertyHeaderLv2}"
|
|
-
|
|
|
|
HorizontalAlignment="Left"
|
|
HorizontalAlignment="Left"
|
|
- Text="CSV Workbook Settings" />
|
|
|
|
|
|
+ Text="CSV Settings" />
|
|
<StackPanel Margin="0,10,0,0">
|
|
<StackPanel Margin="0,10,0,0">
|
|
<RadioButton
|
|
<RadioButton
|
|
IsChecked="True"
|
|
IsChecked="True"
|
|
Name="ForEachPageRadioBtn"
|
|
Name="ForEachPageRadioBtn"
|
|
-
|
|
|
|
|
|
+ Padding="8,0,0,0"
|
|
Style="{StaticResource RadioButtonStyleText}"
|
|
Style="{StaticResource RadioButtonStyleText}"
|
|
Command="{Binding RadioButtonCommand}"
|
|
Command="{Binding RadioButtonCommand}"
|
|
CommandParameter="{Binding ElementName=ForEachPageRadioBtn, Path=Name}">
|
|
CommandParameter="{Binding ElementName=ForEachPageRadioBtn, Path=Name}">
|
|
- <TextBlock Text="Retain Flowing Text" />
|
|
|
|
|
|
+ <TextBlock Text="Create worksheets for each form" />
|
|
</RadioButton>
|
|
</RadioButton>
|
|
<RadioButton
|
|
<RadioButton
|
|
|
|
|
|
@@ -53,7 +52,7 @@
|
|
Style="{StaticResource RadioButtonStyleText}"
|
|
Style="{StaticResource RadioButtonStyleText}"
|
|
Command="{Binding RadioButtonCommand}"
|
|
Command="{Binding RadioButtonCommand}"
|
|
CommandParameter="{Binding ElementName=OnlyTableRadioBtn, Path=Name}">
|
|
CommandParameter="{Binding ElementName=OnlyTableRadioBtn, Path=Name}">
|
|
- <TextBlock Text="Retain Page Layout" />
|
|
|
|
|
|
+ <TextBlock Text="Create a single worksheet for a document" />
|
|
</RadioButton>
|
|
</RadioButton>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<StackPanel Margin="0,18,0,0" Orientation="Vertical">
|
|
<StackPanel Margin="0,18,0,0" Orientation="Vertical">
|