|
@@ -4,7 +4,7 @@
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
|
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:cus="clr-namespace:PDF_Office.CustomControl" xmlns:background="clr-namespace:PDF_Office.ViewModels.EditTools.Background" d:DataContext="{d:DesignInstance Type=background:BackgroundCreateColorContentViewModel}"
|
|
mc:Ignorable="d"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="632"
|
|
d:DesignHeight="632"
|
|
d:DesignWidth="260">
|
|
d:DesignWidth="260">
|
|
@@ -40,9 +40,10 @@
|
|
<TextBlock Text="外观" Margin="0,16,0,8" Foreground="#666666"></TextBlock>
|
|
<TextBlock Text="外观" Margin="0,16,0,8" Foreground="#666666"></TextBlock>
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<TextBlock Height="24" Width="24" Background= "Bisque" Margin="0,0,8,0"></TextBlock>
|
|
<TextBlock Height="24" Width="24" Background= "Bisque" Margin="0,0,8,0"></TextBlock>
|
|
- <ComboBox Height="32" Width=" 66" Margin="0,0,28,0"></ComboBox>
|
|
|
|
|
|
+ <cus:CommonWritableComboBox HorizontalAlignment="Left" Width="66" Height="32" Margin="0,0,28,0"></cus:CommonWritableComboBox>
|
|
|
|
+
|
|
<TextBlock Height="24" Width="24" Background="CadetBlue" Margin="0,0,8,0"></TextBlock>
|
|
<TextBlock Height="24" Width="24" Background="CadetBlue" Margin="0,0,8,0"></TextBlock>
|
|
- <ComboBox Height="32" Width=" 66"></ComboBox>
|
|
|
|
|
|
+ <cus:CommonWritableComboBox HorizontalAlignment="Left" Width="66" Height="32" TypeSouce="{Binding OpacityList, Mode=TwoWay}"></cus:CommonWritableComboBox>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<StackPanel Orientation="Horizontal"></StackPanel>
|
|
<StackPanel Orientation="Horizontal"></StackPanel>
|
|
<Grid Margin="0,19,0,0">
|
|
<Grid Margin="0,19,0,0">
|
|
@@ -54,7 +55,9 @@
|
|
<CheckBox Grid.Column="0" Style="{StaticResource CheckBoxStyle}" Content="相对目标页面的比例" Margin="0,0,0,0" Height="22"></CheckBox>
|
|
<CheckBox Grid.Column="0" Style="{StaticResource CheckBoxStyle}" Content="相对目标页面的比例" Margin="0,0,0,0" Height="22"></CheckBox>
|
|
<TextBlock Grid.Column="1" Text="相对目标页面的比例" Height="22" ></TextBlock>
|
|
<TextBlock Grid.Column="1" Text="相对目标页面的比例" Height="22" ></TextBlock>
|
|
</Grid>
|
|
</Grid>
|
|
- <ComboBox Height="32" Width="66" HorizontalAlignment="Left" Margin="0,11,0,0"></ComboBox>
|
|
|
|
|
|
+ <cus:CommonWritableComboBox HorizontalAlignment="Left" Width="66" Height="32" Margin="0,11,0,0"></cus:CommonWritableComboBox>
|
|
|
|
+
|
|
|
|
+
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
</Grid>
|
|
</Grid>
|