|
@@ -47,8 +47,8 @@
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<RadioButton VerticalAlignment="Center" IsChecked="{Binding CustomPageRangeIsCheck}" Command="{Binding CustomPageRangeCommand}"></RadioButton>
|
|
|
- <TextBlock Text="按特定页面拆分" VerticalAlignment="Center"></TextBlock>
|
|
|
- <cus:WritableComboBox CurrentPage="True" Height="32" Width="183" Text="{Binding PageRangeText,Mode=TwoWay}" IsEnabled="{Binding CustomPageRangeIsEnabled}" SelectedIndex="{Binding PageRangeSelectIndex,Mode=TwoWay}"></cus:WritableComboBox>
|
|
|
+ <TextBlock Text="按特定页面拆分" VerticalAlignment="Center"></TextBlock>
|
|
|
+ <cus:WritableComboBox Height="32" Width="183" Text="{Binding PageRangeText, Mode=TwoWay}" IsEnabled="{Binding CustomPageRangeIsEnabled}" SelectedIndex="{Binding PageRangeSelectIndex, Mode=TwoWay}"/>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
</Grid>
|