Added startmenu

This commit is contained in:
jancoow
2016-01-18 20:27:05 +01:00
parent 51dc7adc0d
commit 48c81e28fc
6 changed files with 10 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

+5 -2
View File
@@ -50,7 +50,7 @@
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="0" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
@@ -147,7 +147,10 @@
HorizontalAlignment="Left"
VerticalAlignment="Stretch">
</StackPanel>
<Image x:Name="image" Margin="-10,0,0,0" Source="Assets/4-[Omgezet].png" Stretch="UniformToFill" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
<Image Source="Assets/start-button2.png" Margin="256,0,225,186" Height="54" Width="159" VerticalAlignment="Bottom" HorizontalAlignment="Center" />
<Image Source="Assets/settings-button.png" Margin="108,0,389,186" Width="143" Height="54" VerticalAlignment="Bottom" HorizontalAlignment="Center" />
<Image Source="Assets/about-button.png" Margin="420,0,94,186" Height="54" Width="126" VerticalAlignment="Bottom" HorizontalAlignment="Center" />
<StackPanel Name="BackMessage" Background="LightGray" Opacity="0.7" HorizontalAlignment="Stretch" VerticalAlignment="Bottom" Margin="0,0,0,40" Visibility="Collapsed" Height="Auto">
<TextBlock Text="Press back again to exit" Margin="5" HorizontalAlignment="Center" TextAlignment="Center"/>
</StackPanel>
+5 -2
View File
@@ -11,7 +11,7 @@
<AssemblyName>YJMPD-UWP</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
@@ -139,9 +139,12 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="YJMPD-UWP_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\4-[Omgezet].png" />
<Content Include="Assets\about-button.png" />
<Content Include="Assets\settings-button.png" />
<Content Include="Assets\start-button2.png" />
<Content Include="Properties\Default.rd.xml" />
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\SplashScreen.scale-200.png" />