OSDN Git Service

32
[psychlops/silverlight.git] / test3 / MainPage.xaml
index 39b6ab9..11b3532 100644 (file)
@@ -2,8 +2,17 @@
     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" x:Name="LayoutMain">\r
-  <Canvas x:Name="LayoutRoot">\r
-    <Image x:Name="main_buffer" Width="640" Height="480"/>\r
-  </Canvas>\r
+    mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">\r
+       <StackPanel x:Name="TotalRoot">\r
+               <Grid>\r
+                       <Grid.ColumnDefinitions>\r
+                               <ColumnDefinition Width="200" />\r
+                               <ColumnDefinition Width="*" />\r
+                       </Grid.ColumnDefinitions>\r
+                       <StackPanel x:Name="Controller" Grid.Column="0">\r
+                       </StackPanel>\r
+                       <Canvas x:Name="LayoutRoot" Grid.Column="1"></Canvas>\r
+               </Grid>\r
+               <TextBlock x:Name="AppStatusBar" Height="20">Status OK</TextBlock>\r
+       </StackPanel>\r
 </UserControl>\r