|
@@ -1,56 +1,56 @@
|
|
|
<UserControl x:Class="PDF_Office.Views.EditTools.Bates.BatesCreateContent"
|
|
|
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
- xmlns:prism="http://prismlibrary.com/"
|
|
|
- prism:ViewModelLocator.AutoWireViewModel="True"
|
|
|
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
- xmlns:cus="clr-namespace:PDF_Office.CustomControl"
|
|
|
- xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
|
|
|
- xmlns:CompositeControl="clr-namespace:PDF_Office.CustomControl.CompositeControl"
|
|
|
- mc:Ignorable="d"
|
|
|
- d:DesignHeight="720"
|
|
|
- d:DesignWidth="260" >
|
|
|
- <Grid>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="40"></RowDefinition>
|
|
|
- <RowDefinition></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0" Visibility="{Binding CreateBaseVisible, Mode=TwoWay}">
|
|
|
- <Button Height="24" Width="90" HorizontalAlignment="Left" Margin="16,0,0,0" Command="{Binding EnterTemplateListCommand}">
|
|
|
- <StackPanel Orientation="Horizontal">
|
|
|
- <TextBlock Text="<" Margin="0,0,9,0" FontSize="16"></TextBlock>
|
|
|
- <TextBlock Text="创建Bates" FontSize="16"></TextBlock>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- <Button Height="20" Width="64" Margin="0,0,16,0" HorizontalAlignment="Right" Command="{Binding SaveToTemplateListCommand}">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="保存至模板" Foreground="#18A0FB"></TextBlock>
|
|
|
- <Rectangle Height="1" Fill="#18A0FB"></Rectangle>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="0" Visibility="{Binding EditBaseVisible, Mode=TwoWay}">
|
|
|
- <Button Height="24" Width="90" HorizontalAlignment="Left" Margin="16,0,0,0" Command="{Binding EnterTemplateListCommand}">
|
|
|
- <StackPanel Orientation="Horizontal">
|
|
|
- <TextBlock Text="<" Margin="0,0,9,0" FontSize="16"></TextBlock>
|
|
|
- <TextBlock Text="编辑模板" FontSize="16"></TextBlock>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
- <Button Height="20" Width="64" Margin="0,0,16,0" HorizontalAlignment="Right" Command="{Binding SaveToCurrentTemplateListCommand}">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock Text="保存" Foreground="#18A0FB"></TextBlock>
|
|
|
- <Rectangle Height="1" Fill="#18A0FB"></Rectangle>
|
|
|
- </StackPanel>
|
|
|
- </Button>
|
|
|
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
+ xmlns:prism="http://prismlibrary.com/"
|
|
|
+ prism:ViewModelLocator.AutoWireViewModel="True"
|
|
|
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
+ xmlns:cus="clr-namespace:PDF_Office.CustomControl"
|
|
|
+ xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
|
|
|
+ xmlns:CompositeControl="clr-namespace:PDF_Office.CustomControl.CompositeControl"
|
|
|
+ mc:Ignorable="d"
|
|
|
+ d:DesignHeight="720"
|
|
|
+ d:DesignWidth="260" >
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="40"></RowDefinition>
|
|
|
+ <RowDefinition></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" Visibility="{Binding CreateBaseVisible, Mode=TwoWay}">
|
|
|
+ <Button Height="24" Width="90" HorizontalAlignment="Left" Margin="16,0,0,0" Command="{Binding EnterTemplateListCommand}">
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <TextBlock Text="<" Margin="0,0,9,0" FontSize="16"></TextBlock>
|
|
|
+ <TextBlock Text="创建Bates" FontSize="16"></TextBlock>
|
|
|
+ </StackPanel>
|
|
|
+ </Button>
|
|
|
+ <Button Height="20" Width="64" Margin="0,0,16,0" HorizontalAlignment="Right" Command="{Binding SaveToTemplateListCommand}">
|
|
|
+ <StackPanel>
|
|
|
+ <TextBlock Text="保存至模板" Foreground="#18A0FB"></TextBlock>
|
|
|
+ <Rectangle Height="1" Fill="#18A0FB"></Rectangle>
|
|
|
+ </StackPanel>
|
|
|
+ </Button>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Visibility="{Binding EditBaseVisible, Mode=TwoWay}">
|
|
|
+ <Button Height="24" Width="90" HorizontalAlignment="Left" Margin="16,0,0,0" Command="{Binding EnterTemplateListCommand}">
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <TextBlock Text="<" Margin="0,0,9,0" FontSize="16"></TextBlock>
|
|
|
+ <TextBlock Text="编辑模板" FontSize="16"></TextBlock>
|
|
|
+ </StackPanel>
|
|
|
+ </Button>
|
|
|
+ <Button Height="20" Width="64" Margin="0,0,16,0" HorizontalAlignment="Right" Command="{Binding SaveToCurrentTemplateListCommand}">
|
|
|
+ <StackPanel>
|
|
|
+ <TextBlock Text="保存" Foreground="#18A0FB"></TextBlock>
|
|
|
+ <Rectangle Height="1" Fill="#18A0FB"></Rectangle>
|
|
|
+ </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>
|
|
|
+ <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>
|