34
|
1 |
<s:SurfaceWindow
|
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
4 |
xmlns:s="http://schemas.microsoft.com/surface/2008"
|
35
|
5 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
6 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
7 |
mc:Ignorable="d"
|
|
8 |
|
34
|
9 |
x:Class="FingersDance.Control.UserPanel.SurfaceWindow1"
|
|
10 |
Title="FingersDance.Control.UserPanel"
|
35
|
11 |
xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel"
|
|
12 |
xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource"
|
|
13 |
|
34
|
14 |
>
|
|
15 |
<s:SurfaceWindow.Resources>
|
|
16 |
<ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
|
|
17 |
</s:SurfaceWindow.Resources>
|
|
18 |
|
|
19 |
<Grid Background="{StaticResource WindowBackground}" >
|
39
|
20 |
<!--FingersDance_Control_UserPanel:UserControlUserPanel/-->
|
35
|
21 |
<!--<FingersDance_Control_SyncSource:UserControlSyncSource/>-->
|
34
|
22 |
</Grid>
|
|
23 |
</s:SurfaceWindow>
|