VRCMelonAssistant/VRCMelonAssistant/Pages/Intro.xaml

151 lines
4.6 KiB
Plaintext
Raw Normal View History

2020-02-26 22:48:54 +13:00
<Page
x:Class="VRCMelonAssistant.Pages.Intro"
2020-02-26 22:48:54 +13:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:VRCMelonAssistant"
2020-02-26 22:48:54 +13:00
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="DynamicResource Intro:Title"
d:DesignHeight="629"
d:DesignWidth="1182"
mc:Ignorable="d">
2019-04-22 18:41:43 +12:00
<Grid HorizontalAlignment="Center" VerticalAlignment="Center">
2020-02-17 14:57:58 +13:00
<Grid.RowDefinitions>
2020-02-26 22:48:54 +13:00
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
2019-04-22 18:41:43 +12:00
2020-02-17 14:57:58 +13:00
</Grid.RowDefinitions>
2020-02-02 17:00:52 +13:00
2020-02-26 22:48:54 +13:00
<TextBlock
Margin="0"
HorizontalAlignment="Left"
VerticalAlignment="Center"
FontSize="48"
Text="{DynamicResource Intro:PageTitle}" />
<TextBlock
Grid.Row="1"
Margin="0"
FontSize="28"
FontWeight="Bold"
Text="{DynamicResource Intro:Terms:Header}" />
<TextBlock
Grid.Row="2"
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
2020-02-26 22:21:02 +13:00
<StaticResource ResourceKey="Intro:Terms:Line1" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<TextBlock
Grid.Row="3"
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
2020-02-26 22:21:02 +13:00
<StaticResource ResourceKey="Intro:Terms:Line2" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<TextBlock
Grid.Row="4"
Margin="15,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="Intro:Terms:Term0" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<TextBlock
Grid.Row="5"
Margin="15,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="Intro:Terms:Term1" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<TextBlock
Grid.Row="6"
Margin="15,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="Intro:Terms:Term2" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<TextBlock
Grid.Row="7"
Margin="15,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="Intro:Terms:Term3" />
</TextBlock>
<TextBlock
Grid.Row="8"
2020-02-26 22:48:54 +13:00
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
2020-02-26 22:21:02 +13:00
<StaticResource ResourceKey="Intro:ReviewsBeatGamesFault" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<TextBlock
Grid.Row="9"
2020-02-26 22:48:54 +13:00
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
2020-02-26 22:21:02 +13:00
<StaticResource ResourceKey="Intro:ReviewsRustySpoon" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<TextBlock
Grid.Row="10"
2020-02-26 22:48:54 +13:00
Margin="0,5"
FontSize="16"
TextWrapping="Wrap">
2020-02-26 22:21:02 +13:00
<StaticResource ResourceKey="Intro:WikiGuide" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2019-04-22 18:41:43 +12:00
2020-02-26 22:48:54 +13:00
<StackPanel
Grid.Row="11"
2020-02-26 22:48:54 +13:00
Margin="10"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Orientation="Horizontal">
<Button
Name="Agree"
Height="35"
Margin="0,0,10,0"
2020-06-03 11:12:55 +12:00
Padding="20,0,20,0"
2020-02-26 22:48:54 +13:00
HorizontalAlignment="Center"
VerticalAlignment="Center"
Click="Agree_Click">
<TextBlock
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontSize="18"
Text="{DynamicResource Intro:AgreeButton}" />
2020-02-02 09:31:22 +13:00
</Button>
2020-02-26 22:48:54 +13:00
<Button
Name="Disagree"
Height="35"
Margin="10,0,0,0"
2020-06-03 11:12:55 +12:00
Padding="20,0,20,0"
2020-02-26 22:48:54 +13:00
HorizontalAlignment="Center"
VerticalAlignment="Center"
Click="Disagree_Click">
<TextBlock
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontSize="18"
Text="{DynamicResource Intro:DisagreeButton}" />
2020-02-02 09:31:22 +13:00
</Button>
2020-02-17 14:57:58 +13:00
</StackPanel>
</Grid>
2019-04-22 18:41:43 +12:00
</Page>