|
@@ -9,7 +9,7 @@
|
|
|
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
|
|
|
xmlns:CompositeControl="clr-namespace:PDF_Office.CustomControl.CompositeControl"
|
|
|
mc:Ignorable="d"
|
|
|
- d:DesignHeight="720"
|
|
|
+ d:DesignHeight="751"
|
|
|
d:DesignWidth="260" >
|
|
|
<UserControl.Resources>
|
|
|
<ResourceDictionary >
|
|
@@ -20,7 +20,7 @@
|
|
|
</UserControl.Resources>
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="40"></RowDefinition>
|
|
|
+ <RowDefinition Height="50"></RowDefinition>
|
|
|
<RowDefinition></RowDefinition>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid Grid.Row="0" Visibility="{Binding CreateBaseVisible, Mode=TwoWay}">
|
|
@@ -51,132 +51,138 @@
|
|
|
</StackPanel>
|
|
|
</Button>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="116"></RowDefinition>
|
|
|
- <RowDefinition Height="116"></RowDefinition>
|
|
|
- <RowDefinition Height="189"></RowDefinition>
|
|
|
- <RowDefinition Height="172"></RowDefinition>
|
|
|
- <RowDefinition></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0" Margin="0,16,0,0" Width="228">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="外观" FontSize="12" Foreground="#666666" Height="20" Width="24" HorizontalAlignment="Left"></TextBlock>
|
|
|
- <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
- <ComboBox Width="154" Height="32" ItemsSource="{Binding FontNameList}" SelectedIndex="{Binding FontNameSelectedIndex}"></ComboBox>
|
|
|
- <ComboBox Width="66" Height="32" Margin="8,0,0,0" ItemsSource="{Binding FontSizeList}" SelectedIndex="{Binding FontSizeSelectedIndex}"></ComboBox>
|
|
|
+ <ScrollViewer Grid.Row="1" >
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="104"></RowDefinition>
|
|
|
+ <RowDefinition Height="120"></RowDefinition>
|
|
|
+ <RowDefinition Height="200"></RowDefinition>
|
|
|
+ <RowDefinition Height="173"></RowDefinition>
|
|
|
+ <RowDefinition ></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" Width="228">
|
|
|
+ <StackPanel>
|
|
|
+ <TextBlock Text="外观" FontFamily="Segoe UI" FontStyle="Normal" FontSize="12" Height="20" Width="228" HorizontalAlignment="Left" Foreground="#616469"></TextBlock>
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
+ <ComboBox Width="228" Height="32" ItemsSource="{Binding FontNameList}" SelectedIndex="{Binding FontNameSelectedIndex}"></ComboBox>
|
|
|
+
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
+ <ComboBox Width="164" Height="32" HorizontalAlignment="Left" ItemsSource="{Binding FontSizeList}" SelectedIndex="{Binding FontSizeSelectedIndex}"></ComboBox>
|
|
|
+ <CompositeControl:ColorContent x:Name="cusColor" Height="32" Width="56" Margin="8,0,0,0" HorizontalAlignment="Left">
|
|
|
+ </CompositeControl:ColorContent>
|
|
|
+ </StackPanel>
|
|
|
</StackPanel>
|
|
|
- <CompositeControl:ColorContent x:Name="cusColor" Height="32" Width="66" Margin="0,8,0,0" HorizontalAlignment="Left">
|
|
|
- </CompositeControl:ColorContent>
|
|
|
- </StackPanel>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1" Margin="0,16,0,0" Width="228">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="页边距" FontSize="12" Foreground="#666666" Height="20" Width="36" HorizontalAlignment="Left"></TextBlock>
|
|
|
- <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
- <StackPanel Orientation="Vertical" Margin="0,0,0,0">
|
|
|
- <StackPanel Orientation="Horizontal">
|
|
|
- <TextBlock Text="上" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
- <cus:NumericUpDown Width="66" Height="32" Margin="9,0,0,0" Text="{Binding MarginTopValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1" Margin="0,18,0,0" Width="228">
|
|
|
+ <StackPanel>
|
|
|
+ <TextBlock Text="页边距" FontFamily="Segoe UI" FontStyle="Normal" FontSize="12" Height="20" Width="228" HorizontalAlignment="Left" Foreground="#616469"></TextBlock>
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
|
|
+ <StackPanel Orientation="Vertical" Margin="0,0,0,0">
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <TextBlock Text="上" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
+ <cus:NumericUpDown Width="90" Height="32" Margin="4,0,0,0" Text="{Binding MarginTopValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
+ <TextBlock Text="左" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
+ <cus:NumericUpDown Width="90" Height="32" Margin="4,0,0,0" Text="{Binding MarginLeftValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ </StackPanel>
|
|
|
</StackPanel>
|
|
|
- <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
- <TextBlock Text="左" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
- <cus:NumericUpDown Width="66" Height="32" Margin="9,0,0,0" Text="{Binding MarginLeftValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ <StackPanel Orientation="Vertical" Margin="8,0,0,0">
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <TextBlock Text="下" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
+ <cus:NumericUpDown Width="90" Height="32" Margin="4,0,0,0" Text="{Binding MarginDownValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
+ <TextBlock Text="右" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
+ <cus:NumericUpDown Width="90" Height="32" Margin="4,0,0,0" Text="{Binding MarginRightValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ </StackPanel>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
- <StackPanel Orientation="Vertical" Margin="51,0,0,0">
|
|
|
+ </StackPanel>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="2" Margin="0,18,0,0" Width="228">
|
|
|
+ <StackPanel>
|
|
|
+ <TextBlock Text="Page Number & Date Format" Height="20" Width="228" FontFamily="Segoe UI" FontStyle="Normal" FontSize="12" Foreground="#616469"></TextBlock>
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
|
|
+ <TextBlock Text="前缀" FontSize="12" Foreground="#666666" Height="22" Width="38" HorizontalAlignment="Left" VerticalAlignment="Center"></TextBlock>
|
|
|
+ <TextBox Name="PrefixTextValueTextBox" Height="32" Width="180" Margin="10,0,0,0">
|
|
|
+ <i:Interaction.Triggers>
|
|
|
+ <i:EventTrigger EventName="TextChanged">
|
|
|
+ <i:InvokeCommandAction Command="{Binding TextValueChangedCommand}" CommandParameter="{Binding ElementName=PrefixTextValueTextBox}" />
|
|
|
+ </i:EventTrigger>
|
|
|
+ </i:Interaction.Triggers>
|
|
|
+ </TextBox>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Margin="0,8,0,0" Orientation="Horizontal">
|
|
|
+ <TextBlock Text="后缀" FontSize="12" Foreground="#666666" Height="22" Width="38" VerticalAlignment="Center" HorizontalAlignment="Left"></TextBlock>
|
|
|
+ <TextBox Name="SuffixTextValueTextBox" Width="180" Height="32" Margin="10,0,0,0">
|
|
|
+ <i:Interaction.Triggers>
|
|
|
+ <i:EventTrigger EventName="TextChanged">
|
|
|
+ <i:InvokeCommandAction Command="{Binding TextValueChangedCommand}" CommandParameter="{Binding ElementName=SuffixTextValueTextBox}" />
|
|
|
+ </i:EventTrigger>
|
|
|
+ </i:Interaction.Triggers>
|
|
|
+ </TextBox>
|
|
|
+ </StackPanel>
|
|
|
+ <StackPanel Orientation="Vertical" Margin="0,8,0,0">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
- <TextBlock Text="下" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
- <cus:NumericUpDown Width="66" Height="32" Margin="9,0,0,0" Text="{Binding MarginDownValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ <TextBlock Text="位数" FontSize="12" Foreground="#666666" Height="22" Width="116" HorizontalAlignment="Left"></TextBlock>
|
|
|
+ <cus:NumericUpDown Height="32" Width="102" Margin="10,0,0,0" Text="{Binding DigitNumberValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
</StackPanel>
|
|
|
- <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
- <TextBlock Text="右" Width="14" Height="20" VerticalAlignment="Center"/>
|
|
|
- <cus:NumericUpDown Width="66" Height="32" Margin="9,0,0,0" Text="{Binding MarginRightValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
+ <StackPanel Margin="0,8,0,0" Orientation="Horizontal">
|
|
|
+ <TextBlock Text="起始页" FontSize="12" Foreground="#666666" Height="22" Width="66" HorizontalAlignment="Left"></TextBlock>
|
|
|
+ <ComboBox Height="32" Width="152" Margin="10,0,0,0" ItemsSource="{Binding StarPagetNumberList}" SelectedIndex="{Binding StarPagetNumberIndex}"></ComboBox>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
- </StackPanel>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="2" Margin="0,16,0,0" Width="228">
|
|
|
- <StackPanel>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="3" Margin="0,18,0,0" Width="228">
|
|
|
<StackPanel>
|
|
|
- <TextBlock Text="前缀" FontSize="12" Foreground="#666666" Height="20" Width="24" HorizontalAlignment="Left"></TextBlock>
|
|
|
- <TextBox Name="PrefixTextValueTextBox" Height="32">
|
|
|
- <i:Interaction.Triggers>
|
|
|
- <i:EventTrigger EventName="TextChanged">
|
|
|
- <i:InvokeCommandAction Command="{Binding TextValueChangedCommand}" CommandParameter="{Binding ElementName=PrefixTextValueTextBox}" />
|
|
|
- </i:EventTrigger>
|
|
|
- </i:Interaction.Triggers>
|
|
|
- </TextBox>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel Margin="0,8,0,0">
|
|
|
- <TextBlock Text="后缀" FontSize="12" Foreground="#666666" Height="20" Width="24" HorizontalAlignment="Left"></TextBlock>
|
|
|
- <TextBox Name="SuffixTextValueTextBox" Height="32">
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <TextBlock Text="布局&内容" FontFamily="Segoe UI" FontStyle="Normal" FontSize="12" Height="20" Width="198" Foreground="#616469"></TextBlock>
|
|
|
+ <Button Width="22" Height="22" Margin="8,0,0,0" Click="Button_Click" >
|
|
|
+ <TextBlock Text="+" FontSize="19" HorizontalAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center" ></TextBlock>
|
|
|
+ <Button.ContextMenu>
|
|
|
+ <ContextMenu Name="contextMenu">
|
|
|
+ <MenuItem Name="ADDPages" Header="插入Bates" Click="ADDBates_Click" >
|
|
|
+ </MenuItem>
|
|
|
+ </ContextMenu>
|
|
|
+ </Button.ContextMenu>
|
|
|
+ </Button>
|
|
|
+ </StackPanel>
|
|
|
+ <Grid Width="228" Height="46" Margin="0,6,0,0">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="76"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="76"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="76"></ColumnDefinition>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="23"></RowDefinition>
|
|
|
+ <RowDefinition Height="23"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <RadioButton Grid.Column="0" Grid.Row="0" Tag="0" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
+ <RadioButton Grid.Column="1" Grid.Row="0" Tag="1" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
+ <RadioButton Grid.Column="2" Grid.Row="0" Tag="2" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
+ <RadioButton Grid.Column="0" Grid.Row="1" Tag="3" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}"></RadioButton>
|
|
|
+ <RadioButton Grid.Column="1" Grid.Row="1" Tag="4" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
+ <RadioButton Grid.Column="2" Grid.Row="1" Tag="5" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}"></RadioButton>
|
|
|
+ </Grid>
|
|
|
+ <TextBox Name="TextValueTextBox" Height="72" Margin="0,8,0,0" Text="{Binding TextValue}" Foreground="{Binding SolidColorBrush}" FontSize="14" AcceptsReturn="True" FontFamily="Segoe UI">
|
|
|
<i:Interaction.Triggers>
|
|
|
<i:EventTrigger EventName="TextChanged">
|
|
|
- <i:InvokeCommandAction Command="{Binding TextValueChangedCommand}" CommandParameter="{Binding ElementName=SuffixTextValueTextBox}" />
|
|
|
+ <i:InvokeCommandAction Command="{Binding TextValueChangedCommand}" CommandParameter="{Binding ElementName=TextValueTextBox}" />
|
|
|
</i:EventTrigger>
|
|
|
</i:Interaction.Triggers>
|
|
|
</TextBox>
|
|
|
</StackPanel>
|
|
|
- <StackPanel Orientation="Horizontal" Margin="0,8,0,0">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="位数" FontSize="12" Foreground="#666666" Height="20" Width="24" HorizontalAlignment="Left"></TextBlock>
|
|
|
- <cus:NumericUpDown Height="32" Width="110" Text="{Binding DigitNumberValue,Mode=TwoWay}"></cus:NumericUpDown>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel Margin="8,0,0,0">
|
|
|
- <TextBlock Text="起始页" FontSize="12" Foreground="#666666" Height="20" Width="36" HorizontalAlignment="Left"></TextBlock>
|
|
|
- <ComboBox Height="32" Width="110" ItemsSource="{Binding StarPagetNumberList}" SelectedIndex="{Binding StarPagetNumberIndex}"></ComboBox>
|
|
|
- </StackPanel>
|
|
|
- </StackPanel>
|
|
|
- </StackPanel>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="3" Margin="0,16,0,0" Width="228">
|
|
|
- <StackPanel>
|
|
|
- <StackPanel Orientation="Horizontal">
|
|
|
- <TextBlock Text="布局&内容" FontSize="12" Foreground="#666666" Height="20" Width="60"></TextBlock>
|
|
|
- <Button Width="22" Height="22" Margin="146,0,0,0" Click="Button_Click" >
|
|
|
- <TextBlock Text="+" FontSize="19" HorizontalAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center" ></TextBlock>
|
|
|
- <Button.ContextMenu>
|
|
|
- <ContextMenu Name="contextMenu">
|
|
|
- <MenuItem Name="ADDPages" Header="插入Bates" Click="ADDBates_Click" >
|
|
|
- </MenuItem>
|
|
|
- </ContextMenu>
|
|
|
- </Button.ContextMenu>
|
|
|
- </Button>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4" Margin="0,16,0,0" Width="228">
|
|
|
+ <StackPanel>
|
|
|
+ <TextBlock Text="页面范围" FontSize="12" Foreground="#666666" Height="20" Width="48" HorizontalAlignment="Left"></TextBlock>
|
|
|
+ <cus:WritableComboBox Height="32" Margin="0,8,0,0" Text="{Binding PageRangeText,Mode=TwoWay}" SelectedIndex="{Binding PageRangeSelectIndex,Mode=TwoWay}"></cus:WritableComboBox>
|
|
|
</StackPanel>
|
|
|
- <Grid Width="228" Height="46" Margin="0,6,0,0">
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="76"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="76"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="76"></ColumnDefinition>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="23"></RowDefinition>
|
|
|
- <RowDefinition Height="23"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <RadioButton Grid.Column="0" Grid.Row="0" Tag="0" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
- <RadioButton Grid.Column="1" Grid.Row="0" Tag="1" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
- <RadioButton Grid.Column="2" Grid.Row="0" Tag="2" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
- <RadioButton Grid.Column="0" Grid.Row="1" Tag="3" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}"></RadioButton>
|
|
|
- <RadioButton Grid.Column="1" Grid.Row="1" Tag="4" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" ></RadioButton>
|
|
|
- <RadioButton Grid.Column="2" Grid.Row="1" Tag="5" GroupName="TextLocation" Height="23" Width="76" BorderThickness="1" BorderBrush="Black" Style="{StaticResource LocationRadioBtnStyle}" Command="{Binding ChangeLocationCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Path=Tag}"></RadioButton>
|
|
|
- </Grid>
|
|
|
- <TextBox Name="TextValueTextBox" Height="72" Margin="0,8,0,0" Text="{Binding TextValue}" Foreground="{Binding SolidColorBrush}" FontSize="14" AcceptsReturn="True">
|
|
|
- <i:Interaction.Triggers>
|
|
|
- <i:EventTrigger EventName="TextChanged">
|
|
|
- <i:InvokeCommandAction Command="{Binding TextValueChangedCommand}" CommandParameter="{Binding ElementName=TextValueTextBox}" />
|
|
|
- </i:EventTrigger>
|
|
|
- </i:Interaction.Triggers>
|
|
|
- </TextBox>
|
|
|
- </StackPanel>
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="4" Margin="0,16,0,0" Width="228">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="页面范围" FontSize="12" Foreground="#666666" Height="20" Width="48" HorizontalAlignment="Left"></TextBlock>
|
|
|
- <cus:WritableComboBox Height="32" Margin="0,8,0,0" Text="{Binding PageRangeText,Mode=TwoWay}" SelectedIndex="{Binding PageRangeSelectIndex,Mode=TwoWay}"></cus:WritableComboBox>
|
|
|
- </StackPanel>
|
|
|
- </Grid>
|
|
|
- </Grid>
|
|
|
+ </ScrollViewer>
|
|
|
</Grid>
|
|
|
</UserControl>
|