|
@@ -6,15 +6,15 @@
|
|
xmlns:local="clr-namespace:PDF_Master.Views.Dialog.ServiceDialog"
|
|
xmlns:local="clr-namespace:PDF_Master.Views.Dialog.ServiceDialog"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
- prism:ViewModelLocator.AutoWireViewModel="True"
|
|
|
|
Width="664"
|
|
Width="664"
|
|
- prism:Dialog.WindowStyle="{StaticResource DialogWindowStyle}"
|
|
|
|
Height="420"
|
|
Height="420"
|
|
|
|
+ prism:Dialog.WindowStyle="{StaticResource DialogWindowStyle}"
|
|
|
|
+ prism:ViewModelLocator.AutoWireViewModel="True"
|
|
mc:Ignorable="d">
|
|
mc:Ignorable="d">
|
|
<Grid Background="White">
|
|
<Grid Background="White">
|
|
<Grid.ColumnDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
- <ColumnDefinition Width="260"/>
|
|
|
|
- <ColumnDefinition/>
|
|
|
|
|
|
+ <ColumnDefinition Width="260" />
|
|
|
|
+ <ColumnDefinition />
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid>
|
|
<Grid>
|
|
<Grid.Background>
|
|
<Grid.Background>
|
|
@@ -26,8 +26,8 @@
|
|
HorizontalAlignment="Left"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Top">
|
|
VerticalAlignment="Top">
|
|
<TextBlock
|
|
<TextBlock
|
|
- HorizontalAlignment="Left"
|
|
|
|
Width="169"
|
|
Width="169"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
FontFamily="Segoe UI"
|
|
FontFamily="Segoe UI"
|
|
FontSize="20"
|
|
FontSize="20"
|
|
FontWeight="SemiBold"
|
|
FontWeight="SemiBold"
|
|
@@ -37,8 +37,8 @@
|
|
<TextBlock
|
|
<TextBlock
|
|
Width="204"
|
|
Width="204"
|
|
Height="32"
|
|
Height="32"
|
|
- HorizontalAlignment="Left"
|
|
|
|
Margin="0,2,0,0"
|
|
Margin="0,2,0,0"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
FontFamily="SF Pro Text"
|
|
FontFamily="SF Pro Text"
|
|
FontSize="10"
|
|
FontSize="10"
|
|
Foreground="#94989C"
|
|
Foreground="#94989C"
|
|
@@ -47,53 +47,158 @@
|
|
TextWrapping="Wrap" />
|
|
TextWrapping="Wrap" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
- <StackPanel Margin="28,152,0,0" HorizontalAlignment="Left" Height="204" VerticalAlignment="Top">
|
|
|
|
- <Grid Height="42" HorizontalAlignment="Left">
|
|
|
|
- <Border Width="36" Height="36" HorizontalAlignment="Left">
|
|
|
|
- <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/edit.png"/>
|
|
|
|
|
|
+ <StackPanel
|
|
|
|
+ Height="204"
|
|
|
|
+ Margin="28,152,0,0"
|
|
|
|
+ HorizontalAlignment="Left"
|
|
|
|
+ VerticalAlignment="Top">
|
|
|
|
+ <Grid Height="42" HorizontalAlignment="Left">
|
|
|
|
+ <Border
|
|
|
|
+ Width="36"
|
|
|
|
+ Height="36"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/edit.png" />
|
|
</Border>
|
|
</Border>
|
|
- <StackPanel Width="129" Height="42" Margin="42,0,0,0">
|
|
|
|
- <TextBlock Text="Edit PDF" FontFamily="Segoe UI" FontWeight="SemiBold" FontSize="12" LineHeight="20" Height="20"/>
|
|
|
|
- <TextBlock Margin="0,4,0,0" Text="Text editing, image editing" FontFamily="Segoe UI" FontSize="11" LineHeight="28" Height="18" Foreground="#616469"/>
|
|
|
|
|
|
+ <StackPanel
|
|
|
|
+ Width="129"
|
|
|
|
+ Height="42"
|
|
|
|
+ Margin="42,0,0,0">
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="20"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="12"
|
|
|
|
+ FontWeight="SemiBold"
|
|
|
|
+ LineHeight="20"
|
|
|
|
+ Text="Edit PDF" />
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="18"
|
|
|
|
+ Margin="0,4,0,0"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="11"
|
|
|
|
+ Foreground="#616469"
|
|
|
|
+ LineHeight="28"
|
|
|
|
+ Text="Text editing, image editing" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Grid>
|
|
</Grid>
|
|
- <Grid Height="42" HorizontalAlignment="Left" Margin="0,12,0,0">
|
|
|
|
- <Border Width="36" Height="36" HorizontalAlignment="Left">
|
|
|
|
- <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/convert.png"/>
|
|
|
|
|
|
+ <Grid
|
|
|
|
+ Height="42"
|
|
|
|
+ Margin="0,12,0,0"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <Border
|
|
|
|
+ Width="36"
|
|
|
|
+ Height="36"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/convert.png" />
|
|
</Border>
|
|
</Border>
|
|
- <StackPanel Margin="42,0,0,0" Height="42" >
|
|
|
|
|
|
+ <StackPanel Height="42" Margin="42,0,0,0">
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
- <TextBlock Text="Convert" FontFamily="Segoe UI" FontWeight="SemiBold" FontSize="12" LineHeight="20" Height="20"/>
|
|
|
|
- <TextBlock Text="(Limit first 10 pages)" FontFamily="Segoe UI" FontSize="11" LineHeight="18" Height="18" Margin="8,0,0,0" Foreground="#94989C"/>
|
|
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="20"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="12"
|
|
|
|
+ FontWeight="SemiBold"
|
|
|
|
+ LineHeight="20"
|
|
|
|
+ Text="Convert" />
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="18"
|
|
|
|
+ Margin="8,0,0,0"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="11"
|
|
|
|
+ Foreground="#94989C"
|
|
|
|
+ LineHeight="18"
|
|
|
|
+ Text="(Limit first 10 pages)" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
- <TextBlock Margin="0,4,0,0" Text="Best PDF to Office Converter" FontFamily="Segoe UI" FontSize="11" LineHeight="28" Height="18" Foreground="#616469"/>
|
|
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="18"
|
|
|
|
+ Margin="0,4,0,0"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="11"
|
|
|
|
+ Foreground="#616469"
|
|
|
|
+ LineHeight="28"
|
|
|
|
+ Text="Best PDF to Office Converter" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Grid>
|
|
</Grid>
|
|
- <Grid Height="42" HorizontalAlignment="Left" Margin="0,12,0,0">
|
|
|
|
- <Border Width="36" Height="36" HorizontalAlignment="Left">
|
|
|
|
- <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/page-edit.png"/>
|
|
|
|
|
|
+ <Grid
|
|
|
|
+ Height="42"
|
|
|
|
+ Margin="0,12,0,0"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <Border
|
|
|
|
+ Width="36"
|
|
|
|
+ Height="36"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/page-edit.png" />
|
|
</Border>
|
|
</Border>
|
|
- <StackPanel Height="42" HorizontalAlignment="Left" Margin="42,0,0,0">
|
|
|
|
- <TextBlock Text="Page Edit" FontFamily="Segoe UI" FontWeight="SemiBold" FontSize="12" LineHeight="20" Height="20"/>
|
|
|
|
- <TextBlock Margin="0,4,0,0" Text="Insert, Replace, Split, Extract" FontFamily="Segoe UI" FontSize="11" LineHeight="28" Height="18" Foreground="#616469"/>
|
|
|
|
|
|
+ <StackPanel
|
|
|
|
+ Height="42"
|
|
|
|
+ Margin="42,0,0,0"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="20"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="12"
|
|
|
|
+ FontWeight="SemiBold"
|
|
|
|
+ LineHeight="20"
|
|
|
|
+ Text="Page Edit" />
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="18"
|
|
|
|
+ Margin="0,4,0,0"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="11"
|
|
|
|
+ Foreground="#616469"
|
|
|
|
+ LineHeight="28"
|
|
|
|
+ Text="Insert, Replace, Split, Extract" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Grid>
|
|
</Grid>
|
|
- <Grid Height="42" HorizontalAlignment="Left" Margin="0,12,0,0">
|
|
|
|
- <Border Width="36" Height="36" HorizontalAlignment="Left">
|
|
|
|
- <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/more.png"/>
|
|
|
|
|
|
+ <Grid
|
|
|
|
+ Height="42"
|
|
|
|
+ Margin="0,12,0,0"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <Border
|
|
|
|
+ Width="36"
|
|
|
|
+ Height="36"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <Image Source="pack://application:,,,/PDF Master;component/Resources/Service/more.png" />
|
|
</Border>
|
|
</Border>
|
|
- <StackPanel Height="42" HorizontalAlignment="Left" Margin="42,0,0,0" >
|
|
|
|
- <TextBlock Text="More Features" FontFamily="Segoe UI" FontWeight="SemiBold" FontSize="12" LineHeight="20" Height="20"/>
|
|
|
|
- <TextBlock Margin="0,4,0,0" Text="More features to look forward" FontFamily="Segoe UI" FontSize="11" LineHeight="28" Height="18" Foreground="#616469"/>
|
|
|
|
|
|
+ <StackPanel
|
|
|
|
+ Height="42"
|
|
|
|
+ Margin="42,0,0,0"
|
|
|
|
+ HorizontalAlignment="Left">
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="20"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="12"
|
|
|
|
+ FontWeight="SemiBold"
|
|
|
|
+ LineHeight="20"
|
|
|
|
+ Text="More Features" />
|
|
|
|
+ <TextBlock
|
|
|
|
+ Height="18"
|
|
|
|
+ Margin="0,4,0,0"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="11"
|
|
|
|
+ Foreground="#616469"
|
|
|
|
+ LineHeight="28"
|
|
|
|
+ Text="More features to look forward" />
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Grid>
|
|
</Grid>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<!--<TextBlock Text="Subscribe Now" FontFamily="Segoe UI" FontWeight="SemiBold" FontSize="12" Foreground="#3F8FF6" LineHeight="20" Margin="150,380,0,0" Width="82" Height="20" />-->
|
|
<!--<TextBlock Text="Subscribe Now" FontFamily="Segoe UI" FontWeight="SemiBold" FontSize="12" Foreground="#3F8FF6" LineHeight="20" Margin="150,380,0,0" Width="82" Height="20" />-->
|
|
- <Button Content="Subscribe Now" Background="Transparent" Margin="150,380,0,0" Width="84" Height="20" Foreground="#3F8FF6" FontWeight="SemiBold" FontSize="12" FontFamily="Segoe UI" BorderThickness="0" />
|
|
|
|
|
|
+ <TextBlock
|
|
|
|
+ Width="84"
|
|
|
|
+ Height="20"
|
|
|
|
+ Margin="150,380,0,0"
|
|
|
|
+ Background="Transparent"
|
|
|
|
+ FontFamily="Segoe UI"
|
|
|
|
+ FontSize="12"
|
|
|
|
+ FontWeight="SemiBold"
|
|
|
|
+ Foreground="#3F8FF6">
|
|
|
|
+ <Hyperlink Command="{Binding OpenIAPCommand}">
|
|
|
|
+ <TextBlock Text="Subscribe Now" />
|
|
|
|
+ </Hyperlink>
|
|
|
|
+ </TextBlock>
|
|
</Grid>
|
|
</Grid>
|
|
- <Grid Grid.Column="1" >
|
|
|
|
- <ContentControl prism:RegionManager.RegionName="{Binding LoginRegionName}" Visibility="Visible"/>
|
|
|
|
|
|
+ <Grid Grid.Column="1">
|
|
|
|
+ <ContentControl prism:RegionManager.RegionName="{Binding LoginRegionName}" Visibility="Visible" />
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</UserControl>
|
|
</UserControl>
|