Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<phone:PhoneApplicationPage 
    x:Class="The_Thing_on_the_Doorstep.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    FontFamily="{StaticResource PhoneFontFamilyNormal}"
    FontSize="{StaticResource PhoneFontSizeNormal}"
    Foreground="{StaticResource PhoneForegroundBrush}"
    SupportedOrientations="Portrait" Orientation="Portrait"
    mc:Ignorable="d" d:DesignHeight="768" d:DesignWidth="480"
    shell:SystemTray.IsVisible="True">

    <!--LayoutRoot is the root grid where all page content is placed-->
    <Grid x:Name="LayoutRoot" >

        <Grid.Background>
            <ImageBrush ImageSource="Smooth_As_Silk_Background.png"></ImageBrush>
        </Grid.Background>

        <Grid.RowDefinitions>
            <RowDefinition Height="Auto"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>

        <!--TitlePanel contains the name of the application and page title-->
        <StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">
            <!--<TextBlock x:Name="ApplicationTitle" Text="MY APPLICATION" Style="{StaticResource PhoneTextNormalStyle}"/>-->
            <TextBlock x:Name="PageTitle" Text="THE THING ON THE DOORSTEP" Margin="9,-7,0,0" TextWrapping="Wrap"  Style="{StaticResource PhoneTextTitle1Style}" TextAlignment="Center" Foreground="Wheat"/>
        </StackPanel>

        <!--ContentPanel - place additional content here-->
        <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">

            <StackPanel Orientation="Vertical" Margin="0,0,0,0" >
                <TextBlock Text="CHAPTERS" FontSize="50" FontWeight="Bold" FontFamily="Courier New" Foreground="White" TextAlignment="Center">
                </TextBlock>
                <Button Name="cap1" Content="1 - Chapter ONE"  Foreground="#FF63D1AB" Background="#73000000" BorderBrush="Gray" HorizontalContentAlignment="Center" Click="cap1_Click" BorderThickness="5" Margin="0,0,0,-10" FontFamily="Segoe WP Black">
                </Button>
                <Button Name="cap2" Content="2 - Chapter TWO" Foreground="#FF63D1AB" Background="#73000000" BorderBrush="Gray" HorizontalContentAlignment="Center" Click="cap2_Click" BorderThickness="5" Margin="0,0,0,-10" FontFamily="Segoe WP Black">
                </Button>
                <Button Name="cap3" Content="3 - Chapter THREE" Foreground="#FF63D1AB" Background="#73000000" BorderBrush="Gray" HorizontalContentAlignment="Center" Click="cap3_Click" BorderThickness="5" Margin="0,0,0,-10" FontFamily="Segoe WP Black">
                </Button>
                <Button Name="cap4" Content="4 - Chapter FOUR" Foreground="#FF63D1AB" Background="#73000000" BorderBrush="Gray" HorizontalContentAlignment="Center" Click="cap4_Click" BorderThickness="5" Margin="0,0,0,-10" FontFamily="Segoe WP Black">
                </Button>
                <Button Name="cap5" Content="5 - Chapter FIVE" Foreground="#FF63D1AB" Background="#73000000" BorderBrush="Gray" HorizontalContentAlignment="Center" Click="cap5_Click" BorderThickness="5" Margin="0,0,0,-10" FontFamily="Segoe WP Black">
                </Button>
            </StackPanel>

        </Grid>
    </Grid>
 
    <!--Sample code showing usage of ApplicationBar-->
    <!--<phone:PhoneApplicationPage.ApplicationBar>
        <shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
            <shell:ApplicationBarIconButton IconUri="/Images/appbar_button1.png" Text="Button 1"/>
            <shell:ApplicationBarIconButton IconUri="/Images/appbar_button2.png" Text="Button 2"/>
            <shell:ApplicationBar.MenuItems>
                <shell:ApplicationBarMenuItem Text="MenuItem 1"/>
                <shell:ApplicationBarMenuItem Text="MenuItem 2"/>
            </shell:ApplicationBar.MenuItems>
        </shell:ApplicationBar>
    </phone:PhoneApplicationPage.ApplicationBar>-->

</phone:PhoneApplicationPage>

Commits for Nextrek//WindowsPhone/NextrekBook/H. P. Lovecraft/The Thing on the Doorstep/The Thing on the Doorstep/MainPage.xaml

Diff revisions: vs.
Revision Author Commited Message
5 MOliva picture MOliva Fri 19 Apr, 2013 17:26:06 +0000

primo caricamento libri win phone 7