author | cavaliet |
Wed, 25 Nov 2009 10:49:44 +0100 | |
changeset 231 | 4eff6b0c9215 |
parent 215 | d13dbcf861d7 |
permissions | -rw-r--r-- |
35 | 1 |
<UserControl |
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
180 | 6 |
xmlns:s="http://schemas.microsoft.com/surface/2008" |
35 | 7 |
mc:Ignorable="d" |
8 |
x:Class="FingersDance.Control.UserPanel.UserControlUserPanel" |
|
9 |
x:Name="UserControl" |
|
180 | 10 |
d:DesignWidth="640" d:DesignHeight="480" |
53 | 11 |
xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource" |
12 |
xmlns:FingersDance_Control_Menu="clr-namespace:FingersDance.Control.Menu;assembly=FingersDance.Control.Menu"> |
|
13 |
||
35 | 14 |
|
53 | 15 |
<Grid x:Name="LayoutRoot" Background="{x:Null}"> |
180 | 16 |
<s:TagVisualizer |
17 |
x:Name="tagVisualizer" |
|
18 |
Background="#00000000" |
|
19 |
Height="Auto" |
|
188
e642ad0c366b
Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents:
180
diff
changeset
|
20 |
Width="Auto" |
e642ad0c366b
Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents:
180
diff
changeset
|
21 |
VisualizationMoved="tagVisualizer_VisualizationMoved" |
180 | 22 |
VisualizationAdded="OnVisualizationAdded"/> |
158 | 23 |
<Grid x:Name="GridSyncSource" Margin="174,0,0,0" Background="{x:Null}"> |
53 | 24 |
<FingersDance_Control_SyncSource:UserControlSyncSource x:Name="UserControlSyncSource" HorizontalAlignment="Left" VerticalAlignment="Top" Width="{Binding Path=ActualWidth, ElementName=GridSyncSource, Mode=Default}" Margin="0,0,0,0" Height="{Binding Path=ActualHeight, ElementName=GridSyncSource, Mode=Default}"/> |
25 |
</Grid> |
|
215
d13dbcf861d7
BOutton annotation, tag volume, chargement des annotations sauvegardées du projet dans le dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
211
diff
changeset
|
26 |
<Grid HorizontalAlignment="Left" Width="170" x:Name="GridMenu" Background="{x:Null}" Margin="0,49,0,148"> |
d13dbcf861d7
BOutton annotation, tag volume, chargement des annotations sauvegardées du projet dans le dictionnaire de données
PAMPHILE Jonathan <pamphile@efrei.fr>
parents:
211
diff
changeset
|
27 |
<FingersDance_Control_Menu:UserControlMenu x:Name="UCMenu" Width="{Binding Path=ActualWidth, ElementName=GridMenu, Mode=Default}" Height="{Binding Path=ActualHeight, ElementName=GridMenu, Mode=Default}" Margin="0"/> |
53 | 28 |
</Grid> |
43
e589f11636e6
Regle le bug pour creer des instance du usercontrolUserPannel
sarias
parents:
39
diff
changeset
|
29 |
</Grid> |
35 | 30 |
</UserControl> |