|
@@ -176,8 +176,11 @@
|
|
Foreground="{StaticResource color.sys.text.neutral.lv3}"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv3}"
|
|
Text="10 to 50" />
|
|
Text="10 to 50" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
- <Rectangle Width="446" Height="1" Fill="{StaticResource color.sys.layout.divider}"></Rectangle>
|
|
|
|
- <StackPanel Margin="8" Orientation="Horizontal">
|
|
|
|
|
|
+ <Rectangle
|
|
|
|
+ Width="446"
|
|
|
|
+ Height="1"
|
|
|
|
+ Fill="{StaticResource color.sys.layout.divider}" />
|
|
|
|
+ <StackPanel Margin="8" Orientation="Horizontal">
|
|
<CheckBox
|
|
<CheckBox
|
|
Name="ChkAutoSave"
|
|
Name="ChkAutoSave"
|
|
Content="APP自动保存文件,频次为每"
|
|
Content="APP自动保存文件,频次为每"
|
|
@@ -235,25 +238,25 @@
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Border>
|
|
</Border>
|
|
<Grid Visibility="Collapsed">
|
|
<Grid Visibility="Collapsed">
|
|
- <Label Content="打开图片文档" Style="{StaticResource Label}" />
|
|
|
|
- <Border
|
|
|
|
- Margin="0,10,0,18"
|
|
|
|
- Background="{StaticResource color.sys.layout.mg}"
|
|
|
|
- CornerRadius="6">
|
|
|
|
- <StackPanel>
|
|
|
|
- <RadioButton
|
|
|
|
- Margin="9,12,0,0"
|
|
|
|
- Content="自动扫描并识别文本"
|
|
|
|
- IsChecked="{Binding Descript.AutoScanImageFile, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
|
|
- Style="{DynamicResource RadioButtonStyle1}" />
|
|
|
|
- <RadioButton
|
|
|
|
- Grid.Row="1"
|
|
|
|
- Margin="9,10"
|
|
|
|
- Content="提示扫描并识别文本"
|
|
|
|
- IsChecked="{Binding Descript.TipScanImageFile, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
|
|
- Style="{DynamicResource RadioButtonStyle1}" />
|
|
|
|
- </StackPanel>
|
|
|
|
- </Border>
|
|
|
|
|
|
+ <Label Content="打开图片文档" Style="{StaticResource Label}" />
|
|
|
|
+ <Border
|
|
|
|
+ Margin="0,10,0,18"
|
|
|
|
+ Background="{StaticResource color.sys.layout.mg}"
|
|
|
|
+ CornerRadius="6">
|
|
|
|
+ <StackPanel>
|
|
|
|
+ <RadioButton
|
|
|
|
+ Margin="9,12,0,0"
|
|
|
|
+ Content="自动扫描并识别文本"
|
|
|
|
+ IsChecked="{Binding Descript.AutoScanImageFile, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
|
|
+ Style="{DynamicResource RadioButtonStyle1}" />
|
|
|
|
+ <RadioButton
|
|
|
|
+ Grid.Row="1"
|
|
|
|
+ Margin="9,10"
|
|
|
|
+ Content="提示扫描并识别文本"
|
|
|
|
+ IsChecked="{Binding Descript.TipScanImageFile, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
|
|
+ Style="{DynamicResource RadioButtonStyle1}" />
|
|
|
|
+ </StackPanel>
|
|
|
|
+ </Border>
|
|
</Grid>
|
|
</Grid>
|
|
<WrapPanel>
|
|
<WrapPanel>
|
|
<Label
|
|
<Label
|
|
@@ -346,11 +349,12 @@
|
|
Content="打开APP记住上次选择"
|
|
Content="打开APP记住上次选择"
|
|
IsChecked="{Binding View.RememberBOTA, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
IsChecked="{Binding View.RememberBOTA, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
Style="{DynamicResource RadioButtonStyle1}" />
|
|
Style="{DynamicResource RadioButtonStyle1}" />
|
|
- <CheckBox
|
|
|
|
|
|
+ <RadioButton
|
|
Margin="8,8,0,8"
|
|
Margin="8,8,0,8"
|
|
Content="有大纲时默认显示大纲列表"
|
|
Content="有大纲时默认显示大纲列表"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}"
|
|
- IsChecked="{Binding View.ShowOutLine}" />
|
|
|
|
|
|
+ IsChecked="{Binding View.ShowOutLine, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
|
|
+ Style="{DynamicResource RadioButtonStyle1}" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Border>
|
|
</Border>
|
|
|
|
|
|
@@ -380,28 +384,33 @@
|
|
<WrapPanel Margin="0,8,0,16">
|
|
<WrapPanel Margin="0,8,0,16">
|
|
<Label Content="正常:" Style="{StaticResource Label2}" />
|
|
<Label Content="正常:" Style="{StaticResource Label2}" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.BackGround, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.BackGround, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
- <Label Content="全屏:" Style="{StaticResource Label}" Margin="16,0,0,0"/>
|
|
|
|
|
|
+ <Label
|
|
|
|
+ Margin="16,0,0,0"
|
|
|
|
+ Content="全屏:"
|
|
|
|
+ Style="{StaticResource Label}" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.BackGroundInFulWindow, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.BackGroundInFulWindow, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
</WrapPanel>
|
|
</WrapPanel>
|
|
- <CheckBox
|
|
|
|
|
|
+ <!--<CheckBox
|
|
Margin="5,0,0,8"
|
|
Margin="5,0,0,8"
|
|
Content="高亮表单"
|
|
Content="高亮表单"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}"
|
|
IsChecked="{Binding View.HignlightForm, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
|
IsChecked="{Binding View.HignlightForm, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
|
- <!--域高亮色-->
|
|
|
|
- <!--<WrapPanel>
|
|
|
|
|
|
+ -->
|
|
|
|
+ <!-- 域高亮色 -->
|
|
|
|
+ <!--
|
|
|
|
+ <WrapPanel>
|
|
<Label Content="域高亮色:" Style="{StaticResource Label2}" />
|
|
<Label Content="域高亮色:" Style="{StaticResource Label2}" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.FormHighLightColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.FormHighLightColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
</WrapPanel>
|
|
</WrapPanel>
|
|
<WrapPanel>
|
|
<WrapPanel>
|
|
<Label Content="必填栏高亮色:" Style="{StaticResource Label2}" />
|
|
<Label Content="必填栏高亮色:" Style="{StaticResource Label2}" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.RequiredFieldsColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
<compositecontrol:ColorContent SelectedColor="{Binding View.RequiredFieldsColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowColorList="Collapsed" />
|
|
- </WrapPanel>
|
|
|
|
|
|
+ </WrapPanel>-->
|
|
<CheckBox
|
|
<CheckBox
|
|
Margin="5,0,0,8"
|
|
Margin="5,0,0,8"
|
|
Content="高亮链接"
|
|
Content="高亮链接"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}"
|
|
Foreground="{StaticResource color.sys.text.neutral.lv1}"
|
|
- IsChecked="{Binding View.HighlightLink, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />-->
|
|
|
|
|
|
+ IsChecked="{Binding View.HighlightLink, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</ScrollViewer>
|
|
</ScrollViewer>
|
|
</TabItem>
|
|
</TabItem>
|
|
@@ -427,10 +436,10 @@
|
|
CornerRadius="6">
|
|
CornerRadius="6">
|
|
<Grid Margin="8,4,8,4">
|
|
<Grid Margin="8,4,8,4">
|
|
<Grid.ColumnDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
- <ColumnDefinition Width="148"/>
|
|
|
|
- <ColumnDefinition Width="88"/>
|
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
|
- <ColumnDefinition Width="56"/>
|
|
|
|
|
|
+ <ColumnDefinition Width="148" />
|
|
|
|
+ <ColumnDefinition Width="88" />
|
|
|
|
+ <ColumnDefinition Width="*" />
|
|
|
|
+ <ColumnDefinition Width="56" />
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition />
|
|
<RowDefinition />
|
|
@@ -445,8 +454,9 @@
|
|
<compositecontrol:ColorContent
|
|
<compositecontrol:ColorContent
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Height="40"
|
|
Height="40"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
SelectedColor="{Binding Annote.HighLightColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
SelectedColor="{Binding Annote.HighLightColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
- ShowColorList="Collapsed" HorizontalAlignment="Left"/>
|
|
|
|
|
|
+ ShowColorList="Collapsed" />
|
|
|
|
|
|
<Label
|
|
<Label
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
@@ -465,8 +475,9 @@
|
|
Grid.Row="1"
|
|
Grid.Row="1"
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Height="40"
|
|
Height="40"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
SelectedColor="{Binding Annote.StrikethroughColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
SelectedColor="{Binding Annote.StrikethroughColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
- ShowColorList="Collapsed" HorizontalAlignment="Left"/>
|
|
|
|
|
|
+ ShowColorList="Collapsed" />
|
|
<Label
|
|
<Label
|
|
Grid.Row="1"
|
|
Grid.Row="1"
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
@@ -486,8 +497,9 @@
|
|
Grid.Row="2"
|
|
Grid.Row="2"
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Height="40"
|
|
Height="40"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
SelectedColor="{Binding Annote.UnderLineColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
SelectedColor="{Binding Annote.UnderLineColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
- ShowColorList="Collapsed" HorizontalAlignment="Left"/>
|
|
|
|
|
|
+ ShowColorList="Collapsed" />
|
|
<Label
|
|
<Label
|
|
Grid.Row="2"
|
|
Grid.Row="2"
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
@@ -507,8 +519,9 @@
|
|
Grid.Row="3"
|
|
Grid.Row="3"
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Height="40"
|
|
Height="40"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
SelectedColor="{Binding Annote.FreeHandColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
SelectedColor="{Binding Annote.FreeHandColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
- ShowColorList="Collapsed" HorizontalAlignment="Left"/>
|
|
|
|
|
|
+ ShowColorList="Collapsed" />
|
|
<Label
|
|
<Label
|
|
Grid.Row="3"
|
|
Grid.Row="3"
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
@@ -528,8 +541,9 @@
|
|
Grid.Row="4"
|
|
Grid.Row="4"
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Height="40"
|
|
Height="40"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
SelectedColor="{Binding Annote.TextAnnoteColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
SelectedColor="{Binding Annote.TextAnnoteColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
- ShowColorList="Collapsed" HorizontalAlignment="Left"/>
|
|
|
|
|
|
+ ShowColorList="Collapsed" />
|
|
<Label
|
|
<Label
|
|
Grid.Row="4"
|
|
Grid.Row="4"
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
@@ -538,7 +552,7 @@
|
|
<compositecontrol:ColorContent
|
|
<compositecontrol:ColorContent
|
|
Grid.Row="4"
|
|
Grid.Row="4"
|
|
Grid.Column="3"
|
|
Grid.Column="3"
|
|
- Height="40"
|
|
|
|
|
|
+ Height="40"
|
|
SelectedColor="{Binding Annote.CircleFillColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
SelectedColor="{Binding Annote.CircleFillColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
ShowColorList="Collapsed" />
|
|
ShowColorList="Collapsed" />
|
|
<Label
|
|
<Label
|
|
@@ -549,8 +563,9 @@
|
|
Grid.Row="5"
|
|
Grid.Row="5"
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Height="40"
|
|
Height="40"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
SelectedColor="{Binding Annote.NoteAnnoteColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
SelectedColor="{Binding Annote.NoteAnnoteColor, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
|
- ShowColorList="Collapsed" HorizontalAlignment="Left"/>
|
|
|
|
|
|
+ ShowColorList="Collapsed" />
|
|
</Grid>
|
|
</Grid>
|
|
</Border>
|
|
</Border>
|
|
|
|
|
|
@@ -559,166 +574,166 @@
|
|
Margin="0,2,0,0"
|
|
Margin="0,2,0,0"
|
|
Background="{StaticResource color.sys.layout.mg}"
|
|
Background="{StaticResource color.sys.layout.mg}"
|
|
CornerRadius="6">
|
|
CornerRadius="6">
|
|
- <WrapPanel >
|
|
|
|
|
|
+ <WrapPanel>
|
|
<WrapPanel>
|
|
<WrapPanel>
|
|
<Label Content="文本:" Style="{StaticResource Label2}" />
|
|
<Label Content="文本:" Style="{StaticResource Label2}" />
|
|
<ComboBox
|
|
<ComboBox
|
|
- Width="228"
|
|
|
|
- Height="30"
|
|
|
|
- ItemsSource="{Binding AnnoteFamilyList}"
|
|
|
|
- SelectedIndex="{Binding AnnoteSelectedIndex}" />
|
|
|
|
|
|
+ Width="228"
|
|
|
|
+ Height="30"
|
|
|
|
+ ItemsSource="{Binding AnnoteFamilyList}"
|
|
|
|
+ SelectedIndex="{Binding AnnoteSelectedIndex}" />
|
|
<RadioButton
|
|
<RadioButton
|
|
- Name="RbtLeft"
|
|
|
|
- Width="32"
|
|
|
|
- Height="32"
|
|
|
|
- Margin="8,8,0,8"
|
|
|
|
- HorizontalAlignment="Center"
|
|
|
|
- VerticalAlignment="Center"
|
|
|
|
- IsChecked="{Binding LeftSelected}"
|
|
|
|
- Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
|
|
|
|
+ Name="RbtLeft"
|
|
|
|
+ Width="32"
|
|
|
|
+ Height="32"
|
|
|
|
+ Margin="8,8,0,8"
|
|
|
|
+ HorizontalAlignment="Center"
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
|
+ IsChecked="{Binding LeftSelected}"
|
|
|
|
+ Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
<Grid Width="32" Height="32">
|
|
<Grid Width="32" Height="32">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="0.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="0.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="4.25"
|
|
|
|
- Width="8"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="4.25"
|
|
|
|
+ Width="8"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="12.25"
|
|
|
|
- Width="8"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="12.25"
|
|
|
|
+ Width="8"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="8.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="8.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtLeft, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
</Canvas>
|
|
</Canvas>
|
|
</Grid>
|
|
</Grid>
|
|
</RadioButton>
|
|
</RadioButton>
|
|
<RadioButton
|
|
<RadioButton
|
|
- Name="RbtCenter"
|
|
|
|
- Width="32"
|
|
|
|
- Height="32"
|
|
|
|
- Margin="8"
|
|
|
|
- HorizontalAlignment="Center"
|
|
|
|
- VerticalAlignment="Center"
|
|
|
|
- IsChecked="{Binding CenterSelected}"
|
|
|
|
- Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
|
|
|
|
+ Name="RbtCenter"
|
|
|
|
+ Width="32"
|
|
|
|
+ Height="32"
|
|
|
|
+ Margin="8"
|
|
|
|
+ HorizontalAlignment="Center"
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
|
+ IsChecked="{Binding CenterSelected}"
|
|
|
|
+ Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
<Grid Width="32" Height="32">
|
|
<Grid Width="32" Height="32">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="0.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="0.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Left="3"
|
|
|
|
- Canvas.Top="4.25"
|
|
|
|
- Width="8"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Left="3"
|
|
|
|
+ Canvas.Top="4.25"
|
|
|
|
+ Width="8"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Left="3"
|
|
|
|
- Canvas.Top="12.25"
|
|
|
|
- Width="8"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Left="3"
|
|
|
|
+ Canvas.Top="12.25"
|
|
|
|
+ Width="8"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="8.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="8.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtCenter, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
</Canvas>
|
|
</Canvas>
|
|
</Grid>
|
|
</Grid>
|
|
</RadioButton>
|
|
</RadioButton>
|
|
<RadioButton
|
|
<RadioButton
|
|
- Name="RbtRight"
|
|
|
|
- Width="32"
|
|
|
|
- Height="32"
|
|
|
|
- Margin="0,8,8,8"
|
|
|
|
- HorizontalAlignment="Center"
|
|
|
|
- VerticalAlignment="Center"
|
|
|
|
- IsChecked="{Binding RightSelected}"
|
|
|
|
- Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
|
|
|
|
+ Name="RbtRight"
|
|
|
|
+ Width="32"
|
|
|
|
+ Height="32"
|
|
|
|
+ Margin="0,8,8,8"
|
|
|
|
+ HorizontalAlignment="Center"
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
|
+ IsChecked="{Binding RightSelected}"
|
|
|
|
+ Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
<Grid Width="32" Height="32">
|
|
<Grid Width="32" Height="32">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="0.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="0.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Left="6"
|
|
|
|
- Canvas.Top="4.25"
|
|
|
|
- Width="8"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Left="6"
|
|
|
|
+ Canvas.Top="4.25"
|
|
|
|
+ Width="8"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Left="6"
|
|
|
|
- Canvas.Top="12.25"
|
|
|
|
- Width="8"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Left="6"
|
|
|
|
+ Canvas.Top="12.25"
|
|
|
|
+ Width="8"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="8.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="8.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtRight, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
</Canvas>
|
|
</Canvas>
|
|
</Grid>
|
|
</Grid>
|
|
</RadioButton>
|
|
</RadioButton>
|
|
<RadioButton
|
|
<RadioButton
|
|
- Name="RbtnStrech"
|
|
|
|
- Width="32"
|
|
|
|
- Height="32"
|
|
|
|
- HorizontalAlignment="Center"
|
|
|
|
- VerticalAlignment="Center"
|
|
|
|
- IsChecked="{Binding StrechSelected}"
|
|
|
|
- Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
|
|
|
|
+ Name="RbtnStrech"
|
|
|
|
+ Width="32"
|
|
|
|
+ Height="32"
|
|
|
|
+ HorizontalAlignment="Center"
|
|
|
|
+ VerticalAlignment="Center"
|
|
|
|
+ IsChecked="{Binding StrechSelected}"
|
|
|
|
+ Style="{StaticResource GreyBgRadioBtnStyle}">
|
|
<Grid Width="32" Height="32">
|
|
<Grid Width="32" Height="32">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Canvas Margin="5,10,0,0">
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="0.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="0.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="8.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="8.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="4.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="4.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
<Rectangle
|
|
<Rectangle
|
|
- Canvas.Top="12.25"
|
|
|
|
- Width="14"
|
|
|
|
- Height="1.5"
|
|
|
|
- Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
- StrokeThickness="1.5" />
|
|
|
|
|
|
+ Canvas.Top="12.25"
|
|
|
|
+ Width="14"
|
|
|
|
+ Height="1.5"
|
|
|
|
+ Stroke="{Binding ElementName=RbtnStrech, Path=Foreground}"
|
|
|
|
+ StrokeThickness="1.5" />
|
|
</Canvas>
|
|
</Canvas>
|
|
</Grid>
|
|
</Grid>
|
|
</RadioButton>
|
|
</RadioButton>
|
|
@@ -726,10 +741,10 @@
|
|
<WrapPanel Margin="0,0,0,8">
|
|
<WrapPanel Margin="0,0,0,8">
|
|
<Label Content="便签:" Style="{StaticResource Label2}" />
|
|
<Label Content="便签:" Style="{StaticResource Label2}" />
|
|
<ComboBox
|
|
<ComboBox
|
|
- Width="228"
|
|
|
|
- Height="30"
|
|
|
|
- ItemsSource="{Binding AnnoteFamilyList}"
|
|
|
|
- SelectedIndex="{Binding NoteSelectedIndex, Mode=TwoWay}" />
|
|
|
|
|
|
+ Width="228"
|
|
|
|
+ Height="30"
|
|
|
|
+ ItemsSource="{Binding AnnoteFamilyList}"
|
|
|
|
+ SelectedIndex="{Binding NoteSelectedIndex, Mode=TwoWay}" />
|
|
</WrapPanel>
|
|
</WrapPanel>
|
|
</WrapPanel>
|
|
</WrapPanel>
|
|
</Border>
|
|
</Border>
|