OSDN Git Service

5
[psychlops/silverlight.git] / test4 / MainPage.xaml
diff --git a/test4/MainPage.xaml b/test4/MainPage.xaml
new file mode 100644 (file)
index 0000000..6487be3
--- /dev/null
@@ -0,0 +1,22 @@
+<UserControl x:Class="PsychlopsSilverlight4test.MainPage"\r
+    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" \r
+    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"\r
+    xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" \r
+    mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">\r
+       <StackPanel x:Name="TotalRoot">\r
+               <Grid>\r
+                       <Grid.ColumnDefinitions>\r
+                               <ColumnDefinition Width="0" />\r
+                               <ColumnDefinition Width="*" />\r
+                       </Grid.ColumnDefinitions>\r
+\r
+\r
+                       <StackPanel x:Name="Controller" Grid.Column="0">\r
+                       </StackPanel>\r
+                       \r
+                       <Canvas x:Name="LayoutRoot" Grid.Column="1"></Canvas>\r
+\r
+               </Grid>\r
+               <TextBlock x:Name="AppStatusBar" Height="20">Loading...</TextBlock>\r
+       </StackPanel>\r
+</UserControl>\r