From 0d5a0dc7942d1ff8f7bf3c9cc75b45d9ada19187 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 14 Feb 2012 23:46:54 +0000 Subject: Added some basic resources --- wpspec/wpspec/About.xaml | 59 +++++++++++ wpspec/wpspec/About.xaml.cs | 23 +++++ wpspec/wpspec/MainPage.xaml | 55 +++++++---- wpspec/wpspec/MainPage.xaml.cs | 13 ++- wpspec/wpspec/Resources/Strings.Designer.cs | 144 +++++++++++++++++++++++++++ wpspec/wpspec/Resources/Strings.resx | 147 ++++++++++++++++++++++++++++ wpspec/wpspec/wpspec.csproj | 20 +++- 7 files changed, 438 insertions(+), 23 deletions(-) create mode 100644 wpspec/wpspec/About.xaml create mode 100644 wpspec/wpspec/About.xaml.cs create mode 100644 wpspec/wpspec/Resources/Strings.Designer.cs create mode 100644 wpspec/wpspec/Resources/Strings.resx diff --git a/wpspec/wpspec/About.xaml b/wpspec/wpspec/About.xaml new file mode 100644 index 0000000..6d502c8 --- /dev/null +++ b/wpspec/wpspec/About.xaml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wpspec/wpspec/About.xaml.cs b/wpspec/wpspec/About.xaml.cs new file mode 100644 index 0000000..bfba516 --- /dev/null +++ b/wpspec/wpspec/About.xaml.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Shapes; +using Microsoft.Phone.Controls; + +namespace wpspec +{ + public partial class About : PhoneApplicationPage + { + public About() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/wpspec/wpspec/MainPage.xaml b/wpspec/wpspec/MainPage.xaml index 3043378..8ec36b4 100644 --- a/wpspec/wpspec/MainPage.xaml +++ b/wpspec/wpspec/MainPage.xaml @@ -6,13 +6,18 @@ 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" + xmlns:res="clr-namespace:wpspec.Resources" mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="800" FontFamily="{StaticResource PhoneFontFamilyNormal}" FontSize="{StaticResource PhoneFontSizeNormal}" Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="Portrait" Orientation="Portrait" shell:SystemTray.IsVisible="False"> - + + + + + @@ -22,29 +27,39 @@ - - + + - - - -