Torna al Thread

<UserControl x:Class="testListboxMulti.Controlli.ucCPI" 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" > <Grid Background="LightGray" > <Grid.ColumnDefinitions > <ColumnDefinition Width="70"/> <ColumnDefinition MinWidth="140"/> <ColumnDefinition Width="70"/> <ColumnDefinition MinWidth="140"/> </Grid.ColumnDefinitions> <Grid.RowDefinitions > <RowDefinition Height="35"/> <RowDefinition Height="35"/> <RowDefinition Height="35"/> <RowDefinition MinHeight="50"/> <RowDefinition Height="35"/> </Grid.RowDefinitions> <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" HorizontalAlignment="Right" FontSize="18" FontWeight="Bold" Margin="5">COLLOQUIO PRE-INGRESSO</TextBlock> <TextBlock Grid.Row="1" Grid.Column="0" Text="Titolo" Margin="5" /> <TextBox x:Name="tbTitolo" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" Text="" Margin="5"/> <TextBlock Grid.Row="2" Grid.Column="0" Text="Data" Margin="5" /> <TextBox x:Name="tbData" Grid.Row="2" Grid.Column="1" Text="" Margin="5" /> <TextBlock Grid.Row="2" Grid.Column="2" Text="Operatore" Margin="5" /> <TextBox x:Name="tbOperatore" Grid.Row="2" Grid.Column="3" Text="" Margin="5" /> <TextBox x:Name="tbTesto" Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="4" Text="" Margin="5" TextWrapping="Wrap" AcceptsReturn="True" /> <StackPanel Orientation="Horizontal" Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="4" Margin="5" HorizontalAlignment="Center" > <Button Width="50" Margin="2,0" Content="SALVA" x:Name="btUCSalva"/> <Button Width="65" Margin="2,0" Content="STAMPA" x:Name="btUCStampa"/> <Button Width="65" Margin="2,0" Content="MODIFICA" x:Name="btUCModifica"/> <Button Width="55" Margin="2,0" Content="ELIMINA" x:Name="btUCElimina"/> <Button Width="75" Margin="2,0" Content="COPIA DATI" x:Name="btUCCopia"/> <Button Width="90" Margin="2,0" Content="INCOLLA DATI" x:Name="btUCIncolla"/> <Button Width="65" Margin="2,0" Content="ANNULLA" x:Name="btUCAnnulla"/> </StackPanel> </Grid> </UserControl>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5