# HG changeset patch
# User sarias
# Date 1252789072 -7200
# Node ID f1a26ca4177ebee10dce82b88bf2c2f93e658d2b
# Parent f003ae353cd79cebfbe129a958037b234d2c6b6a
Travail sur le UserControlPivot + changement de design.
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.csproj
--- a/src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.csproj Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance.Control.Pivot/FingersDance.Control.Pivot.csproj Sat Sep 12 22:57:52 2009 +0200
@@ -75,6 +75,10 @@
+
+ MSBuild:Compile
+ Designer
+
MSBuild:Compile
Designer
@@ -116,6 +120,7 @@
+
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance.Control.Pivot/UserControlPivot.xaml
--- a/src/FingersDance.Control.Pivot/UserControlPivot.xaml Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance.Control.Pivot/UserControlPivot.xaml Sat Sep 12 22:57:52 2009 +0200
@@ -5,7 +5,54 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
x:Class="FingersDance.Control.Pivot.UserControlPivot"
- x:Name="UserControl" Width="52" Height="52">
-
-
+ x:Name="UserControl" Width="52" Height="52" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml Sat Sep 12 22:57:52 2009 +0200
@@ -11,7 +11,7 @@
-
+
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
--- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Sat Sep 12 22:57:52 2009 +0200
@@ -6,9 +6,9 @@
mc:Ignorable="d"
x:Class="FingersDance.Control.TimeLine.UserControlTimeLine"
x:Name="UserControl"
- d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="Auto" Background="#FF898686" d:DesignHeight="33">
+ d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="Auto" Background="{x:Null}" d:DesignHeight="33">
-
-
+
+
\ No newline at end of file
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml
--- a/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml Sat Sep 12 22:57:52 2009 +0200
@@ -9,7 +9,7 @@
d:DesignWidth="640" d:DesignHeight="480"
xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource">
-
+
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance/App.xaml
--- a/src/FingersDance/App.xaml Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance/App.xaml Sat Sep 12 22:57:52 2009 +0200
@@ -7,6 +7,7 @@
+
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance/FingersDance.csproj
--- a/src/FingersDance/FingersDance.csproj Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance/FingersDance.csproj Sat Sep 12 22:57:52 2009 +0200
@@ -124,12 +124,20 @@
+
+ MSBuild:Compile
+ Designer
+
MSBuild:Compile
Designer
+
+ {0EC4C48C-132C-4926-9A09-A4135C58688C}
+ FingersDance.Control.Pivot
+
{E6A3A067-1CB4-43D2-BB9C-DC72361F7E22}
FingersDance.Control.UserPanel
diff -r f003ae353cd7 -r f1a26ca4177e src/FingersDance/MainSurfaceWindow.xaml
--- a/src/FingersDance/MainSurfaceWindow.xaml Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance/MainSurfaceWindow.xaml Sat Sep 12 22:57:52 2009 +0200
@@ -3,30 +3,38 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="http://schemas.microsoft.com/surface/2008"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
+ xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
x:Class="FingersDance.SurfaceWindow1"
Title="FingersDance"
Width="1024" Height="768" x:Name="mainSurfaceWindow"
- xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
+ xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot" Background="{x:Null}"
>
-
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
@@ -51,6 +59,9 @@
+
+
+