3414e2bfc0
- Miglioramenti vari.
145 lines
5.9 KiB
XML
145 lines
5.9 KiB
XML
<UserControl x:Class="SecondaryComponentPageUC"
|
|
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="768" d:DesignWidth="256" Loaded="SecondaryComponentPage_Loaded">
|
|
|
|
<!-- Chiamata al Dictionary -->
|
|
<UserControl.Resources>
|
|
<ResourceDictionary Source="OmagCutDictionary.xaml"/>
|
|
</UserControl.Resources>
|
|
|
|
<!-- Definizione della SecondaryComponentPage -->
|
|
<Grid Name="SecondaryComponentPageGrid" Background="LightGray">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
</Grid.RowDefinitions>
|
|
|
|
<!-- Attenzione! Questi Button devono avere lo stesso nome dei componenti nel file Ini -->
|
|
<Button Name="Compo1" Grid.Row="0">
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo1" Grid.Column="0" />
|
|
<Label Name="LabelCompo1" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo2" Grid.Row="1" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo2" Grid.Column="0" />
|
|
<Label Name="LabelCompo2" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo3" Grid.Row="2" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo3" Grid.Column="0" />
|
|
<Label Name="LabelCompo3" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo4" Grid.Row="3" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo4" Grid.Column="0" />
|
|
<Label Name="LabelCompo4" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo5" Grid.Row="4" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo5" Grid.Column="0" />
|
|
<Label Name="LabelCompo5" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo6" Grid.Row="5" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo6" Grid.Column="0" />
|
|
<Label Name="LabelCompo6" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo7" Grid.Row="6" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo7" Grid.Column="0" />
|
|
<Label Name="LabelCompo7" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo8" Grid.Row="7" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo8" Grid.Column="0" />
|
|
<Label Name="LabelCompo8" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Button Name="Compo9" Grid.Row="8" >
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="140"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Image Name="ImageCompo9" Grid.Column="0" />
|
|
<Label Name="LabelCompo9" Grid.Column="1" FontSize="22" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Button>
|
|
|
|
<Grid Grid.Row="9">
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="1*"/>
|
|
<ColumnDefinition Width="1*"/>
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Button Name="BackBtn" Grid.Column="1" >
|
|
<Image Source="Resources/NumericKeyboardArrow.png" Width="65" Height="65" HorizontalAlignment="Center"
|
|
VerticalAlignment="Center" />
|
|
</Button>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</UserControl>
|