Files
OmagCUT/TagliDirettiUC.xaml
T
Emmanuele Sassi c529c9dd59 OmagCUT :
- aggiungo file mancanti.
2015-08-23 09:50:47 +00:00

27 lines
1.2 KiB
XML

<UserControl x:Class="TagliDirettiUC"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<!-- Chiamata al dizionario -->
<UserControl.Resources>
<ResourceDictionary Source="OmagCUTDictionary.xaml"/>
</UserControl.Resources>
<!-- Definizione della PAGINA TAGLI DIRETTI -->
<Grid Name="BackGroundGridTagliDiretti">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="{StaticResource TabPageColumn0Width}"/>
<ColumnDefinition Width="{StaticResource TabPageColumn1Width}"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="{StaticResource TabPageRow0Width}"/>
<RowDefinition Height="{StaticResource TabPageRow1Width}"/>
<RowDefinition Height="{StaticResource TabPageRow2Width}"/>
</Grid.RowDefinitions>
</Grid>
</UserControl>