Vous êtes sur la page 1sur 2

BI 3<StackPanel x:Name="LayoutRoot" Background="Wheat">

<TextBlock Text="Chng trnh qun l nhn s" TextAlignment="Center" FontSize="30"


Foreground="DarkCyan"/>
<Grid Margin="10,0,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="auto" MinHeight="72"/>
<RowDefinition Height="auto" MinHeight="72"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="3*"/>
</Grid.ColumnDefinitions>
<TextBlock Text="M NV:" FontSize="30" TextAlignment="Center"
VerticalAlignment="Center" Foreground="BlueViolet" Height="40" Margin="0,14,0,18"/>
<TextBox Name="txtMaNV" Grid.Column="1" Margin="27,0,26,0"/>
<TextBlock Text="H tn:" FontSize="30" TextAlignment="Center"
VerticalAlignment="Center"
Foreground="BlueViolet" Height="40" Margin="-10,14,10,18" Grid.Row="1"/>
<TextBox Name="txtHoTen" Grid.Row="1" Grid.Column="1" Margin="27,0,26,0"/>
<TextBlock Grid.Row="2" Text="Gii tnh" FontSize="30" TextAlignment="Center"
VerticalAlignment="Center"
Foreground="BlueViolet" Height="40" Margin="-10,13,10,19"/>
<StackPanel Grid.Row="2" Grid.Column="1" Orientation="Horizontal"
Margin="27,0,26,0">
<RadioButton GroupName="GioiTinh" Content="Nam" Foreground="Brown"/>
<RadioButton GroupName="GioiTinh" Content="N" Foreground="Brown"/>
</StackPanel>
<StackPanel Grid.Row="3" Grid.ColumnSpan="2" Orientation="Horizontal"
Margin="85,0">
<Button Name="btnLuu" Content="Lu li" Foreground="Blue" Width="150"
Click="btnLuu_Click"/>
<Button Name="btnHuy" Content="Hy b" Foreground="Blue" Width="150"
Click="btnHuy_Click"/>
</StackPanel>
</Grid>
<ListBox Height="420">
<ListBoxItem>
<StackPanel Orientation="Horizontal">
<Image Source="/Assets/TheMan.png" Width="100" Height="100"/>
<StackPanel Margin="10,0,0,0">
<TextBlock Text="M NV: 24245" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Tn NV: L T Trng" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Gii tnh: Nam" Foreground="Blue" FontSize="25"/>
</StackPanel>
</StackPanel>
</ListBoxItem>
<ListBoxItem>
<StackPanel Orientation="Horizontal">
<Image Source="/Assets/TheWomen.png" Width="100" Height="100"/>
<StackPanel Margin="10,0,0,0">
<TextBlock Text="M NV: 11252" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Tn NV: Trng T Vn" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Gii tnh: N" Foreground="Blue" FontSize="25"/>
</StackPanel>
</StackPanel>
</ListBoxItem>
<ListBoxItem>
<StackPanel Orientation="Horizontal">
<Image Source="/Assets/TheMan.png" Width="100" Height="100"/>
<StackPanel Margin="10,0,0,0">

<TextBlock Text="M NV: 24245" Foreground="Blue" FontSize="25"/>


<TextBlock Text="Tn NV: L T Trng" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Gii tnh: Nam" Foreground="Blue" FontSize="25"/>
</StackPanel>
</StackPanel>
</ListBoxItem>
<ListBoxItem>
<StackPanel Orientation="Horizontal">
<Image Source="/Assets/TheMan.png" Width="100" Height="100"/>
<StackPanel Margin="10,0,0,0">
<TextBlock Text="M NV: 24245" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Tn NV: L T Trng" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Gii tnh: Nam" Foreground="Blue" FontSize="25"/>
</StackPanel>
</StackPanel>
</ListBoxItem>
<ListBoxItem>
<StackPanel Orientation="Horizontal">
<Image Source="/Assets/TheMan.png" Width="100" Height="100"/>
<StackPanel Margin="10,0,0,0">
<TextBlock Text="M NV: 24245" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Tn NV: L T Trng" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Gii tnh: Nam" Foreground="Blue" FontSize="25"/>
</StackPanel>
</StackPanel>
</ListBoxItem>
<ListBoxItem>
<StackPanel Orientation="Horizontal">
<Image Source="/Assets/TheMan.png" Width="100" Height="100"/>
<StackPanel Margin="10,0,0,0">
<TextBlock Text="M NV: 24245" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Tn NV: L T Trng" Foreground="Blue" FontSize="25"/>
<TextBlock Text="Gii tnh: Nam" Foreground="Blue" FontSize="25"/>
</StackPanel>
</StackPanel>
</ListBoxItem>
</ListBox>
</StackPanel>

Vous aimerez peut-être aussi